Skip to content

Commit

Permalink
[cgow] (1) Allow 'opacity' and 'visibility' on ::cue
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18519
Affected topics: Video Text Tracks

git-svn-id: http://svn.whatwg.org/webapps@7452 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 10, 2012
1 parent 3a40462 commit a68cd8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source
Expand Up @@ -114973,6 +114973,8 @@ iframe[seamless] { display: block; }

<ul class="brief">
<li>'color'</li>
<li>'opacity'</li>
<li>'visibility'</li>
<li>'text-decoration'</li>
<li>'text-outline'</li>
<li>'text-shadow'</li>
Expand Down Expand Up @@ -115094,6 +115096,8 @@ iframe[seamless] { display: block; }

<ul class="brief">
<li>'color'</li>
<li>'opacity'</li>
<li>'visibility'</li>
<li>'text-decoration'</li>
<li>'text-outline'</li>
<li>'text-shadow'</li>
Expand Down

0 comments on commit a68cd8a

Please sign in to comment.