@@ -1916,25 +1916,41 @@ <h3 id=logical-directions><span class=secno>6.2. </span> Flow-relative
19161916 defined relative to the flow of content on the page. In an < abbr
19171917 title =left-to-right > LTR</ abbr > ‘< a href ="#horizontal-tb "> < code
19181918 class =css > horizontal-tb</ code > </ a > ’ writing mode, they correspond to
1919- the top, bottom, left, and right directions, respectively.
1919+ the top, bottom, left, and right directions, respectively. They are
1920+ defined as follows:
19201921
1921- < p > The < dfn id =before > before</ dfn > side of a box is nominally the side that
1922- comes earlier in the block progression, as determined by the ‘< a
1923- href ="#writing-mode1 "> < code class =property > writing-mode</ code > </ a > ’
1924- property. Similarly the < dfn id =after > after</ dfn > side is the side that
1925- comes later in the progression.
1922+ < dl >
1923+ < dt > < dfn id =before > before</ dfn >
19261924
1927- < p > The < dfn id =start > start</ dfn > side of a box is nominally the side from
1928- which text of its inline base direction will start. For boxes with a used
1929- ‘< a href ="#direction0 "> < code
1930- class =property > direction</ code > </ a > ’ value of ‘< a
1931- href ="#ltr "> < code class =css > ltr</ code > </ a > ’, this means the < a
1932- href ="#line-left "> < i > line-left</ i > </ a > side. For boxes with a used
1933- ‘< a href ="#direction0 "> < code
1934- class =property > direction</ code > </ a > ’ value of ‘< a
1935- href ="#rtl "> < code class =css > rtl</ code > </ a > ’, this means the < a
1936- href ="#line-right "> < i > line-right</ i > </ a > side. The side opposite the start
1937- side is the < dfn id =end > end</ dfn > side.
1925+ < dd > Nominally the side that comes earlier in the block progression, as
1926+ determined by the ‘< a href ="#writing-mode1 "> < code
1927+ class =property > writing-mode</ code > </ a > ’ property: the physical top
1928+ in ‘< a href ="#horizontal-tb "> < code
1929+ class =css > horizontal-tb</ code > </ a > ’ mode, the right in ‘< a
1930+ href ="#vertical-rl "> < code class =css > vertical-rl</ code > </ a > ’, and
1931+ the left in ‘< a href ="#vertical-lr "> < code
1932+ class =css > vertical-lr</ code > </ a > ’.
1933+
1934+ < dt > < dfn id =after > after</ dfn >
1935+
1936+ < dd > The side opposite < a href ="#before "> < i > before</ i > </ a > .
1937+
1938+ < dt > < dfn id =start > start</ dfn >
1939+
1940+ < dd > Nominally the side from which text of its inline base direction will
1941+ start. For boxes with a used ‘< a href ="#direction0 "> < code
1942+ class =property > direction</ code > </ a > ’ value of ‘< a
1943+ href ="#ltr "> < code class =css > ltr</ code > </ a > ’, this means the < a
1944+ href ="#line-left "> < i > line-left</ i > </ a > side. For boxes with a used
1945+ ‘< a href ="#direction0 "> < code
1946+ class =property > direction</ code > </ a > ’ value of ‘< a
1947+ href ="#rtl "> < code class =css > rtl</ code > </ a > ’, this means the < a
1948+ href ="#line-right "> < i > line-right</ i > </ a > side.
1949+
1950+ < dt > < dfn id =end > end</ dfn >
1951+
1952+ < dd > The side opposite the < a href ="#start "> < i > start</ i > </ a > .
1953+ </ dl >
19381954
19391955 < p class =note > Note that while determining the < a
19401956 href ="#before "> < i > before</ i > </ a > and < a href ="#after "> < i > after</ i > </ a >
0 commit comments