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

The CSS Working Group just discussed `Disallow repetition of color-scheme keywords?`, and agreed to the following:

* `RESOLVED: computed value of color-scheme match its specified value`

<details><summary>The full IRC log of that discussion</summary>
&lt;dael> Topic: Disallow repetition of color-scheme keywords?<br>
&lt;dael> github: https://github.com/w3c/csswg-drafts/issues/3848<br>
&lt;futhark> I was trying but Tab can present<br>
&lt;dael> TabAtkins: for future extensibility we allowed arbitrary keywords and they're ignored. Question is what happens when you repeat color-scheme keyword? We don't want to disallow, but do we keep it in computed value? Collapse along the way?<br>
&lt;dael> TabAtkins: No strong argument either way<br>
&lt;dael> TabAtkins: originally thoguth there was an efficiency argument but that's not true if trying to preserve unknown. I think conclusion is keep the same and don't simplify.<br>
&lt;dael> TabAtkins: Just have computed value = specified value<br>
&lt;futhark> I’m fine with either, it’s just that dropping duplicates means having to keep track of them during parsing<br>
&lt;dael> astearns: Any comments?<br>
&lt;futhark> Which requires a hash map or something<br>
&lt;dael> astearns: So close no change?<br>
&lt;dael> TabAtkins: I don't recall current state<br>
&lt;dael> TabAtkins: Let me look<br>
&lt;dael> TabAtkins: It would be changing spec<br>
&lt;fantasai> Proposal is to resolve no change [in the value] :)<br>
&lt;dael> astearns: That computed is same as specified value<br>
&lt;dael> TabAtkins: Yes<br>
&lt;dael> astearns: Obj to computed value of color-scheme match its specified value?<br>
&lt;dael> RESOLVED: computed value of color-scheme match its specified value<br>
</details>


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

Received on Wednesday, 19 June 2019 16:27:28 UTC