[css-text-decor-3] Add "Animatable:" lines to propdef tables, and change the Computed Value: line for the 'text-decoration' shorthand to "see individual properties".

Thu, 07 Feb 2013 22:55:02 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 07 Feb 2013 22:55:02 -0800
changeset 7399
45007c88f5c7
parent 7398
34298d3d5627
child 7400
eb33c4492cf2

[css-text-decor-3] Add "Animatable:" lines to propdef tables, and change the Computed Value: line for the 'text-decoration' shorthand to "see individual properties".

The Animatable lines are as resolved in Tucson face-to-face at
2013-02-04 11:40:47 -0700, and edited by me per discussion starting at
2013-02-05 11:11:38 -0700.

css-text-decor-3/Makefile file | annotate | diff | comparison | revisions
css-text-decor-3/Overview.html file | annotate | diff | comparison | revisions
css-text-decor-3/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css-text-decor-3/Makefile	Thu Feb 07 22:55:02 2013 -0800
     1.3 @@ -0,0 +1,33 @@
     1.4 +# Calling the post-processor with file-upload. Assumes the username
     1.5 +# and password are in ~/.curl-w3.org
     1.6 +#
     1.7 +# Possible other options:
     1.8 +# -F date=YYYY-MM-DD
     1.9 +# -F ids=on
    1.10 +
    1.11 +%.html: %.src.html
    1.12 +	@echo "Calling post-processor to generate $@..."
    1.13 +	@curl -F file=@$< -F group=CSS -F output=html -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
    1.14 +%.err: %.src.html
    1.15 +	@echo "Calling post-processor to check $<..."
    1.16 +	@curl -F file=@$< -F group=CSS -F output=err -F method=file -s -K ~/.curl-w3.org https://www.w3.org/Style/Group/process.cgi >$@
    1.17 +
    1.18 +
    1.19 +
    1.20 +all: check Overview.html
    1.21 +	@echo Done.
    1.22 +
    1.23 +check: Overview.err
    1.24 +	@cat $<
    1.25 +	@grep -q '^No errors$$' $< # Force a non-zero exit code if errors
    1.26 +
    1.27 +
    1.28 +
    1.29 +# A handy shortcut:
    1.30 +
    1.31 +clean:
    1.32 +	rm Overview.html
    1.33 +
    1.34 +
    1.35 +
    1.36 +.PHONY: check clean
     2.1 --- a/css-text-decor-3/Overview.html	Thu Feb 07 22:43:19 2013 -0800
     2.2 +++ b/css-text-decor-3/Overview.html	Thu Feb 07 22:55:02 2013 -0800
     2.3 @@ -10,11 +10,11 @@
     2.4     rel=dcterms.rights>
     2.5    <meta content="CSS Text Decoration Module Level 3" name=dcterms.title>
     2.6    <meta content=text name=dcterms.type>
     2.7 -  <meta content=2013-02-05 name=dcterms.issued>
     2.8 +  <meta content=2013-02-08 name=dcterms.issued>
     2.9    <meta content="Elika J. Etemad" name=dcterms.creator>
    2.10    <meta content="Koji Ishii" name=dcterms.creator>
    2.11    <meta content=W3C name=dcterms.publisher>
    2.12 -  <meta content="http://www.w3.org/TR/2013/ED-css-text-decor-3-20130205/"
    2.13 +  <meta content="http://www.w3.org/TR/2013/ED-css-text-decor-3-20130208/"
    2.14     name=dcterms.identifier>
    2.15    <link href="#contents" rel=contents><!--<link rel=index href="#index">-->
    2.16  
    2.17 @@ -29,13 +29,13 @@
    2.18  
    2.19     <h1>CSS Text Decoration Module Level 3</h1>
    2.20  
    2.21 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
    2.22 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
    2.23      2013</h2>
    2.24  
    2.25     <dl>
    2.26      <dt>This version:</dt>
    2.27      <!--  
    2.28 -    <dd><a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130205/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130205/</a></dd>
    2.29 +    <dd><a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130208/">http://www.w3.org/TR/2013/WD-css-text-decor-3-20130208/</a></dd>
    2.30    -->
    2.31  
    2.32      <dd><a
    2.33 @@ -464,6 +464,11 @@
    2.34       <th>Computed value:
    2.35  
    2.36       <td>as specified
    2.37 +
    2.38 +    <tr>
    2.39 +     <th>Animatable:
    2.40 +
    2.41 +     <td>no
    2.42    </table>
    2.43  
    2.44    <p>Specifies what line decorations, if any, are added to the element.
    2.45 @@ -546,6 +551,12 @@
    2.46       <th>Computed value:
    2.47  
    2.48       <td>the computed color
    2.49 +
    2.50 +    <tr>
    2.51 +     <th>Animatable:
    2.52 +
    2.53 +     <td>as <a
    2.54 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
    2.55    </table>
    2.56  
    2.57    <p>This property specifies the color of text decoration (underlines
    2.58 @@ -602,6 +613,11 @@
    2.59       <th>Computed value:
    2.60  
    2.61       <td>as specified
    2.62 +
    2.63 +    <tr>
    2.64 +     <th>Animatable:
    2.65 +
    2.66 +     <td>no
    2.67    </table>
    2.68  
    2.69    <p>This property specifies the style of the line(s) drawn for text
    2.70 @@ -665,7 +681,12 @@
    2.71      <tr>
    2.72       <th>Computed value:
    2.73  
    2.74 -     <td>as specified
    2.75 +     <td>see individual properties
    2.76 +
    2.77 +    <tr>
    2.78 +     <th>Animatable:
    2.79 +
    2.80 +     <td>see individual properties
    2.81    </table>
    2.82  
    2.83    <p>This property is a shorthand for setting ‘<a
    2.84 @@ -741,6 +762,11 @@
    2.85       <th>Computed value:
    2.86  
    2.87       <td>as specified
    2.88 +
    2.89 +    <tr>
    2.90 +     <th>Animatable:
    2.91 +
    2.92 +     <td>no
    2.93    </table>
    2.94  
    2.95    <p>This property specifies what parts of the element's content any text
    2.96 @@ -849,6 +875,11 @@
    2.97       <th>Computed value:
    2.98  
    2.99       <td>as specified
   2.100 +
   2.101 +    <tr>
   2.102 +     <th>Animatable:
   2.103 +
   2.104 +     <td>no
   2.105    </table>
   2.106  
   2.107    <p>This property sets the position of an underline specified on the same
   2.108 @@ -1141,6 +1172,11 @@
   2.109  
   2.110       <td>‘<code class=property>none</code>’, a pair of keywords
   2.111        representing the shape and fill, or a string
   2.112 +
   2.113 +    <tr>
   2.114 +     <th>Animatable:
   2.115 +
   2.116 +     <td>no
   2.117    </table>
   2.118  
   2.119    <p>This property applies emphasis marks to the element's text. Values have
   2.120 @@ -1307,6 +1343,12 @@
   2.121       <th>Computed value:
   2.122  
   2.123       <td>as specified
   2.124 +
   2.125 +    <tr>
   2.126 +     <th>Animatable:
   2.127 +
   2.128 +     <td>as <a
   2.129 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
   2.130    </table>
   2.131  
   2.132    <p>This property specifies the foreground color of the emphasis marks.
   2.133 @@ -1368,6 +1410,11 @@
   2.134       <th>Computed value:
   2.135  
   2.136       <td>see individual properties
   2.137 +
   2.138 +    <tr>
   2.139 +     <th>Animatable:
   2.140 +
   2.141 +     <td>see individual properties
   2.142    </table>
   2.143  
   2.144    <p>This property is a shorthand for setting ‘<a
   2.145 @@ -1428,6 +1475,11 @@
   2.146       <th>Computed value:
   2.147  
   2.148       <td>as specified
   2.149 +
   2.150 +    <tr>
   2.151 +     <th>Animatable:
   2.152 +
   2.153 +     <td>no
   2.154    </table>
   2.155  
   2.156    <p>This property describes where emphasis marks are drawn at. The values
   2.157 @@ -1571,6 +1623,13 @@
   2.158       <th>Computed value:
   2.159  
   2.160       <td>a color plus three absolute &lt;length&gt;s
   2.161 +
   2.162 +    <tr>
   2.163 +     <th>Animatable:
   2.164 +
   2.165 +     <td>as <a
   2.166 +      href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow
   2.167 +      list</a>
   2.168    </table>
   2.169  
   2.170    <p>This property accepts a comma-separated list of shadow effects to be
     3.1 --- a/css-text-decor-3/Overview.src.html	Thu Feb 07 22:43:19 2013 -0800
     3.2 +++ b/css-text-decor-3/Overview.src.html	Thu Feb 07 22:55:02 2013 -0800
     3.3 @@ -272,6 +272,9 @@
     3.4      <tr>
     3.5        <th>Computed&#160;value:
     3.6        <td>as specified
     3.7 +    <tr>
     3.8 +      <th>Animatable:
     3.9 +      <td>no
    3.10    </table>
    3.11  
    3.12    <p>Specifies what line decorations, if any, are added to the element.
    3.13 @@ -324,6 +327,9 @@
    3.14      <tr>
    3.15        <th>Computed&#160;value:
    3.16        <td>the computed color
    3.17 +    <tr>
    3.18 +      <th>Animatable:
    3.19 +      <td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
    3.20    </table>
    3.21  
    3.22    <p>This property specifies the color of text decoration (underlines
    3.23 @@ -363,6 +369,9 @@
    3.24      <tr>
    3.25        <th>Computed&#160;value:
    3.26        <td>as specified
    3.27 +    <tr>
    3.28 +      <th>Animatable:
    3.29 +      <td>no
    3.30    </table>
    3.31  
    3.32    <p>This property specifies the style of the line(s) drawn for
    3.33 @@ -405,7 +414,10 @@
    3.34        <td>visual
    3.35      <tr>
    3.36        <th>Computed&#160;value:
    3.37 -      <td>as specified
    3.38 +      <td>see individual properties
    3.39 +    <tr>
    3.40 +      <th>Animatable:
    3.41 +      <td>see individual properties
    3.42    </table>
    3.43  
    3.44    <p>This property is a shorthand for setting 'text-decoration-line',
    3.45 @@ -456,6 +468,9 @@
    3.46      <tr>
    3.47        <th>Computed&#160;value:
    3.48        <td>as specified
    3.49 +    <tr>
    3.50 +      <th>Animatable:
    3.51 +      <td>no
    3.52    </table>
    3.53  
    3.54    <p>This property specifies what parts of the element's content
    3.55 @@ -531,6 +546,9 @@
    3.56      <tr>
    3.57        <th>Computed&#160;value:
    3.58        <td>as specified
    3.59 +    <tr>
    3.60 +      <th>Animatable:
    3.61 +      <td>no
    3.62    </table>
    3.63  
    3.64    <p>This property sets the position of an underline specified
    3.65 @@ -775,6 +793,9 @@
    3.66        <th>Computed&#160;value:
    3.67        <td>'none', a pair of keywords representing the shape and fill, or
    3.68          a string
    3.69 +    <tr>
    3.70 +      <th>Animatable:
    3.71 +      <td>no
    3.72    </table>
    3.73  
    3.74    <p>This property applies emphasis marks to the element's text.
    3.75 @@ -884,6 +905,9 @@
    3.76      <tr>
    3.77        <th>Computed&#160;value:
    3.78        <td>as specified
    3.79 +    <tr>
    3.80 +      <th>Animatable:
    3.81 +      <td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
    3.82    </table>
    3.83  
    3.84    <p>This property specifies the foreground color of the emphasis marks.</p>
    3.85 @@ -923,6 +947,9 @@
    3.86      <tr>
    3.87        <th>Computed&#160;value:
    3.88        <td>see individual properties
    3.89 +    <tr>
    3.90 +      <th>Animatable:
    3.91 +      <td>see individual properties
    3.92    </table>
    3.93  
    3.94    <p>This property is a shorthand for setting
    3.95 @@ -964,6 +991,9 @@
    3.96      <tr>
    3.97        <th>Computed&#160;value:
    3.98        <td>as specified
    3.99 +    <tr>
   3.100 +      <th>Animatable:
   3.101 +      <td>no
   3.102    </table>
   3.103  
   3.104    <p>This property describes where emphasis marks are drawn at.
   3.105 @@ -1063,6 +1093,9 @@
   3.106      <tr>
   3.107        <th>Computed&#160;value:
   3.108        <td>a color plus three absolute &lt;length&gt;s
   3.109 +    <tr>
   3.110 +      <th>Animatable:
   3.111 +      <td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow list</a>
   3.112    </table>
   3.113  
   3.114    <p>This property accepts a comma-separated list of shadow effects to

mercurial