[html5] r6171 - [giow] (0) Add text-decoration to ::cue's list of supported properties

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 1 15:23:10 PDT 2011


Author: ianh
Date: 2011-06-01 15:23:09 -0700 (Wed, 01 Jun 2011)
New Revision: 6171

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Add text-decoration to ::cue's list of supported properties

Modified: complete.html
===================================================================
--- complete.html	2011-06-01 22:20:10 UTC (rev 6170)
+++ complete.html	2011-06-01 22:23:09 UTC (rev 6171)
@@ -92193,8 +92193,9 @@
   ignored:</p>
 
   <ul class=brief><li>'color'</li>
+   <li>'text-decoration'</li>
+   <li>'text-outline'</li>
    <li>'text-shadow'</li>
-   <li>'text-outline'</li>
    <li>the properties corresponding to the 'background' shorthand</li>
    <li>the properties corresponding to the 'outline' shorthand</li>
    <li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
@@ -92280,22 +92281,23 @@
   with an argument:</p>
 
   <ul class=brief><li>'color'</li>
+   <li>'text-decoration'</li>
+   <li>'text-outline'</li>
    <li>'text-shadow'</li>
-   <li>'text-outline'</li>
    <li>the properties corresponding to the 'background' shorthand</li>
    <li>the properties corresponding to the 'outline' shorthand</li>
    <li>properties relating to the transition and animation features</li>
    <!-- add more... -->
-   <!-- but definitely not anything that affects dimensions of boxes -->
+   <!-- but definitely not anything that affects dimensions of boxes, e.g. the 'font' shorthand's properties -->
   </ul><!--v2
    Would be nice to support transitions that are directional,
    e.g. changing text fill colour or shadow size of the start of a
    segment when the segment becomes "past", and having the change
    propagate towards the end of the segment so that it reaches the end
    of the segment when the next segment becomes "past".
-  --><p>The following properties apply to the '::cue()' pseudo-element
-  with an argument when the selector does not contain the ':past' and
-  ':future' pseudo-classes:</p>
+  --><p>In addition, the following properties apply to the '::cue()'
+  pseudo-element with an argument when the selector does not contain
+  the ':past' and ':future' pseudo-classes:</p>
 
   <ul class=brief><li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
    <!-- add more... -->

Modified: index
===================================================================
--- index	2011-06-01 22:20:10 UTC (rev 6170)
+++ index	2011-06-01 22:23:09 UTC (rev 6171)
@@ -87939,8 +87939,9 @@
   ignored:</p>
 
   <ul class=brief><li>'color'</li>
+   <li>'text-decoration'</li>
+   <li>'text-outline'</li>
    <li>'text-shadow'</li>
-   <li>'text-outline'</li>
    <li>the properties corresponding to the 'background' shorthand</li>
    <li>the properties corresponding to the 'outline' shorthand</li>
    <li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
@@ -88026,22 +88027,23 @@
   with an argument:</p>
 
   <ul class=brief><li>'color'</li>
+   <li>'text-decoration'</li>
+   <li>'text-outline'</li>
    <li>'text-shadow'</li>
-   <li>'text-outline'</li>
    <li>the properties corresponding to the 'background' shorthand</li>
    <li>the properties corresponding to the 'outline' shorthand</li>
    <li>properties relating to the transition and animation features</li>
    <!-- add more... -->
-   <!-- but definitely not anything that affects dimensions of boxes -->
+   <!-- but definitely not anything that affects dimensions of boxes, e.g. the 'font' shorthand's properties -->
   </ul><!--v2
    Would be nice to support transitions that are directional,
    e.g. changing text fill colour or shadow size of the start of a
    segment when the segment becomes "past", and having the change
    propagate towards the end of the segment so that it reaches the end
    of the segment when the next segment becomes "past".
-  --><p>The following properties apply to the '::cue()' pseudo-element
-  with an argument when the selector does not contain the ':past' and
-  ':future' pseudo-classes:</p>
+  --><p>In addition, the following properties apply to the '::cue()'
+  pseudo-element with an argument when the selector does not contain
+  the ':past' and ':future' pseudo-classes:</p>
 
   <ul class=brief><li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
    <!-- add more... -->

Modified: source
===================================================================
--- source	2011-06-01 22:20:10 UTC (rev 6170)
+++ source	2011-06-01 22:23:09 UTC (rev 6171)
@@ -104765,8 +104765,9 @@
 
   <ul class="brief">
    <li>'color'</li>
+   <li>'text-decoration'</li>
+   <li>'text-outline'</li>
    <li>'text-shadow'</li>
-   <li>'text-outline'</li>
    <li>the properties corresponding to the 'background' shorthand</li>
    <li>the properties corresponding to the 'outline' shorthand</li>
    <li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>
@@ -104879,13 +104880,14 @@
 
   <ul class="brief">
    <li>'color'</li>
+   <li>'text-decoration'</li>
+   <li>'text-outline'</li>
    <li>'text-shadow'</li>
-   <li>'text-outline'</li>
    <li>the properties corresponding to the 'background' shorthand</li>
    <li>the properties corresponding to the 'outline' shorthand</li>
    <li>properties relating to the transition and animation features</li>
    <!-- add more... -->
-   <!-- but definitely not anything that affects dimensions of boxes -->
+   <!-- but definitely not anything that affects dimensions of boxes, e.g. the 'font' shorthand's properties -->
   </ul>
 
   <!--v2
@@ -104896,9 +104898,9 @@
    of the segment when the next segment becomes "past".
   -->
 
-  <p>The following properties apply to the '::cue()' pseudo-element
-  with an argument when the selector does not contain the ':past' and
-  ':future' pseudo-classes:</p>
+  <p>In addition, the following properties apply to the '::cue()'
+  pseudo-element with an argument when the selector does not contain
+  the ':past' and ':future' pseudo-classes:</p>
 
   <ul class="brief">
    <li>the properties corresponding to the 'font' shorthand, including 'line-height'</li>




More information about the Commit-Watchers mailing list