Skip to content

Commit

Permalink
[giowt] (0) Fix the default font size for cue text to be half what it…
Browse files Browse the repository at this point in the history
… was intended to be before, and fifty times bigger than it was actually specified to be before...

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14118

git-svn-id: http://svn.whatwg.org/webapps@6554 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 14, 2011
1 parent 63f8515 commit b66bfff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -93463,7 +93463,7 @@ <h5 id=applying-css-properties-to-webvtt-node-objects><span class=secno>15.4.2.2
the <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a> was constructed.</p>

<p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
Node Objects</a> must be set to '0.1vh sans-serif'. <a href=#refsCSSRUBY>[CSSRUBY]</a> <a href=#refsCSSVALUES>[CSSVALUES]</a></p>
Node Objects</a> must be set to '5vh sans-serif'. <a href=#refsCSSRUBY>[CSSRUBY]</a> <a href=#refsCSSVALUES>[CSSVALUES]</a></p>

<p>The 'color' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
Objects</a> must be set to 'rgba(255,255,255,0)'. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -88889,7 +88889,7 @@ iframe:not([seamless]) { border: 2px inset; }
the <a href=#list-of-webvtt-node-objects>List of WebVTT Node Objects</a> was constructed.</p>

<p>The 'font' shorthand property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT
Node Objects</a> must be set to '0.1vh sans-serif'. <a href=#refsCSSRUBY>[CSSRUBY]</a> <a href=#refsCSSVALUES>[CSSVALUES]</a></p>
Node Objects</a> must be set to '5vh sans-serif'. <a href=#refsCSSRUBY>[CSSRUBY]</a> <a href=#refsCSSVALUES>[CSSVALUES]</a></p>

<p>The 'color' property on the (root) <a href=#list-of-webvtt-node-objects>List of WebVTT Node
Objects</a> must be set to 'rgba(255,255,255,0)'. <a href=#refsCSSCOLOR>[CSSCOLOR]</a></p>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -105923,7 +105923,7 @@ iframe:not([seamless]) { border: 2px inset; }
the <span>List of WebVTT Node Objects</span> was constructed.</p>

<p>The 'font' shorthand property on the (root) <span>List of WebVTT
Node Objects</span> must be set to '0.1vh sans-serif'. <a
Node Objects</span> must be set to '5vh sans-serif'. <a
href="#refsCSSRUBY">[CSSRUBY]</a> <a
href="#refsCSSVALUES">[CSSVALUES]</a></p>

Expand Down

0 comments on commit b66bfff

Please sign in to comment.