[html5] r4925 - [e] (0) clarification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9259

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 31 13:03:33 PDT 2010


Author: ianh
Date: 2010-03-31 13:03:32 -0700 (Wed, 31 Mar 2010)
New Revision: 4925

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9259

Modified: complete.html
===================================================================
--- complete.html	2010-03-31 19:56:25 UTC (rev 4924)
+++ complete.html	2010-03-31 20:03:32 UTC (rev 4925)
@@ -61143,10 +61143,10 @@
   used to hide content that could legitimately be shown in another
   presentation. For example, it is incorrect to use <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation — showing all the form controls in one big page
-  with a scrollbar would be equivalent, and no less correct. It is
-  similarly incorrect to use this attribute to hide content just from
-  one presentation — if something is marked <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, it is hidden from all
+  presentation — one could equally well just show all the form
+  controls in one big page with a scrollbar. It is similarly incorrect
+  to use this attribute to hide content just from one presentation
+  — if something is marked <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, it is hidden from all
   presentations, including, for instance, screen readers.</p>
 
   <!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. -->

Modified: index
===================================================================
--- index	2010-03-31 19:56:25 UTC (rev 4924)
+++ index	2010-03-31 20:03:32 UTC (rev 4925)
@@ -61070,10 +61070,10 @@
   used to hide content that could legitimately be shown in another
   presentation. For example, it is incorrect to use <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation — showing all the form controls in one big page
-  with a scrollbar would be equivalent, and no less correct. It is
-  similarly incorrect to use this attribute to hide content just from
-  one presentation — if something is marked <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, it is hidden from all
+  presentation — one could equally well just show all the form
+  controls in one big page with a scrollbar. It is similarly incorrect
+  to use this attribute to hide content just from one presentation
+  — if something is marked <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code>, it is hidden from all
   presentations, including, for instance, screen readers.</p>
 
   <!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. -->

Modified: source
===================================================================
--- source	2010-03-31 19:56:25 UTC (rev 4924)
+++ source	2010-03-31 20:03:32 UTC (rev 4925)
@@ -69059,10 +69059,10 @@
   presentation. For example, it is incorrect to use <code
   title="attr-hidden">hidden</code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation — showing all the form controls in one big page
-  with a scrollbar would be equivalent, and no less correct. It is
-  similarly incorrect to use this attribute to hide content just from
-  one presentation — if something is marked <code
+  presentation — one could equally well just show all the form
+  controls in one big page with a scrollbar. It is similarly incorrect
+  to use this attribute to hide content just from one presentation
+  — if something is marked <code
   title="attr-hidden">hidden</code>, it is hidden from all
   presentations, including, for instance, screen readers.</p>
 




More information about the Commit-Watchers mailing list