[csswg-drafts] [css-namespaces-3] Replace CSS 2.1 syntax definition by CSS syntax

SebastianZ has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-namespaces-3] Replace CSS 2.1 syntax definition by CSS syntax 
==
The [minutes from 
2016-10-12](https://lists.w3.org/Archives/Public/www-style/2016Oct/0091.html)
 resolved on removing the CSS grammar section from CSS 2.2 and instead
 refer to the CSS Syntax module. Though the CSS Namespaces Module 
still [uses that grammar for the definition of the @namespace 
rule](https://drafts.csswg.org/css-namespaces-3/#syntax).

This syntax should be replaced by something like this:

```
@namespace <namespace-prefix>? [ <string> | <url> ];

where
<namespace-prefix> = <ident>
```

Sebastian

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/649 using your GitHub 
account

Received on Wednesday, 26 October 2016 11:03:38 UTC