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 metas 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?