[html5] r7765 - [giow] (3) <input type=hidden> doesn't ever render Fixing https://www.w3.org/Bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 21 15:43:36 PDT 2013


Author: ianh
Date: 2013-03-21 15:43:35 -0700 (Thu, 21 Mar 2013)
New Revision: 7765

Modified:
   complete.html
   index
   source
Log:
[giow] (3) <input type=hidden> doesn't ever render
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19648
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2013-03-21 22:02:02 UTC (rev 7764)
+++ complete.html	2013-03-21 22:43:35 UTC (rev 7765)
@@ -92742,11 +92742,16 @@
 
 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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Modified: index
===================================================================
--- index	2013-03-21 22:02:02 UTC (rev 7764)
+++ index	2013-03-21 22:43:35 UTC (rev 7765)
@@ -92742,11 +92742,16 @@
 
 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>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Modified: source
===================================================================
--- source	2013-03-21 22:02:02 UTC (rev 7764)
+++ source	2013-03-21 22:43:35 UTC (rev 7765)
@@ -108572,12 +108572,18 @@
 
 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>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);




More information about the Commit-Watchers mailing list