- From: poot <cvsmail@w3.org>
- Date: Thu, 22 Sep 2011 19:44:04 -0400
- To: public-html-diffs@w3.org
hixie: Better define 'hide' in the rendering section. (whatwg r6567) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5260&r2=1.5261&f=h http://html5.org/tools/web-apps-tracker?from=6566&to=6567 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5260 retrieving revision 1.5261 diff -u -d -r1.5260 -r1.5261 --- Overview.html 22 Sep 2011 23:40:11 -0000 1.5260 +++ Overview.html 22 Sep 2011 23:43:48 -0000 1.5261 @@ -63948,9 +63948,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">10.3.2 </span>The page</h4> @@ -64648,10 +64648,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 @@ -64942,8 +64942,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
Received on Thursday, 22 September 2011 23:44:06 UTC