Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6678 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2011
1 parent 86e93a1 commit 5df7dea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -92828,7 +92828,7 @@ <h4 id=phrasing-content-1><span class=secno>15.3.4 </span>Phrasing content</h4>

br[clear=left i] { clear: left; }
br[clear=right i] { clear: right; }
br[clear=all i], br[clear=both i] { clear: both; }
br[clear=all i], br[clear=both i] { clear: both; }</pre>

<p>For the purposes of the CSS ruby model, runs of children of
<code><a href=#the-ruby-element>ruby</a></code> elements that are not <code><a href=#the-rt-element>rt</a></code> or
Expand Down Expand Up @@ -92978,7 +92978,7 @@ <h4 id=phrasing-content-1><span class=secno>15.3.4 </span>Phrasing content</h4>
bdi, bdi[dir], output, output[dir], [dir=auto i] { unicode-bidi: isolate; }
bdo, bdo[dir] { unicode-bidi: bidi-override; }
bdo[dir=auto i] { unicode-bidi: bidi-override isolate; }
textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }
textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }</pre>


<h4 id=sections-and-headings><span class=secno>15.3.6 </span>Sections and headings</h4>
Expand Down Expand Up @@ -93076,7 +93076,7 @@ <h4 id=lists><span class=secno>15.3.7 </span>Lists</h4>
ol[type=I], li[type=I] { list-style-type: upper-roman; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>

<p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
to use the <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element
Expand Down Expand Up @@ -93528,7 +93528,7 @@ <h4 id=the-fieldset-element-0><span class=secno>15.3.11 </span>The <code><a href
conditions in the list below, then the first such child is the
<code><a href=#the-fieldset-element>fieldset</a></code> element's <dfn id=rendered-legend>rendered legend</dfn>:</p>

</pre></pre></pre><ul class=brief><li>The child is a <code><a href=#the-legend-element>legend</a></code> element.</li>
<ul class=brief><li>The child is a <code><a href=#the-legend-element>legend</a></code> element.</li>

<li>The child is not out-of-flow (e.g. not absolutely positioned or floated).</li>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -92828,7 +92828,7 @@ nobr { white-space: nowrap; }</pre>

br[clear=left i] { clear: left; }
br[clear=right i] { clear: right; }
br[clear=all i], br[clear=both i] { clear: both; }
br[clear=all i], br[clear=both i] { clear: both; }</pre>

<p>For the purposes of the CSS ruby model, runs of children of
<code><a href=#the-ruby-element>ruby</a></code> elements that are not <code><a href=#the-rt-element>rt</a></code> or
Expand Down Expand Up @@ -92978,7 +92978,7 @@ br[clear=all i], br[clear=both i] { clear: both; }
bdi, bdi[dir], output, output[dir], [dir=auto i] { unicode-bidi: isolate; }
bdo, bdo[dir] { unicode-bidi: bidi-override; }
bdo[dir=auto i] { unicode-bidi: bidi-override isolate; }
textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }
textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }</pre>


<h4 id=sections-and-headings><span class=secno>15.3.6 </span>Sections and headings</h4>
Expand Down Expand Up @@ -93076,7 +93076,7 @@ ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>

<p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
to use the <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element
Expand Down Expand Up @@ -93528,7 +93528,7 @@ fieldset {
conditions in the list below, then the first such child is the
<code><a href=#the-fieldset-element>fieldset</a></code> element's <dfn id=rendered-legend>rendered legend</dfn>:</p>

</pre></pre></pre><ul class=brief><li>The child is a <code><a href=#the-legend-element>legend</a></code> element.</li>
<ul class=brief><li>The child is a <code><a href=#the-legend-element>legend</a></code> element.</li>

<li>The child is not out-of-flow (e.g. not absolutely positioned or floated).</li>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -105210,7 +105210,7 @@ nobr { white-space: nowrap; }</pre>

br[clear=left i] { clear: left; }
br[clear=right i] { clear: right; }
br[clear=all i], br[clear=both i] { clear: both; }
br[clear=all i], br[clear=both i] { clear: both; }</pre>

<p>For the purposes of the CSS ruby model, runs of children of
<code>ruby</code> elements that are not <code>rt</code> or
Expand Down Expand Up @@ -105394,7 +105394,7 @@ br[clear=all i], br[clear=both i] { clear: both; }
bdi, bdi[dir], output, output[dir], [dir=auto i] { unicode-bidi: isolate; }
bdo, bdo[dir] { unicode-bidi: bidi-override; }
bdo[dir=auto i] { unicode-bidi: bidi-override isolate; }
textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }
textarea[dir=auto i], pre[dir=auto i] { unicode-bidi: plaintext; }</pre>


<h4>Sections and headings</h4>
Expand Down Expand Up @@ -105492,7 +105492,7 @@ ol[type=i], li[type=i] { list-style-type: lower-roman; }
ol[type=I], li[type=I] { list-style-type: upper-roman; }
ul[type=disc i], li[type=disc i] { list-style-type: disc; }
ul[type=circle i], li[type=circle i] { list-style-type: circle; }
ul[type=square i], li[type=square i] { list-style-type: square; }
ul[type=square i], li[type=square i] { list-style-type: square; }</pre>

<p>When rendering <code>li</code> elements, user agents are expected
to use the <span>ordinal value</span> of the <code>li</code> element
Expand Down

0 comments on commit 5df7dea

Please sign in to comment.