hixie: Try to fix potentially confusing terminology. (whatwg r6577)

hixie: Try to fix potentially confusing terminology. (whatwg r6577)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5270&r2=1.5271&f=h
http://html5.org/tools/web-apps-tracker?from=6576&to=6577

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5270
retrieving revision 1.5271
diff -u -d -r1.5270 -r1.5271
--- Overview.html 23 Sep 2011 19:50:54 -0000 1.5270
+++ Overview.html 23 Sep 2011 19:53:01 -0000 1.5271
@@ -21683,12 +21683,12 @@
      <td><dfn id="attr-track-kind-subtitles" title="attr-track-kind-subtitles">Subtitles</dfn>
      <td>
       Transcription or translation of the dialogue, suitable for when the sound is available but not understood (e.g. because the user does not understand the language of the <a href="#media-resource">media resource</a>'s soundtrack).
-      Displayed over the video.
+      Overlaid on the video.
     <tr><td><dfn id="attr-track-kind-keyword-captions" title="attr-track-kind-keyword-captions"><code>captions</code></dfn>
      <td><dfn id="attr-track-kind-captions" title="attr-track-kind-captions">Captions</dfn>
      <td>
       Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when the soundtrack is unavailable or not clearly audible (e.g. because it is muted, drowned-out by ambient noise, or because the user is deaf).
-      Displayed over the video; labeled as appropriate for the hard-of-hearing.
+      Overlaid on the video; labeled as appropriate for the hard-of-hearing.
     <tr><td><dfn id="attr-track-kind-keyword-descriptions" title="attr-track-kind-keyword-descriptions"><code>descriptions</code></dfn>
      <td><dfn id="attr-track-kind-descriptions" title="attr-track-kind-descriptions">Descriptions</dfn>
      <td>
@@ -25600,10 +25600,11 @@
       maintaining a list of which cues are active, and events are
       being fired accordingly. In addition, for text tracks whose
       <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-subtitles">subtitles</code> or <code title="dom-mediatrack-kind-captions">captions</code>, the cues
-      are being displayed over the video as appropriate; for text
-      tracks whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-descriptions">descriptions</code>,
+      are being overlaid on the video as appropriate; for text tracks
+      whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-descriptions">descriptions</code>,
       the user agent is making the cues available to the user in a
-      non-visual fashion; and for text tracks whose <a href="#text-track-kind" title="text track kind">kind</a> is <code title="dom-mediatrack-kind-chapters">chapters</code>, the user
+      non-visual fashion; and for text tracks whose <a href="#text-track-kind" title="text
+      track kind">kind</a> is <code title="dom-mediatrack-kind-chapters">chapters</code>, the user
       agent is making available to the user a mechanism by which the
       user can navigate to any point in the <a href="#media-resource">media
       resource</a> by selecting a cue.</p>

Received on Friday, 23 September 2011 19:53:16 UTC