- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Oct 2012 15:44:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22540 Modified Files: single-page.html spec.html textFieldSelection.html Log Message: commit 444fd57260bd2d5d533089f72763943a42529ec3 Author: Edward O'Connor <hober0@gmail.com> Date: Thu Oct 11 08:15:55 2012 -0700 [Bug 19406] Change 'screen readers' example to 'printers'. Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.160 retrieving revision 1.161 diff -u -d -r1.160 -r1.161 --- single-page.html 11 Oct 2012 01:14:17 -0000 1.160 +++ single-page.html 11 Oct 2012 15:44:41 -0000 1.161 @@ -65546,7 +65546,8 @@ 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> + presentations, including, for instance, printers.</p><!--bug + 19406--> <!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. --> <!-- (but only add that example if you first add some more good valid examples --> Index: textFieldSelection.html =================================================================== RCS file: /sources/public/html5/spec/textFieldSelection.html,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- textFieldSelection.html 11 Oct 2012 01:14:19 -0000 1.199 +++ textFieldSelection.html 11 Oct 2012 15:44:43 -0000 1.200 @@ -17076,7 +17076,8 @@ 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> + presentations, including, for instance, printers.</p><!--bug + 19406--> <!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. --> <!-- (but only add that example if you first add some more good valid examples -->
Received on Thursday, 11 October 2012 15:44:47 UTC