Skip to content

Commit

Permalink
[e] (0) class=impl fix
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13441

git-svn-id: http://svn.whatwg.org/webapps@6336 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2011
1 parent 36812c2 commit 1ac64c9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions complete.html
Expand Up @@ -56848,6 +56848,10 @@ <h4 id=values><span class=secno>5.2.4 </span>Values</h4>
<code><a href=#the-time-element>time</a></code> element.</p>



<div class=impl> <!-- this is unfortunate, as it is hiding authoring conformance criteria (so we leave it in for the w3c copy) -->


<h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating names with items</h4>

<p>To find <dfn id=the-properties-of-an-item>the properties of an item</dfn> defined by the
Expand Down Expand Up @@ -56969,6 +56973,10 @@ <h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating n
</dl></div>


</div> <!-- see comment above -->




<h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>

Expand Down
8 changes: 8 additions & 0 deletions index
Expand Up @@ -56720,6 +56720,10 @@ document.body.appendChild(outer);</pre>
<code><a href=#the-time-element>time</a></code> element.</p>



<div class=impl> <!-- this is unfortunate, as it is hiding authoring conformance criteria (so we leave it in for the w3c copy) -->


<h4 id=associating-names-with-items><span class=secno>5.2.5 </span>Associating names with items</h4>

<p>To find <dfn id=the-properties-of-an-item>the properties of an item</dfn> defined by the
Expand Down Expand Up @@ -56841,6 +56845,10 @@ document.body.appendChild(outer);</pre>
</dl></div>


</div> <!-- see comment above -->




<h3 id=microdata-dom-api><span class=secno>5.3 </span>Microdata DOM API</h3>

Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -64099,6 +64099,10 @@ document.body.appendChild(outer);</pre>
<code>time</code> element.</p>


<!--END w3c-html-->
<div class="impl"> <!-- this is unfortunate, as it is hiding authoring conformance criteria (so we leave it in for the w3c copy) -->
<!--START w3c-html-->

<h4>Associating names with items</h4>

<p>To find <dfn>the properties of an item</dfn> defined by the
Expand Down Expand Up @@ -64249,6 +64253,10 @@ document.body.appendChild(outer);</pre>

</div>

<!--END w3c-html-->
</div> <!-- see comment above -->
<!--START w3c-html-->



<h3>Microdata DOM API</h3>
Expand Down

0 comments on commit 1ac64c9

Please sign in to comment.