Skip to content

Commit a1df15e

Browse files
committed
[dbaron revision history] Be crystal clear about namespace prefix being stylesheet-scope. (date: 2003/07/16 22:15:35)
1 parent b44336d commit a1df15e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,9 +1225,10 @@ <h2>Defining namespaces: the <code>@namespace</code> rule</h2>
12251225

12261226
<p>The @namespace rule allows the style sheet author to declare a namespace
12271227
prefix and associate it to a given namespace URI.
1228-
The prefix applies only to the style sheet in
1229-
which it is declared, and not any imported style sheets or any other
1230-
style sheets applying to the document.
1228+
The prefix applies only to the style sheet in which it is declared, and
1229+
not any style sheets imported by that style sheet, style sheets that
1230+
import that stylesheet, or any other style sheets applying to the
1231+
document.
12311232
This namespace prefix
12321233
can then be used as a namespace prefix as described in other modules,
12331234
for example the Selectors Module [[SELECT]] or the Generated Content

0 commit comments

Comments
 (0)