@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
9090 < dt > This version:
9191
9292 < dd > < a href ="http://dev.w3.org/csswg/css3-text/Overview.html "> $Date:
93- 2011/07/24 23:27:22 $ (CVS $Revision$)</ a > <!--
93+ 2011/07/25 01:19:21 $ (CVS $Revision$)</ a > <!--
9494 <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110725/">http://www.w3.org/TR/2011/WD-css3-text-20110725/</a></dd>
9595 -->
9696
@@ -4277,8 +4277,9 @@ <h4 id=text-decoration-line><span class=secno>10.1.1. </span> Text
42774277 < tr >
42784278 < th > Value:
42794279
4280- < td > none | underline || overline || line-through || [ cancel-underline
4281- || cancel-overline || cancel-line-through | cancel-all ]
4280+ < td > none | [ underline | no-underline | replace-underline ] || [
4281+ overline | no-overline | replace-overline ] || [ line-through |
4282+ no-line-through | replace-line-through ] | remove-all
42824283
42834284 < tr >
42844285 < th > Initial:
@@ -4323,35 +4324,43 @@ <h4 id=text-decoration-line><span class=secno>10.1.1. </span> Text
43234324
43244325 < dd > Each line of text is underlined.
43254326
4326- < dt > < dfn id =cancel -underline> cancel -underline</ dfn >
4327+ < dt > < dfn id =no -underline> no -underline</ dfn >
43274328
43284329 < dd > Inhibits propagated underlines.
43294330
4331+ < dt > < dfn id =replace-underline > replace-underline</ dfn >
4332+
4333+ < dd > Inhibits propagated underlines and produces an underline.
4334+
43304335 < dt > < dfn id =overline > overline</ dfn >
43314336
43324337 < dd > Each line of text has a line above it (i.e. on the opposite side from
43334338 an underline).
43344339
4335- < dt > < dfn id =cancel -overline> cancel -overline</ dfn >
4340+ < dt > < dfn id =no -overline> no -overline</ dfn >
43364341
43374342 < dd > Inhibits propagated overlines.
43384343
4344+ < dt > < dfn id =replace-overline > replace-overline</ dfn >
4345+
4346+ < dd > Inhibits propagated overlines and produces an overline.
4347+
43394348 < dt > < dfn id =line-through > line-through</ dfn >
43404349
43414350 < dd > Each line of text has a line through the middle.
43424351
4343- < dt > < dfn id =cancel -line-through> cancel -line-through</ dfn >
4352+ < dt > < dfn id =no -line-through> no -line-through</ dfn >
43444353
43454354 < dd > Inhibits propagated line-throughs.
43464355
4347- < dt > < dfn id =cancel-all > cancel-all </ dfn >
4356+ < dt > < dfn id =replace-line-through > replace-line-through </ dfn >
43484357
4349- < dd > Inhibits propagated text decorations.
4350- </ dl >
4358+ < dd > Inhibits propagated line-throughs and produces an line-through.
43514359
4352- < p class =issue > The use of "cancel-" instead of "no-" is incompatible with
4353- XSL. It was motivated by the desire to make < code > text-decoration:
4354- underline no-underline</ code > less nonsensical.
4360+ < dt > < dfn id =remove-all > remove-all</ dfn >
4361+
4362+ < dd > Inhibits all propagated text decorations.
4363+ </ dl >
43554364
43564365 < h4 id =text-decoration-color > < span class =secno > 10.1.2. </ span > Text
43574366 Decoration Color: the ‘< a href ="#text-decoration-color0 "> < code
@@ -6422,8 +6431,9 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
64226431 < td > < a class =property
64236432 href ="#text-decoration-line0 "> text-decoration-line</ a >
64246433
6425- < td > none | underline || overline || line-through || [ cancel-underline
6426- || cancel-overline || cancel-line-through | cancel-all ]
6434+ < td > none | [ underline | no-underline | replace-underline ] || [
6435+ overline | no-overline | replace-overline ] || [ line-through |
6436+ no-line-through | replace-line-through ] | remove-all
64276437
64286438 < td > none
64296439
@@ -6746,18 +6756,6 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
67466756 < li > block scripts, < a href ="#block-scripts0 " title ="block
67476757 scripts "> < strong > #</ strong > </ a >
67486758
6749- < li > cancel-all, < a href ="#cancel-all "
6750- title =cancel-all > < strong > 10.1.1.</ strong > </ a >
6751-
6752- < li > cancel-line-through, < a href ="#cancel-line-through "
6753- title =cancel-line-through > < strong > 10.1.1.</ strong > </ a >
6754-
6755- < li > cancel-overline, < a href ="#cancel-overline "
6756- title =cancel-overline > < strong > 10.1.1.</ strong > </ a >
6757-
6758- < li > cancel-underline, < a href ="#cancel-underline "
6759- title =cancel-underline > < strong > 10.1.1.</ strong > </ a >
6760-
67616759 < li > character, < a href ="#character "
67626760 title =character > < strong > 1.</ strong > </ a >
67636761
@@ -6870,6 +6868,9 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
68706868 < li > line-through, < a href ="#line-through "
68716869 title =line-through > < strong > 10.1.1.</ strong > </ a >
68726870
6871+ < li > no-line-through, < a href ="#no-line-through "
6872+ title =no-line-through > < strong > 10.1.1.</ strong > </ a >
6873+
68736874 < li > ‘< code class =css > none</ code > ’, < a href ="#none0 "
68746875 title ="''none'' "> < strong > 5.5.</ strong > </ a >
68756876
@@ -6879,6 +6880,12 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
68796880 < li > Non-ideographic numerals, < a href ="#non-ideographic-numerals "
68806881 title ="Non-ideographic numerals "> < strong > 8.3.2.</ strong > </ a >
68816882
6883+ < li > no-overline, < a href ="#no-overline "
6884+ title =no-overline > < strong > 10.1.1.</ strong > </ a >
6885+
6886+ < li > no-underline, < a href ="#no-underline "
6887+ title =no-underline > < strong > 10.1.1.</ strong > </ a >
6888+
68826889 < li > overflow-wrap, < a href ="#overflow-wrap0 "
68836890 title =overflow-wrap > < strong > 6.2.</ strong > </ a >
68846891
@@ -6903,6 +6910,18 @@ <h2 class=no-num id=index>Appendix I: Index</h2>
69036910 < li > preserved, < a href ="#preserved "
69046911 title =preserved > < strong > 3.3.</ strong > </ a >
69056912
6913+ < li > remove-all, < a href ="#remove-all "
6914+ title =remove-all > < strong > 10.1.1.</ strong > </ a >
6915+
6916+ < li > replace-line-through, < a href ="#replace-line-through "
6917+ title =replace-line-through > < strong > 10.1.1.</ strong > </ a >
6918+
6919+ < li > replace-overline, < a href ="#replace-overline "
6920+ title =replace-overline > < strong > 10.1.1.</ strong > </ a >
6921+
6922+ < li > replace-underline, < a href ="#replace-underline "
6923+ title =replace-underline > < strong > 10.1.1.</ strong > </ a >
6924+
69066925 < li > <shadow>, < a href ="#ltshadowgt "
69076926 title ="<shadow> "> < strong > 10.3.</ strong > </ a >
69086927
0 commit comments