Skip to content

Commit f5f74e8

Browse files
committed
[css-text-decor-3] Update changes section
1 parent 169a757 commit f5f74e8

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

css-text-decor-3/Overview.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
259259
</ul>
260260

261261
<li class=no-num><a href="#changes">Appendix C: Changes</a>
262+
<ul class=toc>
263+
<li class=no-num><a href="#recent-changes"> Changes since the May 2012
264+
CSS Writing Modes Module Level 3 <abbr
265+
title="Working Draft">WD</abbr></a>
266+
</ul>
262267

263268
<li class=no-num><a href="#default-stylesheet"> Appendix D: Default UA
264269
Stylesheet</a>
@@ -1835,6 +1840,39 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
18351840

18361841
<h2 class=no-num id=changes>Appendix C: Changes</h2>
18371842

1843+
<h3 class=no-num id=recent-changes> Changes since the <a
1844+
href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May 2012
1845+
CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
1846+
1847+
<p>Significant changes include:
1848+
1849+
<ul>
1850+
<li>Changed line decorations to not skip margins/padding/borders of
1851+
descendents' inline boxes.
1852+
1853+
<li>Clarified and corrected the definitions for <a
1854+
href="#line-decoration">line decoration propagation</a>
1855+
1856+
<li>Changed the definitions for averaging <a href="#line-positions">line
1857+
decoration positions</a> to better accommodate changes in font size.
1858+
1859+
<li>Changed ‘<code class=css>above</code>’ and ‘<code
1860+
class=css>below</code>’ values of ‘<a
1861+
href="#text-emphasis-position"><code
1862+
class=property>text-emphasis-position</code></a>’ and ‘<a
1863+
href="#text-underline-position"><code
1864+
class=property>text-underline-position</code></a>’ to ‘<code
1865+
class=css>over</code>’ and ‘<a href="#under"><code
1866+
class=css>under</code></a>’ to match terminology in ‘<a
1867+
href="#text-decoration-line"><code
1868+
class=property>text-decoration-line</code></a>’.
1869+
1870+
<li>Define interaction of ‘<a href="#text-shadow"><code
1871+
class=property>text-shadow</code></a>’ and ‘<a
1872+
href="#text-decoration"><code
1873+
class=property>text-decoration</code></a>’.
1874+
</ul>
1875+
18381876
<h2 class=no-num id=default-stylesheet> Appendix D: Default UA Stylesheet</h2>
18391877

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

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,21 @@ <h3 class="no-num" id="informative-ref">Informative references</h3>
12611261
<h2 class="no-num" id="changes">Appendix C:
12621262
Changes</h2>
12631263

1264+
<h3 class="no-num" id="recent-changes">
1265+
Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/">May
1266+
2012 CSS Writing Modes Module Level 3 <abbr title="Working Draft">WD</abbr></a></h3>
12641267

1268+
<p>Significant changes include:</p>
1269+
1270+
<ul>
1271+
<li>Changed line decorations to not skip margins/padding/borders of descendents' inline boxes.
1272+
<li>Clarified and corrected the definitions for <a href="#line-decoration">line decoration propagation</a>
1273+
<li>Changed the definitions for averaging <a href="#line-positions">line decoration positions</a>
1274+
to better accommodate changes in font size.
1275+
<li>Changed ''above'' and ''below'' values of 'text-emphasis-position' and 'text-underline-position'
1276+
to ''over'' and ''under'' to match terminology in 'text-decoration-line'.
1277+
<li>Define interaction of 'text-shadow' and 'text-decoration'.
1278+
</ul>
12651279

12661280

12671281
<h2 class="no-num" id="default-stylesheet">

0 commit comments

Comments
 (0)