[csswg-drafts] [css-color-adjust-1] What happens with multiple <meta>s? (#3846)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-adjust-1] What happens with multiple <meta>s? ==
What should be the behavior if there are multiple `<meta name=color-scheme>` elements with different values?

My preference is that we honor the first and ignore the rest. This allows us to paint the background correctly as soon as possible. 

However, Device Adaptation specifies that the relevant `meta`s should be interpreted as `style` elements specifying a `@viewport`, so that they can cascade together; this means that the last `meta` affecting a particular @viewport descriptor "wins".

What rule should we use?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3846 using your GitHub account

Received on Thursday, 18 April 2019 22:31:35 UTC