1515
1616 < h1 id =css-namespaces > CSS Namespaces Module</ h1 >
1717
18- < h2 class ="no-num no-toc " id =longstatus > Editor's Draft 23 April 2008</ h2 >
18+ < h2 class ="no-num no-toc " id =longstatus > Editor's Draft 14 May 2008</ h2 >
1919
2020 < dl >
2121 < dt > This version:</ dt >
22- <!-- <dd><a href="http://www.w3.org/TR/2008/CR-css3-namespace-20080423 /">http://www.w3.org/TR/2008/CR-css3-namespace-20080423 /</a></dd> -->
22+ <!-- <dd><a href="http://www.w3.org/TR/2008/CR-css3-namespace-20080514 /">http://www.w3.org/TR/2008/CR-css3-namespace-20080514 /</a></dd> -->
2323
2424 < dd > < a
2525 href ="http://dev.w3.org/csswg/css3-namespace/ "> http://dev.w3.org/csswg/css3-namespace/</ a >
@@ -165,6 +165,11 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
165165 Suite</ a > will be developed during the Candidate Recommendation phase of
166166 this CSS Namespaces specification.
167167
168+ < p > Comments on and subsequent changes since the last Working Draft are
169+ listed in the separate < a
170+ href ="http://dev.w3.org/csswg/css3-namespace/issues-2 "> Disposition of
171+ Comments.</ a >
172+
168173 < h2 class ="no-num no-toc " id =contents > Table of contents</ h2 >
169174 <!--begin-toc-->
170175
@@ -278,11 +283,11 @@ <h2 id=conformance><span class=secno>2. </span>Conformance</h2>
278283 < h3 id =terminology > < span class =secno > 2.1 </ span > Terminology</ h3 >
279284
280285 < p > Besides terms introduced by this specification, CSS Namespaces uses the
281- terminology defined in Namespaces in XML 1.0. < a href ="#REC- XML-NAMES "
282- rel =biblioentry > [REC- XML-NAMES]<!--{{!REC- XML-NAMES}}--> </ a > However, the
283- syntax defined here is not restricted to representing XML element and
284- attribute names and may represent other kinds of namespaces as defined by
285- the host language.</ p >
286+ terminology defined in Namespaces in XML 1.0. < a href ="#XML-NAMES "
287+ rel =biblioentry > [XML-NAMES]<!--{{!XML-NAMES}}--> </ a > However, the syntax
288+ defined here is not restricted to representing XML element and attribute
289+ names and may represent other kinds of namespaces as defined by the host
290+ language.</ p >
286291
287292 < p > In CSS Namespaces a namespace name consisting of the empty string is
288293 taken to represent the null namespace or lack of a namespace.</ p >
@@ -412,14 +417,14 @@ <h3 id=prefixes><span class=secno>3.3 </span>Declaring Prefixes</h3>
412417 id =default > default namespace</ dfn > may apply to names that have no
413418 explicit namespace prefix: modules that employ namespace prefixes must
414419 define in which contexts the default namespace applies. For example,
415- following < a href ="#REC- XML-NAMES "
416- rel =biblioentry > [REC- XML-NAMES]<!--{{!REC- XML-NAMES}}--> </ a > , in
417- Selectors < a href ="#SELECT " rel =biblioentry > [SELECT]<!--{{SELECT}}--> </ a >
418- the default namespace applies to type selectors—but it does not
419- apply to attribute selectors. There is no default value for the default
420- namespace: modules that assign unqualified names to the default namespace
421- must define how those unqualified names are to be interpreted when no
422- default namespace is declared.</ p >
420+ following < a href ="#XML-NAMES "
421+ rel =biblioentry > [XML-NAMES]<!--{{!XML-NAMES}}--> </ a > , in Selectors < a
422+ href ="#SELECT " rel =biblioentry > [SELECT]<!--{{SELECT}}--> </ a > the default
423+ namespace applies to type selectors—but it does not apply to
424+ attribute selectors. There is no default value for the default namespace:
425+ modules that assign unqualified names to the default namespace must
426+ define how those unqualified names are to be interpreted when no default
427+ namespace is declared.</ p >
423428
424429 < p class =note > Note that using default namespaces in conjunction with type
425430 selectors can cause UAs that support default namespaces and UAs that
@@ -538,21 +543,12 @@ <h3 class=no-num id=normative-references>Normative references</h3>
538543
539544 < dd > Bert Bos; et al. < a
540545 href ="http://www.w3.org/TR/2007/CR-CSS21-20070719 "> < cite > Cascading Style
541- Sheets, level 2 revision 1. </ cite > </ a > 19 July 2007. W3C Candidate
542- Recommendation. (Work in progress.) URL: < a
546+ Sheets Level 2 Revision 1 (CSS 2.1) Specification. </ cite > </ a > 19 July
547+ 2007. W3C Candidate Recommendation. (Work in progress.) URL: < a
543548 href ="http://www.w3.org/TR/2007/CR-CSS21-20070719 "> http://www.w3.org/TR/2007/CR-CSS21-20070719</ a >
544549 </ dd >
545550 <!---->
546551
547- < dt id =REC-XML-NAMES > [REC-XML-NAMES]
548-
549- < dd > Tim Bray; et al. < a
550- href ="http://www.w3.org/TR/2006/REC-xml-names-20060816 "> < cite > Namespaces
551- in XML.</ cite > </ a > 16 August 2006. W3C Recommendation. URL: < a
552- href ="http://www.w3.org/TR/2006/REC-xml-names-20060816 "> http://www.w3.org/TR/2006/REC-xml-names-20060816</ a >
553- </ dd >
554- <!---->
555-
556552 < dt id =RFC2119 > [RFC2119]
557553
558554 < dd > S. Bradner. < a href ="http://www.ietf.org/rfc/rfc2119.txt "> < cite > Key
@@ -561,6 +557,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
561557 href ="http://www.ietf.org/rfc/rfc2119.txt "> http://www.ietf.org/rfc/rfc2119.txt</ a >
562558 </ dd >
563559 <!---->
560+
561+ < dt id =XML-NAMES > [XML-NAMES]
562+
563+ < dd > Tim Bray; et al. < a
564+ href ="http://www.w3.org/TR/2006/REC-xml-names-20060816 "> < cite > Namespaces
565+ in XML 1.0 (Second Edition).</ cite > </ a > 16 August 2006. W3C
566+ Recommendation. URL: < a
567+ href ="http://www.w3.org/TR/2006/REC-xml-names-20060816 "> http://www.w3.org/TR/2006/REC-xml-names-20060816</ a >
568+ </ dd >
569+ <!---->
564570 </ dl >
565571 <!--end-normative-->
566572
@@ -574,7 +580,7 @@ <h3 class=no-num id=informative-references>Informative references</h3>
574580
575581 < dt id =SELECT > [SELECT]
576582
577- < dd > Daniel Glazman; Tantek Çelik; Ian Hickson (eds) . < a
583+ < dd > Daniel Glazman; Tantek Çelik; Ian Hickson. < a
578584 href ="http://www.w3.org/TR/2005/WD-css3-selectors-20051215 "> < cite > Selectors.</ cite > </ a >
579585 15 December 2005. W3C Working Draft. (Work in progress.) URL: < a
580586 href ="http://www.w3.org/TR/2005/WD-css3-selectors-20051215 "> http://www.w3.org/TR/2005/WD-css3-selectors-20051215</ a >
0 commit comments