- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Aug 2010 23:46:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1602
Modified Files:
acknowledgements.html rendering.html spec.html video.html
Log Message:
minor type in example (whatwg r5321)
[updated by splitter]
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- rendering.html 12 Aug 2010 05:28:13 -0000 1.17
+++ rendering.html 23 Aug 2010 23:46:45 -0000 1.18
@@ -2540,12 +2540,30 @@
that the user agent will expose the contents of that attribute as a
tooltip.</p>
+ <p>U+000A LINE FEED (LF) characters are expected to cause line
+ breaks in the tooltip.</p>
+
<p>User agents are encouraged to make it possible to view tooltips
without the use of a pointing device, since not all users are able
to use pointing devices.</p>
- <p>U+000A LINE FEED (LF) characters are expected to cause line
- breaks in the tooltip.</p>
+ <div class="example">
+
+ <p>For example, a visual user agent could make elements with a
+ <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute focusable, and
+ could make any focused element with a <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute show its tooltip under
+ the element while the element has focus. This would allow a user to
+ tab around the document to find all the advisory text.</p>
+
+ </div>
+
+ <div class="example">
+
+ <p>As another example, a screen reader could provide an audio cue
+ when reading an element with a tooltip, with an associated key to
+ read the last tooltip for which a cue was played.</p>
+
+ </div>
<h4 id="editing-hosts"><span class="secno">10.6.3 </span>Editing hosts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -u -d -r1.1028 -r1.1029
--- acknowledgements.html 18 Aug 2010 01:36:40 -0000 1.1028
+++ acknowledgements.html 23 Aug 2010 23:46:44 -0000 1.1029
@@ -842,6 +842,7 @@
Wojciech Mach,
Wolfram Kriesing,
Yang Chen,
+ Ye-Kui Wang,
Yehuda Katz,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.878
retrieving revision 1.879
diff -u -d -r1.878 -r1.879
--- video.html 18 Aug 2010 01:17:01 -0000 1.878
+++ video.html 23 Aug 2010 23:46:45 -0000 1.879
@@ -731,7 +731,7 @@
<p>The following list shows some examples of how to use the <code title="">codecs=</code> MIME parameter in the <code title="attr-source-type"><a href="#attr-source-type">type</a></code> attribute.</p>
- <dl><dt>H.264 Simple baseline profile video (main and extended video compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
+ <dl><dt>H.264 Constrained baseline profile video (main and extended video compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
<dd><pre><source src='video.mp4' type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'></pre></dd>
<dt>H.264 Extended profile video (baseline-compatible) level 3 and Low-Complexity AAC audio in MP4 container</dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1157
retrieving revision 1.1158
diff -u -d -r1.1157 -r1.1158
--- spec.html 23 Aug 2010 23:16:40 -0000 1.1157
+++ spec.html 23 Aug 2010 23:46:45 -0000 1.1158
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4239.
+This is revision 1.4241.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 23 August 2010 23:46:48 UTC