- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 10:02:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14791
Modified Files:
Overview.html
Log Message:
Rephrase how <form> in <table> is to be hidden for compatibility. (whatwg r4347)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3479
retrieving revision 1.3480
diff -u -d -r1.3479 -r1.3480
--- Overview.html 27 Oct 2009 09:44:32 -0000 1.3479
+++ Overview.html 27 Oct 2009 10:02:22 -0000 1.3480
@@ -64285,8 +64285,7 @@
[hidden], area, base, basefont, command, datalist, head,
input[type=hidden], link, menu[type=context], meta, noembed, noframes,
-param, rp, script, source, style, title, table > form, thead > form,
-tbody > form, tfoot > form, tr > form {
+param, rp, script, source, style, title {
display: none;
}
@@ -64313,14 +64312,15 @@
<!-- del, ins, and map are inline. -->
<p>For the purposes of the CSS table model, the <code><a href="#the-col-element">col</a></code>
- element is to be treated as if it was present as many times as its
- <code title="attr-col-span"><a href="#attr-col-span">span</a></code> attribute <a href="#rules-for-parsing-non-negative-integers" title="rules
- for parsing non-negative integers">specifies</a>.</p>
+ element is expected to be treated as if it was present as many times
+ as its <code title="attr-col-span"><a href="#attr-col-span">span</a></code> attribute <a href="#rules-for-parsing-non-negative-integers" title="rules for parsing non-negative
+ integers">specifies</a>.</p>
<p>For the purposes of the CSS table model, the
<code><a href="#the-colgroup-element">colgroup</a></code> element, if it contains no <code><a href="#the-col-element">col</a></code>
- element, is to be treated as if it had as many such children as its
- <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute <a href="#rules-for-parsing-non-negative-integers" title="rules for parsing non-negative
+ element, is expected to be treated as if it had as many such
+ children as its <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code>
+ attribute <a href="#rules-for-parsing-non-negative-integers" title="rules for parsing non-negative
integers">specifies</a>.</p>
<p>For the purposes of the CSS table model, the <code title="attr-tdth-colspan"><a href="#attr-tdth-colspan">colspan</a></code> and <code title="attr-tdth-rowspan"><a href="#attr-tdth-rowspan">rowspan</a></code> attributes on
@@ -64349,6 +64349,12 @@
for whom <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a>,
irrespective of CSS rules.</p>
+ <p>In <a href="#html-documents">HTML documents</a>, the user agent is expected to
+ hide <code><a href="#the-form-element">form</a></code> elements that are children of
+ <code><a href="#the-table-element">table</a></code>, <code><a href="#the-thead-element">thead</a></code>, <code><a href="#the-tbody-element">tbody</a></code>,
+ <code><a href="#the-tfoot-element">tfoot</a></code>, or <code><a href="#the-tr-element">tr</a></code> elements, irrespective of CSS
+ rules.</p>
+
</div><div class="impl">
<h4 id="margins-and-padding"><span class="secno">11.2.3 </span>Margins and padding</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
Received on Tuesday, 27 October 2009 10:02:27 UTC