Re: [csswg-drafts] [css-values-3] Restrict none/auto/normal from <custom-ident> (#7431)

Some further details on the compatibility data above, gathered by running Chrome locally with [this patch](https://chromium-review.googlesource.com/c/chromium/src/+/3751261/1).

These four are all grid lines named `none`:
>```
>* 1.0,http://www.inc.com (#1243)
>* 2.0,http://www.ebscohost.com (#5605)
>* 1.0,http://www.lopezdoriga.com (#9061)
>* 1.0,http://www.buzzfeednews.com (#9439)
>```

For the final `none` datapoint I couldn't detect any failures on the live site:
>```
>* 4.0,http://www.bonappetit.com (#9508)
>```

This `auto` failure is `transition-property: auto`:
>```
>* 1.0,http://www.madhyamam.com (#2013)
>```

These `auto` failures are `animation-name: auto` (with no corresponding `@keyframes auto` rule!):
>```
>* 3.0,http://www.freebitco.in (#2386)
>* 3.0,http://www.coin-farm.net (#3768)
>* 3.0,http://www.hcaptcha.com (#5387)
>* 3.0,http://www.dhlexpress.fr (#6459)
>* 3.0,http://www.bestchange.com (#7807)
>* 3.0,http://www.coin-birds.com (#8023)
>* 3.0,http://www.mobox.io (#8435)
>```

This `auto` failure is a CSS counter:
>```
>* 1.0,http://www.chrono24.com (#3635)
>```

This `auto` failure is `color-scheme: auto`:
>```
>* 1.0,http://www.reactnative.dev (#4956)
>```

This `auto` failure was not observed on the live site:
>```
>* 3.0,http://yad2.co.il (#8959)
>```

Finally, the case on `http://www.elster.de` where default is used:  it is a use in the animation-name property (possibly via the shorthand).  There is a corresponding `@keyframes` rule.  (I tested `default` because it's not reserved in Chromium, but is in Gecko and WebKit.)


-- 
GitHub Notification of comment by dbaron
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7431#issuecomment-1177688302 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 7 July 2022 14:17:36 UTC