- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 23:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9058
Modified Files:
rendering.html spec.html
Log Message:
typo (whatwg r6678)
[updated by splitter]
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- rendering.html 12 Oct 2011 20:46:44 -0000 1.121
+++ rendering.html 12 Oct 2011 23:46:24 -0000 1.122
@@ -707,7 +707,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="text-level-semantics.html#the-ruby-element">ruby</a></code> elements that are not <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> or
@@ -845,7 +845,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>
@@ -943,7 +943,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="grouping-content.html#the-li-element">li</a></code> elements, user agents are expected
to use the <a href="grouping-content.html#ordinal-value">ordinal value</a> of the <code><a href="grouping-content.html#the-li-element">li</a></code> element
@@ -1395,7 +1395,7 @@
conditions in the list below, then the first such child is the
<code><a href="forms.html#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="forms.html#the-legend-element">legend</a></code> element.</li>
+ <ul class="brief"><li>The child is a <code><a href="forms.html#the-legend-element">legend</a></code> element.</li>
<li>The child is not out-of-flow (e.g. not absolutely positioned or floated).</li>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1718
retrieving revision 1.1719
diff -u -d -r1.1718 -r1.1719
--- spec.html 12 Oct 2011 22:46:27 -0000 1.1718
+++ spec.html 12 Oct 2011 23:46:24 -0000 1.1719
@@ -349,7 +349,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.5355.
+This is revision 1.5356.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 12 October 2011 23:46:32 UTC