Skip to content

Commit bbdf409

Browse files
committed
Add an issue to change color/style of underlines for descendents <http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html>
1 parent d7586df commit bbdf409

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 April 2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 April 2011</h2>
8787

8888
<dl>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/08 17:32:48 $ (CVS $Revision$)</a> <!--
93-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110411/">http://www.w3.org/TR/2011/WD-css3-text-20110411/</a></dd>
92+
2011/04/11 05:23:59 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110413/">http://www.w3.org/TR/2011/WD-css3-text-20110413/</a></dd>
9494
-->
9595

9696

@@ -4392,6 +4392,11 @@ <h3 id=line-decoration><span class=secno>11.1. </span> Line Decoration:
43924392
the same on all decorations applied by a given element, even if descendant
43934393
elements have different color or line style values.
43944394

4395+
<p class=issue>One use case we would like to support is to <a
4396+
href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html">change
4397+
color and/or style of descendents while keeping the same position and
4398+
thickness</a>.
4399+
43954400
<div class=example>
43964401
<p>The following figure shows the averaging for underline:
43974402

css3-text/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3285,6 +3285,11 @@ <h3 id="line-decoration">
32853285
remain the same on all decorations applied by a given element, even
32863286
if descendant elements have different color or line style values.</p>
32873287

3288+
<p class="issue">One use case we would like to support is to
3289+
<a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0407.html">change
3290+
color and/or style of descendents while keeping the same position
3291+
and thickness</a>.</p>
3292+
32883293
<div class="example">
32893294
<p>The following figure shows the averaging for underline:
32903295
<p><img alt="In the first rendering of the underlined text '1st a'

0 commit comments

Comments
 (0)