- From: <bugzilla@jessica.w3.org>
- Date: Wed, 08 Apr 2015 22:03:54 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27422 Tab Atkins Jr. <jackalmage@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jackalmage@gmail.com |simonp@opera.com --- Comment #8 from Tab Atkins Jr. <jackalmage@gmail.com> --- (In reply to Simon Pieters from comment #7) > Tab, please make css-syntax not create an at-rule for @charset and then > reassign to me, so CSSOM doesn't need to check for it in insertRule. Done. It's now explicitly defined as not a valid rule, and the first one in a stylesheet is explicitly dropped during stylesheet parsing, so grammar-checking that requires some rules (like @import) to be first in the stylesheet won't get messed up. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 8 April 2015 22:03:55 UTC