Skip to content

Commit 19355a3

Browse files
committed
[CSS22] Refer to XML 1.1 instead of XML 1.0.
1 parent 275c8b1 commit 19355a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ even if the default values are not included in the document tree.
444444

445445
<p>More precisely, a UA may, but is <em>not</em> required to, read an "external
446446
subset" of the DTD but <em>is</em> required to look for default
447-
attribute values in the document's "internal subset." (See [[XML10]]
447+
attribute values in the document's "internal subset." (See [[XML11]]
448448
for definitions of these subsets.)
449449
Depending on the UA, a default attribute value defined in the external
450450
subset of the DTD might or might not appear in the document tree.
@@ -647,7 +647,7 @@ than <samp>[id=p123]</samp> in terms of the <a
647647
href="cascade.html">cascade</a>.
648648

649649
<div class="note">
650-
<p><em><strong>Note.</strong> In XML 1.0 [[-XML10]], the information about which
650+
<p><em><strong>Note.</strong> In XML 1.1 [[-XML11]], the information about which
651651
attribute contains an element's IDs is contained in a DTD. When
652652
parsing XML, UAs do not always read the DTD, and thus may not know
653653
what the ID of an element is. If a style sheet designer knows or
@@ -662,7 +662,7 @@ an "!important" priority to the declarations: <code>[name=p371]
662662
<p>If an element has multiple ID attributes, all of them must be
663663
treated as IDs for that element for the purposes of the ID
664664
selector. Such a situation could be reached using mixtures of xml:id
665-
[[-XMLID]], DOM3 Core [[-DOM-LEVEL-3-CORE]], XML DTDs [[-XML10]] and
665+
[[-XMLID]], DOM3 Core [[-DOM-LEVEL-3-CORE]], XML DTDs [[-XML11]] and
666666
namespace-specific knowledge.
667667

668668
<h2><a name="pseudo-elements">Pseudo-elements</a> and <a
@@ -982,7 +982,7 @@ The identifier C does not have to be a valid language name.</p>
982982
<p class=note>Note: It is recommended that documents and
983983
protocols indicate language using codes from BCP&nbsp;47 [[-BCP47]] or
984984
its successor, and by means of "xml:lang" attributes in the case of
985-
XML-based documents [[XML10]]. See <a
985+
XML-based documents [[XML11]]. See <a
986986
href="http://www.w3.org/International/questions/qa-lang-2or3">
987987
"FAQ: Two-letter or three-letter language codes."</a></p>
988988

0 commit comments

Comments
 (0)