[html5] r6174 - [giow] (0) Allow UAs to allow users to override authors in positioning of subtit [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 1 15:57:37 PDT 2011
Author: ianh
Date: 2011-06-01 15:57:35 -0700 (Wed, 01 Jun 2011)
New Revision: 6174
Modified:
complete.html
index
source
Log:
[giow] (0) Allow UAs to allow users to override authors in positioning of subtitles. Also, notes for v2.
Modified: complete.html
===================================================================
--- complete.html 2011-06-01 22:51:28 UTC (rev 6173)
+++ complete.html 2011-06-01 22:57:35 UTC (rev 6174)
@@ -31832,7 +31832,31 @@
<p>The <dfn id=webvtt>WebVTT</dfn> format (Web Video Text Tracks) is a
format intended for marking up external text track resources.</p>
+ <!-- v2 feature requests:
+
+ A comment block, e.g.
+
+ COMMENT - - >
+ this is a comment, bla bla
+
+
+ Inline CSS, maybe as:
+
+ STYLE - - >
+ ::cue(.narration) { color: blue; }
+
+
+ Default settings:
+
+ DEFAULTS - - >
+ L:-1 A:middle S:50%
+
+
+ Except in all these cases, - - > is really:
+ -->
+
+
<h6 id=syntax-0><span class=secno>4.8.10.13.1 </span>Syntax</h6>
<p>A <dfn id=webvtt-file>WebVTT file</dfn> must consist of a <a href=#webvtt-file-body>WebVTT file
@@ -92089,8 +92113,14 @@
<li><p>Return <var title="">output</var>.</li>
- </ol><h5 id=applying-css-properties-to-webvtt-node-objects><span class=secno>15.3.2.2 </span>Applying CSS properties to <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a></h5>
+ </ol><p>User agents may allow the user to override the above algorithm's
+ positioning of cues, e.g. by dragging them to another location on
+ the <code><a href=#the-video-element>video</a></code>, or even off the <code><a href=#the-video-element>video</a></code>
+ entirely.</p>
+
+ <h5 id=applying-css-properties-to-webvtt-node-objects><span class=secno>15.3.2.2 </span>Applying CSS properties to <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a></h5>
+
<p>When following the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT
text tracks</a>, user agents must set properties of <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a> as defined in
this section. <a href=#refsCSS>[CSS]</a></p>
Modified: index
===================================================================
--- index 2011-06-01 22:51:28 UTC (rev 6173)
+++ index 2011-06-01 22:57:35 UTC (rev 6174)
@@ -31821,7 +31821,31 @@
<p>The <dfn id=webvtt>WebVTT</dfn> format (Web Video Text Tracks) is a
format intended for marking up external text track resources.</p>
+ <!-- v2 feature requests:
+
+ A comment block, e.g.
+
+ COMMENT - - >
+ this is a comment, bla bla
+
+
+ Inline CSS, maybe as:
+
+ STYLE - - >
+ ::cue(.narration) { color: blue; }
+
+
+ Default settings:
+
+ DEFAULTS - - >
+ L:-1 A:middle S:50%
+
+
+ Except in all these cases, - - > is really:
+ -->
+
+
<h6 id=syntax-0><span class=secno>4.8.10.13.1 </span>Syntax</h6>
<p>A <dfn id=webvtt-file>WebVTT file</dfn> must consist of a <a href=#webvtt-file-body>WebVTT file
@@ -87835,8 +87859,14 @@
<li><p>Return <var title="">output</var>.</li>
- </ol><h5 id=applying-css-properties-to-webvtt-node-objects><span class=secno>13.3.2.2 </span>Applying CSS properties to <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a></h5>
+ </ol><p>User agents may allow the user to override the above algorithm's
+ positioning of cues, e.g. by dragging them to another location on
+ the <code><a href=#the-video-element>video</a></code>, or even off the <code><a href=#the-video-element>video</a></code>
+ entirely.</p>
+
+ <h5 id=applying-css-properties-to-webvtt-node-objects><span class=secno>13.3.2.2 </span>Applying CSS properties to <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a></h5>
+
<p>When following the <a href=#rules-for-updating-the-display-of-webvtt-text-tracks>rules for updating the display of WebVTT
text tracks</a>, user agents must set properties of <a href=#webvtt-node-object title="WebVTT Node Object">WebVTT Node Objects</a> as defined in
this section. <a href=#refsCSS>[CSS]</a></p>
Modified: source
===================================================================
--- source 2011-06-01 22:51:28 UTC (rev 6173)
+++ source 2011-06-01 22:57:35 UTC (rev 6174)
@@ -34940,7 +34940,31 @@
<p>The <dfn>WebVTT</dfn> format (Web Video Text Tracks) is a
format intended for marking up external text track resources.</p>
+ <!-- v2 feature requests:
+
+ A comment block, e.g.
+
+ COMMENT - - >
+ this is a comment, bla bla
+
+
+ Inline CSS, maybe as:
+
+ STYLE - - >
+ ::cue(.narration) { color: blue; }
+
+
+ Default settings:
+
+ DEFAULTS - - >
+ L:-1 A:middle S:50%
+
+
+ Except in all these cases, - - > is really:
+ -->
+
+
<h6>Syntax</h6>
<p>A <dfn>WebVTT file</dfn> must consist of a <span>WebVTT file
@@ -104650,7 +104674,12 @@
</ol>
+ <p>User agents may allow the user to override the above algorithm's
+ positioning of cues, e.g. by dragging them to another location on
+ the <code>video</code>, or even off the <code>video</code>
+ entirely.</p>
+
<h5>Applying CSS properties to <span title="WebVTT Node Object">WebVTT Node Objects</span></h5>
<p>When following the <span>rules for updating the display of WebVTT
More information about the Commit-Watchers
mailing list