- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Dec 2019 17:11:53 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `[css-values-4] Switch advanced attr() to being var()-like`. <details><summary>The full IRC log of that discussion</summary> <dael> Topic: [css-values-4] Switch advanced attr() to being var()-like<br> <dael> github: https://github.com/w3c/csswg-drafts/issues/4482<br> <dael> TabAtkins: I finished the edits to re-write and they're in Values 4 ED. I put attr() in its own section. mostly cribbed from var spec. I have a note to re-write substitution algo.<br> <AmeliaBR> commit for changes: https://github.com/w3c/csswg-drafts/commit/ed7beac806cc4753d8134857ff526150bb2a631c<br> <dael> TabAtkins: Otherwise it works similar to old. You give a type, checkes if the attribute exists, and subsitutes in if it does. Assume valid at parse time. If it fails when you put it in it's invalid at computed value time.<br> <dael> TabAtkins: Our impl thinks it's reasonable. If anyone else wants to look it would be great.<br> <dael> TabAtkins: Only poss controversy is spec what type the value is, doing parsing on it. If you say color it's recognized as a color. Want to keep b/c attributes messier channel. Easier to mess with, scripts sometimes write them. Ensuring a valid thing comes out and then switch to default seems valuable here.<br> <dael> TabAtkins: I'm happy with current. Any further comments or strong opinions please give them here or in issue.<br> <dael> TabAtkins: I'll ask for resolution to approve next week.<br> <dael> Rossen_: Thanks.<br> <dael> Rossen_: Action on everyone who cares about these changes to review so we can discuss on next call.<br> <florian> +1 to the design goals. Will review details<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4482#issuecomment-564642671 using your GitHub account
Received on Wednesday, 11 December 2019 17:11:55 UTC