HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6567

SVNBugCommentTime (UTC)
656712881[Gecko] [Internet Explorer] [Opera] [Webkit] Better define 'hide' in the rendering section.2011-09-22 23:41
Index: source
===================================================================
--- source	(revision 6566)
+++ source	(revision 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

|