Skip to content

Commit daf1f61

Browse files
committed
[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.
1 parent 3d6c706 commit daf1f61

3 files changed

Lines changed: 131 additions & 6 deletions

File tree

css-text-decor-3/Makefile

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Calling the post-processor with file-upload. Assumes the username
2+
# and password are in ~/.curl-w3.org
3+
#
4+
# Possible other options:
5+
# -F date=YYYY-MM-DD
6+
# -F ids=on
7+
8+
%.html: %.src.html
9+
@echo "Calling post-processor to generate $@..."
10+
@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 >$@
11+
%.err: %.src.html
12+
@echo "Calling post-processor to check $<..."
13+
@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 >$@
14+
15+
16+
17+
all: check Overview.html
18+
@echo Done.
19+
20+
check: Overview.err
21+
@cat $<
22+
@grep -q '^No errors$$' $< # Force a non-zero exit code if errors
23+
24+
25+
26+
# A handy shortcut:
27+
28+
clean:
29+
rm Overview.html
30+
31+
32+
33+
.PHONY: check clean

css-text-decor-3/Overview.html

Lines changed: 64 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Decoration Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-02-05 name=dcterms.issued>
13+
<meta content=2013-02-08 name=dcterms.issued>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2013/ED-css-text-decor-3-20130205/"
17+
<meta content="http://www.w3.org/TR/2013/ED-css-text-decor-3-20130208/"
1818
name=dcterms.identifier>
1919
<link href="#contents" rel=contents><!--<link rel=index href="#index">-->
2020

@@ -29,13 +29,13 @@
2929

3030
<h1>CSS Text Decoration Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
3333
2013</h2>
3434

3535
<dl>
3636
<dt>This version:</dt>
3737
<!--
38-
<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>
38+
<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>
3939
-->
4040

4141
<dd><a
@@ -464,6 +464,11 @@ <h3 id=text-decoration-line-property><span class=secno>2.1. </span> Text
464464
<th>Computed value:
465465

466466
<td>as specified
467+
468+
<tr>
469+
<th>Animatable:
470+
471+
<td>no
467472
</table>
468473

469474
<p>Specifies what line decorations, if any, are added to the element.
@@ -546,6 +551,12 @@ <h3 id=text-decoration-color-property><span class=secno>2.2. </span> Text
546551
<th>Computed value:
547552

548553
<td>the computed color
554+
555+
<tr>
556+
<th>Animatable:
557+
558+
<td>as <a
559+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
549560
</table>
550561

551562
<p>This property specifies the color of text decoration (underlines
@@ -602,6 +613,11 @@ <h3 id=text-decoration-style-property><span class=secno>2.3. </span> Text
602613
<th>Computed value:
603614

604615
<td>as specified
616+
617+
<tr>
618+
<th>Animatable:
619+
620+
<td>no
605621
</table>
606622

607623
<p>This property specifies the style of the line(s) drawn for text
@@ -665,7 +681,12 @@ <h3 id=text-decoration-property><span class=secno>2.4. </span> Text
665681
<tr>
666682
<th>Computed value:
667683

668-
<td>as specified
684+
<td>see individual properties
685+
686+
<tr>
687+
<th>Animatable:
688+
689+
<td>see individual properties
669690
</table>
670691

671692
<p>This property is a shorthand for setting ‘<a
@@ -741,6 +762,11 @@ <h3 id=text-decoration-skip-property><span class=secno>2.5. </span> Text
741762
<th>Computed value:
742763

743764
<td>as specified
765+
766+
<tr>
767+
<th>Animatable:
768+
769+
<td>no
744770
</table>
745771

746772
<p>This property specifies what parts of the element's content any text
@@ -849,6 +875,11 @@ <h3 id=text-underline-position-property><span class=secno>2.6. </span> Text
849875
<th>Computed value:
850876

851877
<td>as specified
878+
879+
<tr>
880+
<th>Animatable:
881+
882+
<td>no
852883
</table>
853884

854885
<p>This property sets the position of an underline specified on the same
@@ -1141,6 +1172,11 @@ <h3 id=text-emphasis-style-property><span class=secno>3.1. </span> Emphasis
11411172

11421173
<td><code class=property>none</code>’, a pair of keywords
11431174
representing the shape and fill, or a string
1175+
1176+
<tr>
1177+
<th>Animatable:
1178+
1179+
<td>no
11441180
</table>
11451181

11461182
<p>This property applies emphasis marks to the element's text. Values have
@@ -1307,6 +1343,12 @@ <h3 id=text-emphasis-color-property><span class=secno>3.2. </span> Emphasis
13071343
<th>Computed value:
13081344

13091345
<td>as specified
1346+
1347+
<tr>
1348+
<th>Animatable:
1349+
1350+
<td>as <a
1351+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
13101352
</table>
13111353

13121354
<p>This property specifies the foreground color of the emphasis marks.
@@ -1367,6 +1409,11 @@ <h3 id=text-emphasis-property><span class=secno>3.3. </span> Emphasis Mark
13671409
<tr>
13681410
<th>Computed value:
13691411

1412+
<td>see individual properties
1413+
1414+
<tr>
1415+
<th>Animatable:
1416+
13701417
<td>see individual properties
13711418
</table>
13721419

@@ -1428,6 +1475,11 @@ <h3 id=text-emphasis-position-property><span class=secno>3.4. </span>
14281475
<th>Computed value:
14291476

14301477
<td>as specified
1478+
1479+
<tr>
1480+
<th>Animatable:
1481+
1482+
<td>no
14311483
</table>
14321484

14331485
<p>This property describes where emphasis marks are drawn at. The values
@@ -1571,6 +1623,13 @@ <h2 id=text-shadow-property><span class=secno>4. </span> Text Shadows: the
15711623
<th>Computed value:
15721624

15731625
<td>a color plus three absolute &lt;length&gt;s
1626+
1627+
<tr>
1628+
<th>Animatable:
1629+
1630+
<td>as <a
1631+
href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow
1632+
list</a>
15741633
</table>
15751634

15761635
<p>This property accepts a comma-separated list of shadow effects to be

css-text-decor-3/Overview.src.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ <h3 id="text-decoration-line-property">
272272
<tr>
273273
<th>Computed&#160;value:
274274
<td>as specified
275+
<tr>
276+
<th>Animatable:
277+
<td>no
275278
</table>
276279

277280
<p>Specifies what line decorations, if any, are added to the element.
@@ -324,6 +327,9 @@ <h3 id="text-decoration-color-property">
324327
<tr>
325328
<th>Computed&#160;value:
326329
<td>the computed color
330+
<tr>
331+
<th>Animatable:
332+
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
327333
</table>
328334

329335
<p>This property specifies the color of text decoration (underlines
@@ -363,6 +369,9 @@ <h3 id="text-decoration-style-property">
363369
<tr>
364370
<th>Computed&#160;value:
365371
<td>as specified
372+
<tr>
373+
<th>Animatable:
374+
<td>no
366375
</table>
367376

368377
<p>This property specifies the style of the line(s) drawn for
@@ -405,7 +414,10 @@ <h3 id="text-decoration-property">
405414
<td>visual
406415
<tr>
407416
<th>Computed&#160;value:
408-
<td>as specified
417+
<td>see individual properties
418+
<tr>
419+
<th>Animatable:
420+
<td>see individual properties
409421
</table>
410422

411423
<p>This property is a shorthand for setting 'text-decoration-line',
@@ -456,6 +468,9 @@ <h3 id="text-decoration-skip-property">
456468
<tr>
457469
<th>Computed&#160;value:
458470
<td>as specified
471+
<tr>
472+
<th>Animatable:
473+
<td>no
459474
</table>
460475

461476
<p>This property specifies what parts of the element's content
@@ -531,6 +546,9 @@ <h3 id="text-underline-position-property">
531546
<tr>
532547
<th>Computed&#160;value:
533548
<td>as specified
549+
<tr>
550+
<th>Animatable:
551+
<td>no
534552
</table>
535553

536554
<p>This property sets the position of an underline specified
@@ -775,6 +793,9 @@ <h3 id="text-emphasis-style-property">
775793
<th>Computed&#160;value:
776794
<td>'none', a pair of keywords representing the shape and fill, or
777795
a string
796+
<tr>
797+
<th>Animatable:
798+
<td>no
778799
</table>
779800

780801
<p>This property applies emphasis marks to the element's text.
@@ -884,6 +905,9 @@ <h3 id="text-emphasis-color-property">
884905
<tr>
885906
<th>Computed&#160;value:
886907
<td>as specified
908+
<tr>
909+
<th>Animatable:
910+
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
887911
</table>
888912

889913
<p>This property specifies the foreground color of the emphasis marks.</p>
@@ -923,6 +947,9 @@ <h3 id="text-emphasis-property">
923947
<tr>
924948
<th>Computed&#160;value:
925949
<td>see individual properties
950+
<tr>
951+
<th>Animatable:
952+
<td>see individual properties
926953
</table>
927954

928955
<p>This property is a shorthand for setting
@@ -964,6 +991,9 @@ <h3 id="text-emphasis-position-property">
964991
<tr>
965992
<th>Computed&#160;value:
966993
<td>as specified
994+
<tr>
995+
<th>Animatable:
996+
<td>no
967997
</table>
968998

969999
<p>This property describes where emphasis marks are drawn at.
@@ -1063,6 +1093,9 @@ <h2 id="text-shadow-property">
10631093
<tr>
10641094
<th>Computed&#160;value:
10651095
<td>a color plus three absolute &lt;length&gt;s
1096+
<tr>
1097+
<th>Animatable:
1098+
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow list</a>
10661099
</table>
10671100

10681101
<p>This property accepts a comma-separated list of shadow effects to

0 commit comments

Comments
 (0)