Fix bugs found by HTML validator
authortravil
Tue, 29 Apr 2014 14:58:50 -0700
changeset 61 679549231021
parent 60 4399d2c915ad
child 62 2ecb5ad8807c
Fix bugs found by HTML validator
LCWD-DOM-Parsing-20140501.html
index.html
--- a/LCWD-DOM-Parsing-20140501.html	Tue Apr 29 14:32:05 2014 -0700
+++ b/LCWD-DOM-Parsing-20140501.html	Tue Apr 29 14:58:50 2014 -0700
@@ -1336,13 +1336,14 @@
                 <code><a title="dom-element-attributes" class="externalDFN" href="http://www.w3.org/TR/dom/#dom-element-attributes">attributes</a></code>,
                 in the order they are specified in the <var>element</var>'s
                 <a title="concept-element-attributes" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-element-attributes">attribute list</a>:
-            <ol>
+
                 <div class="note"><div class="note-title" id="h_note_5" role="heading" aria-level="3"><span>Note</span></div><p>The following conditional steps add namespace prefixes
                     into the <var>element prefixes list</var> and add or replace them in the <var>map</var>. 
                     Only attributes in the <a title="xmlns-ns" class="internalDFN" href="#dfn-xmlns-ns">XMLNS namespace</a> are
                     considered (e.g., attributes made to look like namespace declarations via 
                     <code><a title="dom-element-setattribute" class="externalDFN" href="http://www.w3.org/TR/dom/#dom-element-setattribute">setAttribute</a>(<em>"xmlns:pretend-prefix"</em>,
                     <em>"pretend-namespace"</em>)</code> are not included).</p></div>
+            <ol>
                 <li>Let <var>attribute namespace</var> be the <var>attr</var>'s  
                     <code><a title="dom-attribute-namespaceuri" class="externalDFN" href="http://www.w3.org/TR/dom/#dom-attribute-namespaceuri">namespaceURI</a></code>
                     value.
@@ -1611,17 +1612,17 @@
 
             <p>In any case, the returned
             <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document">document</a>'s
-            <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document" -content-type="">content type</a>
+            <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document-content-type">content type</a>
             must be the <var>type</var> argument. Additionally, the 
             <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document">document</a> must have a
-            <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document" -url="">URL</a> value equal to 
+            <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document-url">URL</a> value equal to 
             the URL of the 
             <a title="active-document" class="externalDFN" href="http://www.w3.org/TR/html5/single-page.html#active-document">active document</a>, a 
             <a title="location" class="externalDFN" href="http://www.w3.org/TR/html5/single-page.html#location">location</a> value of <code>null</code>.
 
             <div class="note"><div class="note-title" id="h_note_9" role="heading" aria-level="3"><span>Note</span></div><p>The returned
             <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document">document</a>'s
-            <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document" -encoding="">encoding</a> is
+            <a title="concept-document" class="externalDFN" href="http://www.w3.org/TR/dom/#concept-document-encoding">encoding</a> is
             the default, UTF-8.
         </p></div><table class="parameters"><tbody><tr><th>Parameter</th><th>Type</th><th>Nullable</th><th>Optional</th><th>Description</th></tr><tr><td class="prmName">str</td><td class="prmType"><code>DOMString</code></td><td class="prmNullFalse"><span role="img" aria-label="False">✘</span></td><td class="prmOptFalse"><span role="img" aria-label="False">✘</span></td><td class="prmDesc"></td></tr><tr><td class="prmName">type</td><td class="prmType"><code>SupportedType</code></td><td class="prmNullFalse"><span role="img" aria-label="False">✘</span></td><td class="prmOptFalse"><span role="img" aria-label="False">✘</span></td><td class="prmDesc"></td></tr></tbody></table><div><em>Return type: </em><code>Document</code></div></dd></dl></section>
 </section>
--- a/index.html	Tue Apr 29 14:32:05 2014 -0700
+++ b/index.html	Tue Apr 29 14:58:50 2014 -0700
@@ -811,7 +811,7 @@
                 <code><a title="dom-element-attributes" data-spec="DOM4" class="externalDFN">attributes</a></code>,
                 in the order they are specified in the <var>element</var>'s
                 <a title="concept-element-attributes" data-spec="DOM4" class="externalDFN">attribute list</a>:
-            <ol>
+                
                 <p class="note">The following conditional steps add namespace prefixes
                     into the <var>element prefixes list</var> and add or replace them in the <var>map</var>. 
                     Only attributes in the <a title="xmlns-ns">XMLNS namespace</a> are
@@ -819,6 +819,7 @@
                     <code><a title="dom-element-setattribute" data-spec="DOM4" 
                     class="externalDFN">setAttribute</a>(<em>"xmlns:pretend-prefix"</em>,
                     <em>"pretend-namespace"</em>)</code> are not included).</p>
+            <ol>
                 <li>Let <var>attribute namespace</var> be the <var>attr</var>'s  
                     <code><a title="dom-attribute-namespaceuri" data-spec="DOM4" class="externalDFN">namespaceURI</a></code>
                     value.
@@ -1086,17 +1087,17 @@
 
             <p>In any case, the returned
             <a title="concept-document" data-spec="DOM4" class="externalDFN">document</a>'s
-            <a title="concept-document"-content-type data-spec="DOM4" class="externalDFN">content type</a>
+            <a title="concept-document-content-type" data-spec="DOM4" class="externalDFN">content type</a>
             must be the <var>type</var> argument. Additionally, the 
             <a title="concept-document" data-spec="DOM4" class="externalDFN">document</a> must have a
-            <a title="concept-document"-url data-spec="DOM4" class="externalDFN">URL</a> value equal to 
+            <a title="concept-document-url" data-spec="DOM4" class="externalDFN">URL</a> value equal to 
             the URL of the 
             <a title="active-document" data-spec="HTML5" class="externalDFN">active document</a>, a 
             <a title="location" data-spec="HTML5" class="externalDFN">location</a> value of <code>null</code>.
 
             <p class=note>The returned
             <a title="concept-document" data-spec="DOM4" class="externalDFN">document</a>'s
-            <a title="concept-document"-encoding data-spec="DOM4" class="externalDFN">encoding</a> is
+            <a title="concept-document-encoding" data-spec="DOM4" class="externalDFN">encoding</a> is
             the default, UTF-8.
         </dd>
     </dl>