@@ -1894,18 +1894,20 @@ <h3 id=text-align><span class=secno>7.1. </span> Text Alignment: the
18941894 < dt > < dfn id =left title ="text-align:left "> ‘< code
18951895 class =css > left</ code > ’</ dfn >
18961896
1897- < dd > The inline contents are aligned to the left edge of the line box. (In
1898- vertical writing modes, ‘< code class =property > left</ code > ’
1899- aligns to the edge of the line box that would be the start edge for
1900- left-to-right text.)
1897+ < dd > The inline contents are aligned to the < a
1898+ href ="http://www.w3.org/TR/css3-writing-modes/#line-left "> line left</ a >
1899+ edge of the line box. (Note that in vertical writing modes, this will be
1900+ either the physical top or bottom.) < a href ="#CSS3-WRITING-MODES "
1901+ rel =biblioentry > [CSS3-WRITING-MODES]<!--{{CSS3-WRITING-MODES}}--> </ a >
19011902
19021903 < dt > < dfn id =right title ="text-align:right "> ‘< code
19031904 class =css > right</ code > ’</ dfn >
19041905
1905- < dd > The inline contents are aligned to the right edge of the line box. (In
1906- vertical writing modes, ‘< code class =property > right</ code > ’
1907- aligns to the edge of the line box that would be the end edge for
1908- left-to-right text.)
1906+ < dd > The inline contents are aligned to the < a
1907+ href ="http://www.w3.org/TR/css3-writing-modes/#line-right "> line right</ a >
1908+ edge of the line box. (Note that in vertical writing modes, this will be
1909+ either the physical top or bottom.) < a href ="#CSS3-WRITING-MODES "
1910+ rel =biblioentry > [CSS3-WRITING-MODES]<!--{{CSS3-WRITING-MODES}}--> </ a >
19091911
19101912 < dt > < dfn id =center title ="text-align:center "> ‘< code
19111913 class =css > center</ code > ’</ dfn >
0 commit comments