[html5] r8156 - [e] (0) Clarify that [hidden] is like the bidi stuff and can be done in CSS. Aff [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 29 13:43:24 PDT 2013
Author: ianh
Date: 2013-08-29 13:43:22 -0700 (Thu, 29 Aug 2013)
New Revision: 8156
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that [hidden] is like the bidi stuff and can be done in CSS.
Affected topics: HTML, Rendering
Modified: complete.html
===================================================================
--- complete.html 2013-08-29 19:53:57 UTC (rev 8155)
+++ complete.html 2013-08-29 20:43:22 UTC (rev 8156)
@@ -75420,7 +75420,10 @@
page's current state, or that it is being used to declare content to
be reused by other parts of the page as opposed to being directly
accessed by the user. <span class=impl>User agents should not
- render elements that have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute specified.</span></p>
+ render elements that have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute specified. This requirement may be implemented
+ indirectly through the style layer. For example, an HTML+CSS user agent could implement these
+ requirements <a href=#hiddenCSS>using the rules suggested in the Rendering
+ section</a>.</span></p>
<div class=example>
@@ -94461,7 +94464,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-[hidden], area, base, basefont, datalist, head, input[type=hidden i],
+<span id=hiddenCSS title="">[hidden]</span>, area, base, basefont, datalist, head, input[type=hidden i],
link, menu[type=popup i], meta, noembed, noframes, param, rp, script,
source, style, template, track, title {
display: none;
Modified: index
===================================================================
--- index 2013-08-29 19:53:57 UTC (rev 8155)
+++ index 2013-08-29 20:43:22 UTC (rev 8156)
@@ -75420,7 +75420,10 @@
page's current state, or that it is being used to declare content to
be reused by other parts of the page as opposed to being directly
accessed by the user. <span class=impl>User agents should not
- render elements that have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute specified.</span></p>
+ render elements that have the <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute specified. This requirement may be implemented
+ indirectly through the style layer. For example, an HTML+CSS user agent could implement these
+ requirements <a href=#hiddenCSS>using the rules suggested in the Rendering
+ section</a>.</span></p>
<div class=example>
@@ -94461,7 +94464,7 @@
<pre class=css>@namespace url(http://www.w3.org/1999/xhtml);
-[hidden], area, base, basefont, datalist, head, input[type=hidden i],
+<span id=hiddenCSS title="">[hidden]</span>, area, base, basefont, datalist, head, input[type=hidden i],
link, menu[type=popup i], meta, noembed, noframes, param, rp, script,
source, style, template, track, title {
display: none;
Modified: source
===================================================================
--- source 2013-08-29 19:53:57 UTC (rev 8155)
+++ source 2013-08-29 20:43:22 UTC (rev 8156)
@@ -84478,7 +84478,10 @@
be reused by other parts of the page as opposed to being directly
accessed by the user. <span class="impl">User agents should not
render elements that have the <code
- title="attr-hidden">hidden</code> attribute specified.</span></p>
+ title="attr-hidden">hidden</code> attribute specified. This requirement may be implemented
+ indirectly through the style layer. For example, an HTML+CSS user agent could implement these
+ requirements <a href="#hiddenCSS">using the rules suggested in the Rendering
+ section</a>.</span></p>
<div class="example">
@@ -105560,7 +105563,7 @@
<pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
-[hidden], area, base, basefont, datalist, head, input[type=hidden i],
+<span id="hiddenCSS" title="">[hidden]</span>, area, base, basefont, datalist, head, input[type=hidden i],
link, menu[type=popup i], meta, noembed, noframes, param, rp, script,
source, style, template, track, title {
display: none;
More information about the Commit-Watchers
mailing list