Skip to content

Commit ca8e644

Browse files
committed
[css-text-decor-3] Update DoC and Changes sections.
--HG-- rename : css-text-decor-3/issues-lc-2012.txt => css-text-decor-3/issues-lc-2013.txt
1 parent 769f4ae commit ca8e644

File tree

3 files changed

+18
-37
lines changed

3 files changed

+18
-37
lines changed

css-text-decor-3/Overview.html

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,8 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
263263

264264
<li class=no-num><a href="#changes">Appendix C: Changes</a>
265265
<ul class=toc>
266-
<li class=no-num><a href="#recent-changes"> Changes since the May 2012
267-
CSS Writing Modes Module Level 3 <abbr
268-
title="Working Draft">WD</abbr></a>
266+
<li class=no-num><a href="#recent-changes"> Changes since the January
267+
2013 Last Call Working Draft</a>
269268
</ul>
270269

271270
<li class=no-num><a href="#default-stylesheet"> Appendix D: Default UA
@@ -1981,37 +1980,23 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
19811980
<h2 class=no-num id=changes>Appendix C: Changes</h2>
19821981

19831982
<h3 class=no-num id=recent-changes> Changes since the <a
1984-
href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May 2012
1985-
CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
1983+
href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/">January
1984+
2013 Last Call Working Draft</a></h3>
19861985

19871986
<p>Significant changes include:
19881987

19891988
<ul>
1990-
<li>Changed line decorations to not skip margins/padding/borders of
1991-
descendents' inline boxes.
1989+
<li>Clarified definitions of ‘<a href="#text-decoration-skip"><code
1990+
class=property>text-decoration-skip</code></a>’ values.
19921991

1993-
<li>Clarified and corrected the definitions for <a
1994-
href="#line-decoration">line decoration propagation</a>
1995-
1996-
<li>Changed the definitions for averaging <a href="#line-position">line
1997-
decoration positions</a> to better accommodate changes in font size.
1998-
1999-
<li>Changed ‘<code class=css>above</code>’ and ‘<code
2000-
class=css>below</code>’ values of ‘<a
2001-
href="#text-emphasis-position"><code
2002-
class=property>text-emphasis-position</code></a>’ and ‘<a
2003-
href="#text-underline-position"><code
2004-
class=property>text-underline-position</code></a>’ to ‘<code
2005-
class=css>over</code>’ and ‘<code class=css>under</code>’ to match
2006-
terminology in ‘<a href="#text-decoration-line"><code
2007-
class=property>text-decoration-line</code></a>’.
2008-
2009-
<li>Define interaction of ‘<a href="#text-shadow"><code
2010-
class=property>text-shadow</code></a>’ and ‘<a
2011-
href="#text-decoration"><code
2012-
class=property>text-decoration</code></a>’.
1992+
<li>Updated required behavior of emphasis marks in the presence of ruby,
1993+
based on implementation feedback.
20131994
</ul>
20141995

1996+
<p> A <a
1997+
href="http://dev.w3.org/csswg/css-text-decor-3/issues-lc-2013">Disposition
1998+
of Comments</a> is available.
1999+
20152000
<h2 class=no-num id=default-stylesheet> Appendix D: Default UA Stylesheet</h2>
20162001

20172002
<p> This appendix is informative, and is to help UA developers to implement

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,21 +1342,16 @@ <h2 class="no-num" id="changes">Appendix C:
13421342
Changes</h2>
13431343

13441344
<h3 class="no-num" id="recent-changes">
1345-
Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May
1346-
2012 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
1345+
Changes since the <a href="http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/">January 2013 Last Call Working Draft</a></h3>
13471346

13481347
<p>Significant changes include:</p>
13491348

13501349
<ul>
1351-
<li>Changed line decorations to not skip margins/padding/borders of descendents' inline boxes.
1352-
<li>Clarified and corrected the definitions for <a href="#line-decoration">line decoration propagation</a>
1353-
<li>Changed the definitions for averaging <a href="#line-position">line decoration positions</a>
1354-
to better accommodate changes in font size.
1355-
<li>Changed ''above'' and ''below'' values of 'text-emphasis-position' and 'text-underline-position'
1356-
to ''over'' and ''under'' to match terminology in 'text-decoration-line'.
1357-
<li>Define interaction of 'text-shadow' and 'text-decoration'.
1350+
<li>Clarified definitions of 'text-decoration-skip' values.
1351+
<li>Updated required behavior of emphasis marks in the presence of ruby, based on implementation feedback.
13581352
</ul>
13591353

1354+
A <a href="http://dev.w3.org/csswg/css-text-decor-3/issues-lc-2013">Disposition of Comments</a> is available.
13601355

13611356
<h2 class="no-num" id="default-stylesheet">
13621357
Appendix D: Default UA Stylesheet</h2>

css-text-decor-3/issues-lc-2012.txt renamed to css-text-decor-3/issues-lc-2013.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ Issue 5.
4040
Summary: Should visible word separators be skipped by 'text-decoration-skip: spaces'?
4141
From: fantasai
4242
Comment: http://lists.w3.org/Archives/Public/www-style/2013Feb/0100.html
43-
Open: waiting for i18n responses
43+
Response: http://lists.w3.org/Archives/Public/www-style/2013Mar/0113.html
44+
Closed: Accepted
4445
----

0 commit comments

Comments
 (0)