Bug 76992 - Any @namespace rules must follow all @charset and @import rules and precede all other non-ignored at-rules and rule sets in a style sheet.
Summary: Any @namespace rules must follow all @charset and @import rules and precede a...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 76198
  Show dependency treegraph
 
Reported: 2012-01-25 02:15 PST by Eric Seidel (no email)
Modified: 2022-09-02 18:30 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2012-01-25 02:15:42 PST
Any @namespace rules must follow all @charset and @import rules and precede all other non-ignored at-rules and rule sets in a style sheet. 

According to IETC WebKit is the only engin which gets this wrong (is too lenient on when you can use @namespace):
http://samples.msdn.microsoft.com/ietestcenter/css3/namespaces/syntax-021.xml

I'm not sure how much this matters in practice.
Comment 1 Alexey Proskuryakov 2012-01-25 11:22:16 PST
Weird, we had an effort to ensure such restrictions right some time ago. Apparently, this case was missed.
Comment 2 Ahmad Saleem 2022-09-02 14:29:53 PDT
Safari Technology Preview 152 pass all these test cases now:

https://wpt.fyi/results/css/css-namespaces?label=master&label=experimental&aligned&view=subtest&q=css%20namespace

I am going to mark this as "RESOLVED CONFIGURATION CHANGED". Thanks!
Comment 3 Alexey Proskuryakov 2022-09-02 18:30:12 PDT
We have ietestcenter/css3/namespaces/syntax-021.xml in the WebKit repository, and it passes.