Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Rephrase how <form> in <table> is to be hidden for compati…
…bility.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7978

git-svn-id: http://svn.whatwg.org/webapps@4347 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 4415e37 commit cf31aea
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 22 deletions.
20 changes: 13 additions & 7 deletions complete.html
Expand Up @@ -79723,8 +79723,7 @@ <h4 id=display-types><span class=secno>13.2.2 </span>Display types</h4>

[hidden], area, base, basefont, command, datalist, head,
input[type=hidden], link, menu[type=context], meta, noembed, noframes,
param, rp, script, source, style, title, table &gt; form, thead &gt; form,
tbody &gt; form, tfoot &gt; form, tr &gt; form {
param, rp, script, source, style, title {
display: none;
}

Expand All @@ -79751,14 +79750,15 @@ <h4 id=display-types><span class=secno>13.2.2 </span>Display types</h4>
<!-- 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
Expand Down Expand Up @@ -79787,6 +79787,12 @@ <h4 id=display-types><span class=secno>13.2.2 </span>Display types</h4>
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>


Expand Down
20 changes: 13 additions & 7 deletions index
Expand Up @@ -70694,8 +70694,7 @@ document.body.appendChild(text);

[hidden], area, base, basefont, command, datalist, head,
input[type=hidden], link, menu[type=context], meta, noembed, noframes,
param, rp, script, source, style, title, table &gt; form, thead &gt; form,
tbody &gt; form, tfoot &gt; form, tr &gt; form {
param, rp, script, source, style, title {
display: none;
}

Expand All @@ -70722,14 +70721,15 @@ rt { display: ruby-text; }</pre>
<!-- 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
Expand Down Expand Up @@ -70758,6 +70758,12 @@ rt { display: ruby-text; }</pre>
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>


Expand Down
22 changes: 14 additions & 8 deletions source
Expand Up @@ -87357,8 +87357,7 @@ document.body.appendChild(text);

[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;
}

Expand All @@ -87385,15 +87384,16 @@ rt { display: ruby-text; }</pre>
<!-- del, ins, and map are inline. -->

<p>For the purposes of the CSS table model, the <code>col</code>
element is to be treated as if it was present as many times as its
<code title="attr-col-span">span</code> attribute <span title="rules
for parsing non-negative integers">specifies</span>.</p>
element is expected to be treated as if it was present as many times
as its <code title="attr-col-span">span</code> attribute <span
title="rules for parsing non-negative
integers">specifies</span>.</p>

<p>For the purposes of the CSS table model, the
<code>colgroup</code> element, if it contains no <code>col</code>
element, is to be treated as if it had as many such children as its
<code title="attr-colgroup-span">span</code> attribute <span
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">span</code>
attribute <span title="rules for parsing non-negative
integers">specifies</span>.</p>

<p>For the purposes of the CSS table model, the <code
Expand Down Expand Up @@ -87426,6 +87426,12 @@ rt { display: ruby-text; }</pre>
for whom <span title="concept-n-script">scripting is enabled</span>,
irrespective of CSS rules.</p>

<p>In <span>HTML documents</span>, the user agent is expected to
hide <code>form</code> elements that are children of
<code>table</code>, <code>thead</code>, <code>tbody</code>,
<code>tfoot</code>, or <code>tr</code> elements, irrespective of CSS
rules.</p>

</div>


Expand Down

0 comments on commit cf31aea

Please sign in to comment.