- From: Chris Rebert via GitHub <sysbot+gh@w3.org>
- Date: Sun, 09 Apr 2017 18:53:14 +0000
- To: public-css-archive@w3.org
cvrebert has just created a new issue for https://github.com/w3c/csswg-drafts: == [selectors] 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) Based on an analysis of CanIUse's database, Selectors is the CSS spec with the most CanIUse data, and that data is fine-grained. And Selectors is a fairly fundamental spec. So I'd like to suggest adding CanIUse panels to the spec. Here are the spec anchors and corresponding CanIUse features for Selectors: | Spec URL | CanIUse URL | | ----------------------------------------------------------- | ------------- | | https://drafts.csswg.org/selectors/#attribute-case | http://caniuse.com/#feat=css-case-insensitive | | https://drafts.csswg.org/selectors/#descendant-combinators | http://caniuse.com/#feat=css-descendant-gtgt | | https://drafts.csswg.org/selectors/#first-line | http://caniuse.com/#feat=css-first-line | | https://drafts.csswg.org/selectors/#indeterminate | http://caniuse.com/#feat=css-indeterminate-pseudo | | https://drafts.csswg.org/selectors/#matches | http://caniuse.com/#feat=css-matches-pseudo | | https://drafts.csswg.org/selectors/#negation | http://caniuse.com/#feat=css-not-sel-list | | https://drafts.csswg.org/selectors/#optional-pseudo | http://caniuse.com/#feat=css-optional-pseudo | | https://drafts.csswg.org/selectors/#placeholder | http://caniuse.com/#feat=css-placeholder-shown | | https://drafts.csswg.org/selectors/#range-pseudos | http://caniuse.com/#feat=css-in-out-of-range | | https://drafts.csswg.org/selectors/#relational | http://caniuse.com/#feat=css-has | | https://drafts.csswg.org/selectors/#the-any-link-pseudo | http://caniuse.com/#feat=css-any-link | | https://drafts.csswg.org/selectors/#the-default-pseudo | http://caniuse.com/#feat=css-default-pseudo | | https://drafts.csswg.org/selectors/#the-dir-pseudo | http://caniuse.com/#feat=css-dir-pseudo | | https://drafts.csswg.org/selectors/#the-focus-within-pseudo | http://caniuse.com/#feat=css-focus-within | | https://drafts.csswg.org/selectors/#the-nth-child-pseudo | http://caniuse.com/#feat=css-nth-child-of | Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1193 using your GitHub account
Received on Sunday, 9 April 2017 18:53:20 UTC