@@ -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
446446subset" 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 ]]
448448for definitions of these subsets.)
449449Depending on the UA, a default attribute value defined in the external
450450subset 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
647647href="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
651651attribute contains an element's IDs is contained in a DTD. When
652652parsing XML, UAs do not always read the DTD, and thus may not know
653653what 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
663663treated as IDs for that element for the purposes of the ID
664664selector. 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
666666namespace-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
983983protocols indicate language using codes from BCP 47 [[-BCP47]] or
984984its 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
986986href="http://www.w3.org/International/questions/qa-lang-2or3">
987987"FAQ: Two-letter or three-letter language codes."</a></p>
988988
0 commit comments