[csswg-drafts] [cssom-view] Add CanIUse panels

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

== [cssom-view] 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)

I'm wondering if CSSOM View would like to use this feature? Here are the spec anchors and corresponding CanIUse features for CSSOM View:

| Spec URL | CanIUse URL |
| ------------- | ------------- |
| https://drafts.csswg.org/cssom-view/#dom-document-elementfrompoint     | http://caniuse.com/#feat=element-from-point |
| https://drafts.csswg.org/cssom-view/#dom-element-getboundingclientrect | http://caniuse.com/#feat=getboundingclientrect |
| https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview        | http://caniuse.com/#feat=scrollintoview |
| https://drafts.csswg.org/cssom-view/#dom-window-devicepixelratio       | http://caniuse.com/#feat=devicepixelratio |
| https://drafts.csswg.org/cssom-view/#dom-window-matchmedia             | http://caniuse.com/#feat=matchmedia |
| https://drafts.csswg.org/cssom-view/#propdef-scroll-behavior           | http://caniuse.com/#feat=css-scroll-behavior |

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

Received on Sunday, 9 April 2017 19:10:05 UTC