[csswg-drafts] [css-text] Add CanIUse panels

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

== [css-text] 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 the Text Module would consider using this feature? Here are the spec anchors and corresponding CanIUse features for the Text Module:

| CSS spec URL(s) | CanIUse feature URL |
|----|----|
| https://drafts.csswg.org/css-text/#hanging-punctuation-property | https://caniuse.com/#feat=css-hanging-punctuation |
| https://drafts.csswg.org/css-text/#hyphens-property             | https://caniuse.com/#feat=css-hyphens |
| https://drafts.csswg.org/css-text/#overflow-wrap-property       | https://caniuse.com/#feat=wordwrap |
| https://drafts.csswg.org/css-text/#tab-size-property            | https://caniuse.com/#feat=css3-tabsize |
| https://drafts.csswg.org/css-text/#text-align-last-property     | https://caniuse.com/#feat=css-text-align-last |
| https://drafts.csswg.org/css-text/#text-indent-property         | https://caniuse.com/#feat=css-text-indent |
| https://drafts.csswg.org/css-text/#text-justify-property        | https://caniuse.com/#feat=css-text-justify |
| https://drafts.csswg.org/css-text/#word-break-property          | https://caniuse.com/#feat=word-break |
| https://drafts.csswg.org/css-text-4/#text-spacing-property      | https://caniuse.com/#feat=css-text-spacing |

9 entries is on the high side, so devs are pretty interested in css-text 😄 

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

Received on Thursday, 20 April 2017 06:16:17 UTC