- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 22:47:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32401 Modified Files: Overview.html Log Message: typo (whatwg r6678) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5355 retrieving revision 1.5356 diff -u -d -r1.5355 -r1.5356 --- Overview.html 12 Oct 2011 22:45:14 -0000 1.5355 +++ Overview.html 12 Oct 2011 22:47:25 -0000 1.5356 @@ -64613,7 +64613,7 @@ 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 @@ -64751,7 +64751,7 @@ 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">10.3.6 </span>Sections and headings</h4> @@ -64849,7 +64849,7 @@ 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 @@ -65301,7 +65301,7 @@ 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>
Received on Wednesday, 12 October 2011 22:47:32 UTC