Skip to content

Commit 6ee8d90

Browse files
committed
make namespace prefixes case-sensitive, consistent with recent resolution on CSS2.1 counter names
1 parent 02cda55 commit 6ee8d90

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

css3-namespace/Overview.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,8 @@ <h3 id=prefixes><span class=secno>3.3. </span>Declaring Prefixes</h3>
326326
default namespace is declared.</p>
327327

328328
<p>Namespace prefixes are, <a
329-
href="http://www.w3.org/TR/CSS21/syndata.html#q6">like CSS property
330-
names</a>, case-insensitive.</p>
331-
332-
<p class=note>Note, this does not cause any conflict with languages that
333-
use case-sensitive prefixes because <a href="#expanded-name-match">only
334-
the expanded name matters</a>, not the prefix, and therefore the prefixes
335-
need not be identical for the names to match.</p>
329+
href="http://www.w3.org/TR/CSS21/syndata.html#counter">like CSS counter
330+
names</a>, case-sensitive.</p>
336331

337332
<p>If a namespace prefix or default namespace is declared more than once
338333
only the last declaration shall be used.</p>

css3-namespace/Overview.src.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,8 @@ <h3 id="prefixes">Declaring Prefixes</h3>
232232
names to the default namespace must define how those unqualified names are
233233
to be interpreted when no default namespace is declared.</p>
234234

235-
<p>Namespace prefixes are, <a href="http://www.w3.org/TR/CSS21/syndata.html#q6">like
236-
CSS property names</a>, case-insensitive.</p>
237-
238-
<p class="note">Note, this does not cause any conflict with languages that
239-
use case-sensitive prefixes because <a href="#expanded-name-match">only the
240-
expanded name matters</a>, not the prefix, and therefore the prefixes need
241-
not be identical for the names to match.</p>
235+
<p>Namespace prefixes are, <a href="http://www.w3.org/TR/CSS21/syndata.html#counter">like
236+
CSS counter names</a>, case-sensitive.</p>
242237

243238
<p>If a namespace prefix or default namespace is declared more than once only
244239
the last declaration shall be used.</p>

0 commit comments

Comments
 (0)