Re: [csswg-drafts] [css-color-adjust-1] Disallow repetition of color-scheme keywords? (#3848)

I suspect @lilles did that because if we allow parsing arbitrary identifiers for future compat, then you need to keep some kind of hash set of strings or such while parsing the property, to know if there are duplicates (since the engine doesn't have any internal representation for those)...

But I'm not sure why parsing arbitrary identifiers is ok, it seems undesirable, at least from the `@supports` and such point-of-view.

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

Received on Sunday, 21 April 2019 07:09:52 UTC