Skip to content

Commit

Permalink
[e] (0) markup errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6501 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2011
1 parent 489f40f commit 0f43370
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions complete.html
Expand Up @@ -49201,7 +49201,7 @@ <h4 id=the-select-element><span class=secno>4.10.9 </span>The <dfn><code>select<
instead:</p>

<pre>&lt;select name="unittype" <strong>required</strong>&gt;
<strong>&lt;option value=""&gt; Select unit type &amp;lt/option&gt;</strong>
<strong>&lt;option value=""&gt; Select unit type &lt;/option&gt;</strong>
&lt;option value="1"&gt; Miner &lt;/option&gt;
&lt;option value="2"&gt; Puffer &lt;/option&gt;
&lt;option value="3"&gt; Snipey &lt;/option&gt;
Expand Down Expand Up @@ -69546,8 +69546,9 @@ <h3 id=timers><span class=secno>7.3 </span>Timers</h3>
return "logger('TWO')";
} }, 100);</pre>

</div>


</li>

<li>

Expand All @@ -69566,9 +69567,7 @@ <h3 id=timers><span class=secno>7.3 </span>Timers</h3>

<li><p><a href=#queue-a-task title="queue a task">Queue</a> the <var title="">task</var> <a href=#concept-task title=concept-task>task</a>.</li>



<p>The <dfn id=dom-windowtimers-cleartimeout title=dom-windowtimers-clearTimeout><code>clearTimeout()</code></dfn>
</ol><p>The <dfn id=dom-windowtimers-cleartimeout title=dom-windowtimers-clearTimeout><code>clearTimeout()</code></dfn>
method must clear the entry identified as <var title="">handle</var>
from the <a href=#list-of-active-timeouts>list of active timeouts</a> of the
<code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
Expand Down Expand Up @@ -102570,4 +102569,4 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
hand corner." src="sample-datetime-ui-3"></li>
-->

</ol></div>

11 changes: 5 additions & 6 deletions index
Expand Up @@ -49068,7 +49068,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
instead:</p>

<pre>&lt;select name="unittype" <strong>required</strong>&gt;
<strong>&lt;option value=""&gt; Select unit type &amp;lt/option&gt;</strong>
<strong>&lt;option value=""&gt; Select unit type &lt;/option&gt;</strong>
&lt;option value="1"&gt; Miner &lt;/option&gt;
&lt;option value="2"&gt; Puffer &lt;/option&gt;
&lt;option value="3"&gt; Snipey &lt;/option&gt;
Expand Down Expand Up @@ -69436,8 +69436,9 @@ setTimeout({ toString: function () {
return "logger('TWO')";
} }, 100);</pre>

</div>


</li>

<li>

Expand All @@ -69456,9 +69457,7 @@ setTimeout({ toString: function () {

<li><p><a href=#queue-a-task title="queue a task">Queue</a> the <var title="">task</var> <a href=#concept-task title=concept-task>task</a>.</li>



<p>The <dfn id=dom-windowtimers-cleartimeout title=dom-windowtimers-clearTimeout><code>clearTimeout()</code></dfn>
</ol><p>The <dfn id=dom-windowtimers-cleartimeout title=dom-windowtimers-clearTimeout><code>clearTimeout()</code></dfn>
method must clear the entry identified as <var title="">handle</var>
from the <a href=#list-of-active-timeouts>list of active timeouts</a> of the
<code><a href=#windowtimers>WindowTimers</a></code> object on which the method was invoked,
Expand Down Expand Up @@ -98169,4 +98168,4 @@ Consistency in editorial style:
hand corner." src="sample-datetime-ui-3"></li>
-->

</ol></div>

3 changes: 2 additions & 1 deletion source
Expand Up @@ -55102,7 +55102,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
instead:</p>

<pre>&lt;select name="unittype" <strong>required</strong>>
<strong>&lt;option value=""> Select unit type &lt/option></strong>
<strong>&lt;option value=""> Select unit type &lt;/option></strong>
&lt;option value="1"> Miner &lt;/option>
&lt;option value="2"> Puffer &lt;/option>
&lt;option value="3"> Snipey &lt;/option>
Expand Down Expand Up @@ -79092,6 +79092,7 @@ setTimeout({ toString: function () {
return "logger('TWO')";
} }, 100);</pre>

</div>

</li>

Expand Down

0 comments on commit 0f43370

Please sign in to comment.