- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Nov 2018 00:28:42 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `How to serialize the strings in grid-template-areas?`, and agreed to the following: * `RESOLVED: serialize grid-template-areas as simplified computed value for both specified and computed value` <details><summary>The full IRC log of that discussion</summary> <dael> Topic: How to serialize the strings in grid-template-areas?<br> <dael> github: https://github.com/w3c/csswg-drafts/issues/3261<br> <dael> Rossen_: TabAtkins is IRC only. fantasai are you on?<br> <dael> ericwilligers: I can give background<br> <TabAtkins> Firefox preserves strings exactly. (as normal for strings) Other browsers serialize in simplified form.<br> <dael> ericwilligers: I wrote a wpt so serialization was similar to blink/edge/safari. FF was acting correctly, though, and the wpt was wrong.<br> <dael> ericwilligers: Question is what does group believe. I think spec is unclear<br> <dael> ericwilligers: We can defer if no one thought<br> <dael> heycam: If spec doesn't say else it's natural for strings to retain exact values. normalization inside string value feels a bit weird to me<br> <dael> ericwilligers: Other argument is 3 of 4 browsers normalize<br> <dael> florian: We have a micro language in the strings. It's not monolythic. normalization isn't crazy.<br> <dael> heycam: Did we consider if we want normalization only for computed values?<br> <dael> Rossen_: For computed values we're going to do simplified and for specified return actual string?<br> <dael> heycam: Feels more consistent with CSS<br> <dael> ericwilligers: I had same suggestion<br> <dael> Rossen_: This would require from current impl FF would need to change. I guess it's up to you if you're okay to change<br> <dael> heycam: Not a big deal to change. More about what makes sense<br> <dael> ericwilligers: If only computed value normalizes all browsers have to change. Everyone except FF changes specified<br> <dael> heycam: I'm arguing for what makes more sense rather from impl<br> <dael> Rossen_: I don't think anyone is aguing that we want to return simplied for specified.<br> <dael> ericwilligers: That's what 3 browsers do<br> <dael> Rossen_: For both speciffied and computed?<br> <dael> ericwilligers: Yes<br> <dael> Rossen_: So min implementation cost would be FF to return specified<br> <dael> ericwilligers: That was my original suggestion and original WPT<br> <dael> Rossen_: dbaron or heycam? What do you think?<br> <dael> dbaron: I think heycam had different opinion. Fromm change impl I think it's doable either way. For what behavior ought to be I think I'm more okay then heycam since it seems we're defining a different data type. And I'm okay saying this data type normalizes<br> <dael> heycam: I'm nto feeling strongly. Maybe even CSSOM guidelines about shortest values we can squint and make this fall under that guideline<br> <dael> Rossen_: Obj to serialize grid-template-areas as simplified computed value for both specified and computed value?<br> <dael> RESOLVED: serialize grid-template-areas as simplified computed value for both specified and computed 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/3261#issuecomment-436828363 using your GitHub account
Received on Thursday, 8 November 2018 00:28:48 UTC