- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Oct 2020 14:10:46 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `is trailing semicolon valid in @supports conditions`. <details><summary>The full IRC log of that discussion</summary> <gregwhitworth> Topic: is trailing semicolon valid in @supports conditions<br> <astearns> github: https://github.com/w3c/csswg-drafts/issues/3171<br> <gregwhitworth> TabAtkins: so the spec for conditionals is fairly clear, grammar doesn't allow semicolon at the end<br> <TabAtkins> http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0A%40supports%20(background%3A%20green)%20%7B%0A%20body%20%7B%20background%3A%20green%3B%20%7D%0A%7D%0A%40supports%20(background%3A%20red%3B)%20%7B%0A%20body%20%7B%20background%3A%20red%3B%20%7D%0A%7D%0A%3C%2Fstyle%3E<br> <gregwhitworth> TabAtkins: browsers match, at least Chrome & FF - only question dbaron wanted the semicolon to be valid due to copy/paste and leaving it in there<br> <gregwhitworth> TabAtkins: should we change the grammar?<br> <gregwhitworth> TabAtkins: currently everyone is consistent<br> <gregwhitworth> jensimmons: I did this yesterday actually<br> <gregwhitworth> florian: this is a property where consistent behavior is very important<br> <bkardell_> q+<br> <gregwhitworth> florian: yesterday it didn't work but at least it didn't work everywhere<br> <gregwhitworth> TabAtkins: yeat, WPT would show that and the change is relatively small<br> <gregwhitworth> astearns: people do have to prioritize it<br> <astearns> ack bkardell_<br> <gregwhitworth> bkardell_: agree with florian concerns because we have interop. I don't think we've had that kind of change that people would rely on<br> <gregwhitworth> bkardell_: there would be a period of several years of chaos<br> <gregwhitworth> bkardell_: for authors and it will boil down to users and users don't care about this and this is maybe saving devs a few minutes to learn it<br> <fantasai> +1 to no change<br> <emilio_> +1 for that, no point in creating a compat issue where there's none<br> <gregwhitworth> TabAtkins: sounds like the room is leaning towards No Change<br> <huijing> i also think the as-is is good<br> <gregwhitworth> jensimmons: I'm ok with it, people need to learn it; or re-learn it<br> <gregwhitworth> florian: given a time-machine I'd have a different opinion<br> <gregwhitworth> Resolved: Close this issue no change<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3171#issuecomment-714521664 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 22 October 2020 14:10:48 UTC