- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Jul 2011 01:34:46 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv19580
Modified Files:
Overview.html Overview.src.html
Log Message:
Update text-decoration-line with f2f feedback
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- Overview.html 25 Jul 2011 01:19:21 -0000 1.159
+++ Overview.html 25 Jul 2011 01:34:44 -0000 1.160
@@ -90,7 +90,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/07/24 23:27:22 $ (CVS $Revision$)</a> <!--
+ 2011/07/25 01:19:21 $ (CVS $Revision$)</a> <!--
<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>
-->
@@ -4277,8 +4277,9 @@
<tr>
<th>Value:
- <td>none | underline || overline || line-through || [ cancel-underline
- || cancel-overline || cancel-line-through | cancel-all ]
+ <td>none | [ underline | no-underline | replace-underline ] || [
+ overline | no-overline | replace-overline ] || [ line-through |
+ no-line-through | replace-line-through ] | remove-all
<tr>
<th>Initial:
@@ -4323,35 +4324,43 @@
<dd>Each line of text is underlined.
- <dt><dfn id=cancel-underline>cancel-underline</dfn>
+ <dt><dfn id=no-underline>no-underline</dfn>
<dd>Inhibits propagated underlines.
+ <dt><dfn id=replace-underline>replace-underline</dfn>
+
+ <dd>Inhibits propagated underlines and produces an underline.
+
<dt><dfn id=overline>overline</dfn>
<dd>Each line of text has a line above it (i.e. on the opposite side from
an underline).
- <dt><dfn id=cancel-overline>cancel-overline</dfn>
+ <dt><dfn id=no-overline>no-overline</dfn>
<dd>Inhibits propagated overlines.
+ <dt><dfn id=replace-overline>replace-overline</dfn>
+
+ <dd>Inhibits propagated overlines and produces an overline.
+
<dt><dfn id=line-through>line-through</dfn>
<dd>Each line of text has a line through the middle.
- <dt><dfn id=cancel-line-through>cancel-line-through</dfn>
+ <dt><dfn id=no-line-through>no-line-through</dfn>
<dd>Inhibits propagated line-throughs.
- <dt><dfn id=cancel-all>cancel-all</dfn>
+ <dt><dfn id=replace-line-through>replace-line-through</dfn>
- <dd>Inhibits propagated text decorations.
- </dl>
+ <dd>Inhibits propagated line-throughs and produces an line-through.
- <p class=issue>The use of "cancel-" instead of "no-" is incompatible with
- XSL. It was motivated by the desire to make <code>text-decoration:
- underline no-underline</code> less nonsensical.
+ <dt><dfn id=remove-all>remove-all</dfn>
+
+ <dd>Inhibits all propagated text decorations.
+ </dl>
<h4 id=text-decoration-color><span class=secno>10.1.2. </span> Text
Decoration Color: the ‘<a href="#text-decoration-color0"><code
@@ -6422,8 +6431,9 @@
<td><a class=property
href="#text-decoration-line0">text-decoration-line</a>
- <td>none | underline || overline || line-through || [ cancel-underline
- || cancel-overline || cancel-line-through | cancel-all ]
+ <td>none | [ underline | no-underline | replace-underline ] || [
+ overline | no-overline | replace-overline ] || [ line-through |
+ no-line-through | replace-line-through ] | remove-all
<td>none
@@ -6746,18 +6756,6 @@
<li>block scripts, <a href="#block-scripts0" title="block
scripts"><strong>#</strong></a>
- <li>cancel-all, <a href="#cancel-all"
- title=cancel-all><strong>10.1.1.</strong></a>
-
- <li>cancel-line-through, <a href="#cancel-line-through"
- title=cancel-line-through><strong>10.1.1.</strong></a>
-
- <li>cancel-overline, <a href="#cancel-overline"
- title=cancel-overline><strong>10.1.1.</strong></a>
-
- <li>cancel-underline, <a href="#cancel-underline"
- title=cancel-underline><strong>10.1.1.</strong></a>
-
<li>character, <a href="#character"
title=character><strong>1.</strong></a>
@@ -6870,6 +6868,9 @@
<li>line-through, <a href="#line-through"
title=line-through><strong>10.1.1.</strong></a>
+ <li>no-line-through, <a href="#no-line-through"
+ title=no-line-through><strong>10.1.1.</strong></a>
+
<li>‘<code class=css>none</code>’, <a href="#none0"
title="''none''"><strong>5.5.</strong></a>
@@ -6879,6 +6880,12 @@
<li>Non-ideographic numerals, <a href="#non-ideographic-numerals"
title="Non-ideographic numerals"><strong>8.3.2.</strong></a>
+ <li>no-overline, <a href="#no-overline"
+ title=no-overline><strong>10.1.1.</strong></a>
+
+ <li>no-underline, <a href="#no-underline"
+ title=no-underline><strong>10.1.1.</strong></a>
+
<li>overflow-wrap, <a href="#overflow-wrap0"
title=overflow-wrap><strong>6.2.</strong></a>
@@ -6903,6 +6910,18 @@
<li>preserved, <a href="#preserved"
title=preserved><strong>3.3.</strong></a>
+ <li>remove-all, <a href="#remove-all"
+ title=remove-all><strong>10.1.1.</strong></a>
+
+ <li>replace-line-through, <a href="#replace-line-through"
+ title=replace-line-through><strong>10.1.1.</strong></a>
+
+ <li>replace-overline, <a href="#replace-overline"
+ title=replace-overline><strong>10.1.1.</strong></a>
+
+ <li>replace-underline, <a href="#replace-underline"
+ title=replace-underline><strong>10.1.1.</strong></a>
+
<li><shadow>, <a href="#ltshadowgt"
title="<shadow>"><strong>10.3.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Overview.src.html 25 Jul 2011 01:19:21 -0000 1.257
+++ Overview.src.html 25 Jul 2011 01:34:44 -0000 1.258
@@ -3182,8 +3182,11 @@
</tr>
<tr>
<th>Value:</th>
- <td>none | underline || overline || line-through ||
- [ cancel-underline || cancel-overline || cancel-line-through | cancel-all ]
+ <td>none |
+ [ underline | no-underline | replace-underline ] ||
+ [ overline | no-overline | replace-overline ] ||
+ [ line-through | no-line-through | replace-line-through ] |
+ remove-all
</td>
</tr>
<tr>
@@ -3221,25 +3224,27 @@
<dd>Neither produces nor inhibits text decoration.
<dt><dfn>underline</dfn>
<dd>Each line of text is underlined.
- <dt><dfn>cancel-underline</dfn>
+ <dt><dfn>no-underline</dfn>
<dd>Inhibits propagated underlines.
+ <dt><dfn>replace-underline</dfn>
+ <dd>Inhibits propagated underlines and produces an underline.
<dt><dfn>overline</dfn>
<dd>Each line of text has a line above it (i.e. on the opposite
side from an underline).
- <dt><dfn>cancel-overline</dfn>
+ <dt><dfn>no-overline</dfn>
<dd>Inhibits propagated overlines.
+ <dt><dfn>replace-overline</dfn>
+ <dd>Inhibits propagated overlines and produces an overline.
<dt><dfn>line-through</dfn>
<dd>Each line of text has a line through the middle.
- <dt><dfn>cancel-line-through</dfn>
+ <dt><dfn>no-line-through</dfn>
<dd>Inhibits propagated line-throughs.
- <dt><dfn>cancel-all</dfn>
- <dd>Inhibits propagated text decorations.
+ <dt><dfn>replace-line-through</dfn>
+ <dd>Inhibits propagated line-throughs and produces an line-through.
+ <dt><dfn>remove-all</dfn>
+ <dd>Inhibits all propagated text decorations.
</dl>
- <p class="issue">The use of "cancel-" instead of "no-" is incompatible
- with XSL. It was motivated by the desire to make
- <code>text-decoration: underline no-underline</code> less nonsensical.
-
<h4 id="text-decoration-color">
Text Decoration Color: the 'text-decoration-color' property</h4>
Received on Monday, 25 July 2011 01:34:52 UTC