[html5] r6567 - [giow] (2) Better define 'hide' in the rendering section. Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 22 16:41:27 PDT 2011


Author: ianh
Date: 2011-09-22 16:41:25 -0700 (Thu, 22 Sep 2011)
New Revision: 6567

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Better define 'hide' in the rendering section.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12881

Modified: complete.html
===================================================================
--- complete.html	2011-09-22 23:37:48 UTC (rev 6566)
+++ complete.html	2011-09-22 23:41:25 UTC (rev 6567)
@@ -91853,9 +91853,9 @@
   display: none;
 }</pre>
 
-  <p>The user agent is expected to hide <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>,
-  irrespective of CSS rules.</p>
+  <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>
 
 
   <h4 id=the-page><span class=secno>15.3.2 </span>The page</h4>
@@ -92565,10 +92565,10 @@
   columns.</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>
+  force the 'display' property of <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
+  to compute to 'none', irrespective of CSS rules.</p>
 
   <hr><p>The <code><a href=#the-table-element>table</a></code> element's <code title=attr-table-cellspacing><a href=#attr-table-cellspacing>cellspacing</a></code> attribute
   <a href=#maps-to-the-pixel-length-property>maps to the pixel length property</a> 'border-spacing' on the
@@ -92859,8 +92859,8 @@
   expected to be treated as a replaced element about one line high, as
   wide as is necessary to expose the user agent's user interface
   features. When an <code><a href=#the-audio-element>audio</a></code> element is not <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a user
-  interface</a>, the user agent is expected to hide it,
-  irrespective of CSS rules.</p>
+  interface</a>, the user agent is expected to force its 'display'
+  property to compute to 'none', irrespective of CSS rules.</p>
 
   <p>Whether a <code><a href=#the-video-element>video</a></code> element is <a href=#expose-a-user-interface-to-the-user title="expose a
   user interface to the user">exposing a user interface</a> is not

Modified: index
===================================================================
--- index	2011-09-22 23:37:48 UTC (rev 6566)
+++ index	2011-09-22 23:41:25 UTC (rev 6567)
@@ -87278,9 +87278,9 @@
   display: none;
 }</pre>
 
-  <p>The user agent is expected to hide <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>,
-  irrespective of CSS rules.</p>
+  <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>
 
 
   <h4 id=the-page><span class=secno>13.3.2 </span>The page</h4>
@@ -87990,10 +87990,10 @@
   columns.</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>
+  force the 'display' property of <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
+  to compute to 'none', irrespective of CSS rules.</p>
 
   <hr><p>The <code><a href=#the-table-element>table</a></code> element's <code title=attr-table-cellspacing><a href=#attr-table-cellspacing>cellspacing</a></code> attribute
   <a href=#maps-to-the-pixel-length-property>maps to the pixel length property</a> 'border-spacing' on the
@@ -88284,8 +88284,8 @@
   expected to be treated as a replaced element about one line high, as
   wide as is necessary to expose the user agent's user interface
   features. When an <code><a href=#the-audio-element>audio</a></code> element is not <a href=#expose-a-user-interface-to-the-user title="expose a user interface to the user">exposing a user
-  interface</a>, the user agent is expected to hide it,
-  irrespective of CSS rules.</p>
+  interface</a>, the user agent is expected to force its 'display'
+  property to compute to 'none', irrespective of CSS rules.</p>
 
   <p>Whether a <code><a href=#the-video-element>video</a></code> element is <a href=#expose-a-user-interface-to-the-user title="expose a
   user interface to the user">exposing a user interface</a> is not

Modified: source
===================================================================
--- source	2011-09-22 23:37:48 UTC (rev 6566)
+++ source	2011-09-22 23:41:25 UTC (rev 6567)
@@ -104040,9 +104040,10 @@
   display: none;
 }</pre>
 
-  <p>The user agent is expected to hide <code>noscript</code> elements
-  for whom <span title="concept-n-script">scripting is enabled</span>,
-  irrespective of CSS rules.</p>
+  <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>
 
 
   <h4>The page</h4>
@@ -104852,10 +104853,10 @@
   columns.</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>
+  force the 'display' property of <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
+  to compute to 'none', irrespective of CSS rules.</p>
 
   <hr>
 
@@ -105202,8 +105203,8 @@
   wide as is necessary to expose the user agent's user interface
   features. When an <code>audio</code> element is not <span
   title="expose a user interface to the user">exposing a user
-  interface</span>, the user agent is expected to hide it,
-  irrespective of CSS rules.</p>
+  interface</span>, the user agent is expected to force its 'display'
+  property to compute to 'none', irrespective of CSS rules.</p>
 
   <p>Whether a <code>video</code> element is <span title="expose a
   user interface to the user">exposing a user interface</span> is not




More information about the Commit-Watchers mailing list