1- <!DOCTYPE html>
1+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" >
22
33< html lang =en >
4- < head >
4+ < head profile =" http://dublincore.org/documents/2008/08/04/dc-html/ " >
55 < meta content ="text/html; charset=utf-8 " http-equiv =Content-Type >
66 < title > CSS Text Decoration Module Level 3 (CSS3 Text Decoration)</ title >
7- <!--
8- <link href="http://purl.org/dc/terms/" rel="schema.dcterms">
9- <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="dcterms.rights">
10- -->
117
8+ < link href ="http://purl.org/dc/terms/ " rel =schema.dcterms >
9+ < link href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
10+ rel =dcterms.rights >
1211 < meta content ="CSS Text Decoration Module Level 3 (CSS3 Text Decoration) "
1312 name =dcterms.title >
1413 < meta content =text name =dcterms.type >
@@ -56,7 +55,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
5655 < dt > Previous version:
5756
5857 < dd > < a
59- href ="http://www.w3.org/TR/2012/WD-css3-text-20120119 / "> http://www.w3.org/TR/2012/WD-css3-text-20120119 /</ a >
58+ href ="http://www.w3.org/TR/2012/WD-css3-text-20120814 / "> http://www.w3.org/TR/2012/WD-css3-text-20120814 /</ a >
6059
6160 < dt > Issues List:
6261
@@ -980,9 +979,9 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
980979 < dt > < a href ="#alphabetic "> < i > alphabetic</ i > </ a > underlines
981980
982981 < dd > Position the line to an average of the ideal underlines of the
983- decorated fragments, ignoring any fragments with non-initial ‘< code
984- class =property > vertical-align</ code > ’, but below the lowest alphabetic
985- baseline considered.
982+ decorated fragments, assigning any fragment with non-initial ‘< code
983+ class =property > vertical-align</ code > ’ the ideal position of its parent,
984+ but below the lowest alphabetic baseline considered.
986985
987986 < dt > non-alphabetic underlines (and < a
988987 href ="#under "> < i > under</ i > </ a > -positioned overlines)
@@ -994,15 +993,14 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
994993
995994 < dd > For each set of decorated fragments with the same ‘< code
996995 class =property > font-size</ code > ’, compute an ideal position averaged
997- from their direct contents and font metrics, ignoring any fragments with
998- non-initial ‘< code class =property > vertical-align</ code > ’ and
999- assigning them the ideal position of their parent. Position the portion
1000- of the line across each decorated fragment at the fragment's ideal
1001- position. (Essentially, this performs the same sort of averaging as for
1002- alphabetic underlines, but recomputes the position when drawing across a
1003- descendant with a different computed ‘< code
1004- class =property > font-size</ code > ’.) < span class =issue > Need an example
1005- here</ span >
996+ from their direct contents and font metrics, assigning any fragment with
997+ non-initial ‘< code class =property > vertical-align</ code > ’the ideal
998+ position of its parent. Position the portion of the line across each
999+ decorated fragment at the fragment's ideal position. (Essentially, this
1000+ performs the same sort of averaging as for alphabetic underlines, but
1001+ recomputes the position when drawing across a descendant with a different
1002+ computed ‘< code class =property > font-size</ code > ’.) < span
1003+ class =issue > Need an example here</ span >
10061004 </ dl >
10071005
10081006 < p > CSS does not define the thickness of line decorations. In determining
0 commit comments