Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'text-outline' from CSS whitelists #23

Merged
merged 1 commit into from
Jan 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions webvtt.html
Original file line number Diff line number Diff line change
Expand Up @@ -4637,10 +4637,6 @@ <h4>Applying CSS properties to <a title="WebVTT Node Object">WebVTT Node Objects
background box</a> must be set to 'rgba(0,0,0,0.8)'. <a
href="#refsCSSCOLOR">[CSSCOLOR]</a></p>

<p>A text outline or stroke may also be set on the (root) <a>list
of WebVTT Node Objects</a>, if supported.</p> <!-- 'text-outline'
is in CSS3 Text, but Tab says that's awaiting medical attention. -->

<p>The 'white-space' property on the (root) <a>list of WebVTT
Node Objects</a> must be set to 'pre-line'. <a
href="#refsCSS">[CSS]</a></p>
Expand Down Expand Up @@ -4792,7 +4788,6 @@ <h5>The '::cue' pseudo-element</h5>
<li>'opacity'</li>
<li>'visibility'</li>
<li>'text-decoration'</li>
<li>'text-outline'</li>
<li>'text-shadow'</li>
<li>the properties corresponding to the 'background' shorthand</li>
<li>the properties corresponding to the 'outline' shorthand</li>
Expand Down Expand Up @@ -4923,7 +4918,6 @@ <h5>The '::cue' pseudo-element</h5>
<li>'opacity'</li>
<li>'visibility'</li>
<li>'text-decoration'</li>
<li>'text-outline'</li>
<li>'text-shadow'</li>
<li>the properties corresponding to the 'background' shorthand</li>
<li>the properties corresponding to the 'outline' shorthand</li>
Expand Down