Skip to content

Commit

Permalink
[giow] (3) <input type=hidden> doesn't ever render
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19648
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7765 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 21, 2013
1 parent b1d1f41 commit 6fa7e7b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -92742,10 +92742,15 @@ <h4 id=hidden-elements><span class=secno>14.3.1 </span>Hidden elements</h4>

embed[hidden] { display: inline; height: 0; width: 0; }</pre> <!-- because for legacy reasons it still needs to instantiate the plugin -->

<!--CLEANUP-->
<p>The user agent is expected to force the 'display' property of
<code><a href=#the-noscript-element>noscript</a></code> elements for whom <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> to compute to
'none', irrespective of CSS rules.</p>

<p>The user agent is expected to force the 'display' property of <code><a href=#the-input-element>input</a></code> elements whose
<code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state to compute to 'none', irrespective of CSS
rules.</p>


<h4 id=the-page><span class=secno>14.3.2 </span>The page</h4>

Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -92742,10 +92742,15 @@ source, style, track, title {

embed[hidden] { display: inline; height: 0; width: 0; }</pre> <!-- because for legacy reasons it still needs to instantiate the plugin -->

<!--CLEANUP-->
<p>The user agent is expected to force the 'display' property of
<code><a href=#the-noscript-element>noscript</a></code> elements for whom <a href=#concept-n-script title=concept-n-script>scripting is enabled</a> to compute to
'none', irrespective of CSS rules.</p>

<p>The user agent is expected to force the 'display' property of <code><a href=#the-input-element>input</a></code> elements whose
<code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state to compute to 'none', irrespective of CSS
rules.</p>


<h4 id=the-page><span class=secno>14.3.2 </span>The page</h4>

Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -108572,11 +108572,17 @@ source, style, track, title {

embed[hidden] { display: inline; height: 0; width: 0; }</pre> <!-- because for legacy reasons it still needs to instantiate the plugin -->

<!--CLEANUP-->
<p>The user agent is expected to force the 'display' property of
<code>noscript</code> elements for whom <span
title="concept-n-script">scripting is enabled</span> to compute to
'none', irrespective of CSS rules.</p>

<p>The user agent is expected to force the 'display' property of <code>input</code> elements whose
<code title="attr-input-type">type</code> attribute is in the <span
title="attr-input-type-hidden">Hidden</span> state to compute to 'none', irrespective of CSS
rules.</p>


<h4>The page</h4>

Expand Down

0 comments on commit 6fa7e7b

Please sign in to comment.