@@ -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
0 commit comments