Open foolip opened 12 months ago
To elaborate on CSS color functions, I think we need to split it apart into at least:
color()
syntax with some color spacecolor(display-p3 1 0.5 0)
color(oklab 66.016% -0.1084 0.1114)
or oklab(66.016% -0.1084 0.1114)
Some color spaces like Oklab and Oklch should almost certainly be a single feature.
I'd also like to add features relating to https://web.dev/articles/vitals:
No FID because FID is a metric that can only be measured in the field.
A list of features I think we should add:
aspect-ratio
CSS propertygap
for Flexbox (https://github.com/web-platform-dx/web-features/pull/494, https://github.com/mdn/browser-compat-data/pull/21598)contain
CSS property (https://github.com/web-platform-dx/web-features/pull/1126)overscroll-behavior
CSS propertyfont-variant-position
CSS propertyfont-palette
CSS propertyURLPattern
APItext-wrap: balance
backdrop-filter
CSS propertyvideo.requestVideoFrameCallback()
(https://github.com/web-platform-dx/web-features/pull/865)scrollend
eventmargin-trim
CSS property (https://github.com/web-platform-dx/web-features/pull/812)text-indent
CSS property (https://github.com/web-platform-dx/web-features/pull/466)