Skip to content

Commit 764d16c

Browse files
committed
issues-2.txt
1 parent 621ab77 commit 764d16c

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

css3-namespace/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,10 @@ <h2 id="css-qnames">CSS Qualified Names</h2>
244244
(<code>|</code>, U+007C). The prefix, representing the namespace for which
245245
it has been declared, indicates the namespace of the local name.
246246
The prefix of a qualified name may be omitted to indicate that the name
247-
belongs to no namespace. Some contexts may allow the use of an asterisk
248-
(<code>*</code>, U+002A) as a wildcard prefix to indicate a name in any
249-
namespace, including no namespace.</p>
247+
belongs to no namespace, i.e. that the namespace name part of the expanded
248+
name has no value.
249+
Some contexts may allow the use of an asterisk (<code>*</code>, U+002A) as a
250+
wildcard prefix to indicate a name in any namespace, including no namespace.</p>
250251

251252
<div class="example">
252253
<p>Given the namespace declarations:</p>

css3-namespace/issues-2.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
2+
3+
Issue 1.
4+
Summary: Clarify "no namespace"
5+
From: Christof Hoeke
6+
Comment: http://lists.w3.org/Archives/Public/www-style/2008Feb/0148.html
7+
Closed: Accepted
8+
----
9+
Issue 2.
10+
Summary: Clarify validity / semantics of empty string namespace declarations.
11+
From: Christof Hoeke
12+
Comment: http://lists.w3.org/Archives/Public/www-style/2008Feb/0148.html
13+
Open
14+
----

0 commit comments

Comments
 (0)