- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 02:46:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12973
Modified Files:
association-of-controls-and-forms.html rendering.html
spec.html tokenization.html
Log Message:
copypasta (whatwg r5507)
[updated by splitter]
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- association-of-controls-and-forms.html 24 Sep 2010 22:16:42 -0000 1.29
+++ association-of-controls-and-forms.html 26 Sep 2010 02:46:32 -0000 1.30
@@ -1486,11 +1486,11 @@
<dd>Let <var title="">MIME type</var> be "<code title="">text/plain</code>".</dd>
- </dl><p>If <var title="">method</var> is anything but GET or POST,
- and the <a href="origin-0.html#origin">origin</a> of <var title="">action</var> is not
- the <a href="origin-0.html#same-origin">same origin</a> as that of the <code><a href="forms.html#the-form-element">form</a></code>
- element's <code><a href="infrastructure.html#document">Document</a></code>, then abort these steps.</p>
- <!-- CORS, one day -->
+ </dl><p>If <var title="">method</var> is anything but <!--GET or-->
+ POST, and the <a href="origin-0.html#origin">origin</a> of <var title="">action</var>
+ is not the <a href="origin-0.html#same-origin">same origin</a> as that of the
+ <code><a href="forms.html#the-form-element">form</a></code> element's <code><a href="infrastructure.html#document">Document</a></code>, then abort
+ these steps.</p> <!-- CORS, one day -->
<p>Otherwise, <a href="history.html#navigate">navigate</a> <var title="">target
browsing context</var> to <var title="">action</var> using the
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- rendering.html 26 Sep 2010 01:16:32 -0000 1.30
+++ rendering.html 26 Sep 2010 02:46:32 -0000 1.31
@@ -579,11 +579,11 @@
</td></tr></tbody><tbody><tr><td rowspan="3">'margin-bottom'
</td><td><code><a href="sections.html#the-body-element-0">body</a></code> element's <code title="attr-body-marginheight"><a href="obsolete.html#attr-body-marginheight">marginheight</a></code> attribute
</td></tr><tr><td>The <code><a href="sections.html#the-body-element-0">body</a></code> element's <a href="#container-frame-element">container frame element</a>'s <code title="attr-iframe-marginheight"><a href="obsolete.html#attr-iframe-marginheight">marginheight</a></code> attribute
- </td></tr><tr><td><code><a href="sections.html#the-body-element-0">body</a></code> element's <code title="attr-body-bottommargin">topmargin</code> attribute
+ </td></tr><tr><td><code><a href="sections.html#the-body-element-0">body</a></code> element's <code title="attr-body-bottommargin">bottommargin</code> attribute
</td></tr></tbody><tbody><tr><td rowspan="3">'margin-left'
</td><td><code><a href="sections.html#the-body-element-0">body</a></code> element's <code title="attr-body-marginwidth"><a href="obsolete.html#attr-body-marginwidth">marginwidth</a></code> attribute
</td></tr><tr><td>The <code><a href="sections.html#the-body-element-0">body</a></code> element's <a href="#container-frame-element">container frame element</a>'s <code title="attr-iframe-marginwidth"><a href="obsolete.html#attr-iframe-marginwidth">marginwidth</a></code> attribute
- </td></tr><tr><td><code><a href="sections.html#the-body-element-0">body</a></code> element's <code title="attr-body-leftmargin">rightmargin</code> attribute
+ </td></tr><tr><td><code><a href="sections.html#the-body-element-0">body</a></code> element's <code title="attr-body-leftmargin">leftmargin</code> attribute
</td></tr></tbody></table><p>If the <code><a href="sections.html#the-body-element-0">body</a></code> element's <code><a href="infrastructure.html#document">Document</a></code>'s
<a href="browsers.html#browsing-context">browsing context</a> is a <a href="browsers.html#nested-browsing-context">nested browsing
context</a>, and the <a href="browsers.html#browsing-context-container">browsing context container</a> of
Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- tokenization.html 25 Sep 2010 22:16:39 -0000 1.34
+++ tokenization.html 26 Sep 2010 02:46:32 -0000 1.35
@@ -4389,10 +4389,9 @@
<dt>A start tag whose tag name is one of: "optgroup", "option"</dt>
<dd>
- <p>If the <a href="parsing.html#stack-of-open-elements">stack of open elements</a> <a href="parsing.html#has-an-element-in-scope" title="has an
- element in scope">has an <code>option</code> element in
- scope</a>, then act as if an end tag with the tag name "option"
- had been seen.</p>
+ <p>If the <a href="parsing.html#current-node">current node</a> is an <code><a href="the-button-element.html#the-option-element">option</a></code>
+ element, then act as if an end tag with the tag name "option" had
+ been seen.</p>
<p><a href="parsing.html#reconstruct-the-active-formatting-elements">Reconstruct the active formatting elements</a>, if
any.</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1225
retrieving revision 1.1226
diff -u -d -r1.1225 -r1.1226
--- spec.html 26 Sep 2010 01:16:32 -0000 1.1225
+++ spec.html 26 Sep 2010 02:46:32 -0000 1.1226
@@ -338,7 +338,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.4395.
+This is revision 1.4398.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Sunday, 26 September 2010 02:46:36 UTC