- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Apr 2019 16:09:17 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `Should Element.pseudo("unknown") be an error or return null?`, and agreed to the following: * `RESOLVED: Do a css parse on parameter for element.pseudo()` <details><summary>The full IRC log of that discussion</summary> <dael> Topic: Should Element.pseudo("unknown") be an error or return null?<br> <dael> github: https://github.com/w3c/csswg-drafts/issues/3603#issuecomment-467363388<br> <dael> astearns: There was additional conversation after we resolved. Is fantasai or TabAtkins on?<br> <dael> TabAtkins: Yes<br> <dael> TabAtkins: Question came up from Anna. Import is exactly how argument should be parsed. Direct string match or full css parse so you get escapes and that business?<br> <dael> TabAtkins: I usually prefer direct string but I believe this function will be extended to handle other pseudo elements with arguments. AS soon as you get past a single name string compare falls down. When we have css parsing there we shouldn't do custom<br> <dael> TabAtkins: I propose we do a css parse on the string and match against grammar of supported elements<br> <dael> astearns: Any discussion? Objections?<br> <dael> RESOLVED: Do a css parse on parameter for element.pseudo()<br> <dbaron> ok, I'm on now -- the problem seems to be that WebEx doesn't work in Nightly Firefox any more (across 2 machines) -- but it works in Chrome<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3603#issuecomment-484156093 using your GitHub account
Received on Wednesday, 17 April 2019 16:09:19 UTC