Re: [csswg-drafts] [css-ui] Unprefix 'appearance' and/or make the spec web-compatible

Those 0.01% is 102 pages in HTTP Archive.

```
#standardSQL
SELECT
  Alexa_rank AS rank,
  url
FROM
  `httparchive.pages.2018_08_15_desktop`
JOIN
  `httparchive.urls.20170315`
ON
  NET.REG_DOMAIN(url) = Alexa_domain
WHERE
  JSON_EXTRACT(payload, '$._blinkFeatureFirstUsed.Features.CSSValueAppearanceButtonForAnchor') IS NOT NULL
ORDER BY
  rank
```
->
https://gist.github.com/zcorpan/60ab11129a70755bf2ec6a9cf8cf3c4d

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

Received on Wednesday, 5 September 2018 07:28:25 UTC