[csswg-drafts] [css-backgrounds][css3-background] Add CanIUse panels

cvrebert has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-backgrounds][css3-background] Add CanIUse panels ==
[Bikeshed has a feature to include CanIUse info panels in specs](https://tabatkins.github.io/bikeshed/#metadata-include-can-i-use-panels). ([Example](https://drafts.csswg.org/cssom-view/#dom-element-getboundingclientrect); [Example commit](https://github.com/w3c/csswg-drafts/commit/91581486a0adee8fb34960059d460327b0ee1c45))

I wonder if css-backgrounds would consider using this feature? Here are the spec anchors and corresponding CanIUse features for css-backgrounds (ignoring [background-img-opts](https://caniuse.com/#feat=background-img-opts) & [background-repeat-round-space](https://caniuse.com/#feat=background-repeat-round-space) due to ambiguity):

| CSS spec URL(s) | CanIUse feature URL |
|----|----|
| https://drafts.csswg.org/css-backgrounds/#border-images | https://caniuse.com/#feat=border-image |
| https://drafts.csswg.org/css-backgrounds/#box-shadow | https://caniuse.com/#feat=css-boxshadow |
| https://drafts.csswg.org/css-backgrounds/#the-background-attachment | https://caniuse.com/#feat=background-attachment |
| https://drafts.csswg.org/css-backgrounds/#background-position <br>https://drafts.csswg.org/css-backgrounds-4/#the-background-position| https://caniuse.com/#feat=css-background-offsets |
| https://drafts.csswg.org/css-backgrounds/#the-border-radius <br>https://drafts.csswg.org/css-backgrounds-4/#corner-sizing | https://caniuse.com/#feat=border-radius |
| https://drafts.csswg.org/css-backgrounds-4/#background-position-longhands | https://caniuse.com/#feat=background-position-x-y |

CC: @LeaVerou

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1219 using your GitHub account

Received on Friday, 14 April 2017 05:42:01 UTC