[html5] r4460 - [e] (0) Mention audio descriptions explicitly. Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 4 16:27:08 PST 2010


Author: ianh
Date: 2010-01-04 16:27:05 -0800 (Mon, 04 Jan 2010)
New Revision: 4460

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention audio descriptions explicitly.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8187

Modified: complete.html
===================================================================
--- complete.html	2010-01-05 00:16:35 UTC (rev 4459)
+++ complete.html	2010-01-05 00:27:05 UTC (rev 4460)
@@ -21282,7 +21282,8 @@
   the blind, deaf, and those with other physical or cognitive
   disabilities, authors are expected to provide alternative media
   streams and/or to embed accessibility aids (such as caption or
-  subtitle tracks) into their media streams.</p>
+  subtitle tracks, audio description tracks, or sign-language
+  overlays) into their media streams.</p>
 
   <p>The <code><a href=#video>video</a></code> element is a <a href=#media-element>media element</a>
   whose <a href=#media-data>media data</a> is ostensibly video data, possibly
@@ -21431,8 +21432,9 @@
   is available; otherwise it is 150 CSS pixels.</p>
 
   <hr><p>User agents should provide controls to enable or disable the
-  display of closed captions associated with the video stream, though
-  such features should, again, not interfere with the page's normal
+  display of closed captions, audio description tracks, and other
+  additional data associated with the video stream, though such
+  features should, again, not interfere with the page's normal
   rendering.</p>
 
   <p>User agents may allow users to view the video content in manners

Modified: index
===================================================================
--- index	2010-01-05 00:16:35 UTC (rev 4459)
+++ index	2010-01-05 00:27:05 UTC (rev 4460)
@@ -21117,7 +21117,8 @@
   the blind, deaf, and those with other physical or cognitive
   disabilities, authors are expected to provide alternative media
   streams and/or to embed accessibility aids (such as caption or
-  subtitle tracks) into their media streams.</p>
+  subtitle tracks, audio description tracks, or sign-language
+  overlays) into their media streams.</p>
 
   <p>The <code><a href=#video>video</a></code> element is a <a href=#media-element>media element</a>
   whose <a href=#media-data>media data</a> is ostensibly video data, possibly
@@ -21266,8 +21267,9 @@
   is available; otherwise it is 150 CSS pixels.</p>
 
   <hr><p>User agents should provide controls to enable or disable the
-  display of closed captions associated with the video stream, though
-  such features should, again, not interfere with the page's normal
+  display of closed captions, audio description tracks, and other
+  additional data associated with the video stream, though such
+  features should, again, not interfere with the page's normal
   rendering.</p>
 
   <p>User agents may allow users to view the video content in manners

Modified: source
===================================================================
--- source	2010-01-05 00:16:35 UTC (rev 4459)
+++ source	2010-01-05 00:27:05 UTC (rev 4460)
@@ -22632,7 +22632,8 @@
   the blind, deaf, and those with other physical or cognitive
   disabilities, authors are expected to provide alternative media
   streams and/or to embed accessibility aids (such as caption or
-  subtitle tracks) into their media streams.</p>
+  subtitle tracks, audio description tracks, or sign-language
+  overlays) into their media streams.</p>
 
   <p>The <code>video</code> element is a <span>media element</span>
   whose <span>media data</span> is ostensibly video data, possibly
@@ -22812,8 +22813,9 @@
   <hr>
 
   <p>User agents should provide controls to enable or disable the
-  display of closed captions associated with the video stream, though
-  such features should, again, not interfere with the page's normal
+  display of closed captions, audio description tracks, and other
+  additional data associated with the video stream, though such
+  features should, again, not interfere with the page's normal
   rendering.</p>
 
   <p>User agents may allow users to view the video content in manners




More information about the Commit-Watchers mailing list