Skip to content

Commit d5abff0

Browse files
committed
merge
2 parents cd63eb4 + 0bbd7f7 commit d5abff0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,18 +1508,18 @@ Flow-relative Directions</h3>
15081508
They are defined as follows:
15091509

15101510
<dl export>
1511-
<dt><dfn>block-start</dfn>
1511+
<dt><dfn lt="block start | block-start">block-start</dfn>
15121512
<dd>The side that comes earlier in the <i>block flow direction</i>,
15131513
as determined by the 'writing-mode' property:
15141514
the physical top in ''horizontal-tb'' mode,
15151515
the right in ''vertical-rl'', and the left in ''vertical-lr''.
1516-
<dt><dfn>block-end</dfn>
1516+
<dt><dfn lt="block end | block-end">block-end</dfn>
15171517
<dd>The side opposite <i>block-start</i>.
1518-
<dt><dfn>inline-start</dfn>
1518+
<dt><dfn lt="inline start | inline-start">inline-start</dfn>
15191519
<dd>The side from which text of the inline base direction would start.
15201520
For boxes with a used 'direction' value of ''ltr'', this means the <i>line-left</i> side.
15211521
For boxes with a used 'direction' value of ''rtl'', this means the <i>line-right</i> side.
1522-
<dt><dfn>inline-end</dfn>
1522+
<dt><dfn lt="inline end | inline-end">inline-end</dfn>
15231523
<dd>The side opposite <i>start</i>.
15241524
</dl>
15251525

@@ -1603,16 +1603,16 @@ Line-relative Directions</h3>
16031603
defined relative to the <i>line orientation</i> as follows:
16041604

16051605
<dl export>
1606-
<dt><dfn>over</dfn> or <dfn>line-over</dfn>
1606+
<dt><dfn>over</dfn> or <dfn id=line-over>line-over</dfn>
16071607
<dd>Nominally the side that corresponds to the ascender side or “top”
16081608
side of a line box. (The side overlines are typically drawn on.)
1609-
<dt><dfn>under</dfn> or <dfn>line-under</dfn>
1609+
<dt><dfn>under</dfn> or <dfn id=line-under>line-under</dfn>
16101610
<dd>Opposite of <i>over</i>: the line-relative “bottom” or descender side.
16111611
(The side underlines are typically drawn on.)
1612-
<dt><dfn>line-left</dfn>
1612+
<dt><dfn id=line-left>line-left</dfn>
16131613
<dd>Nominally the side from which <abbr title="left-to-right">LTR</abbr>
16141614
text would start.
1615-
<dt><dfn>line-right</dfn>
1615+
<dt><dfn id=line-right>line-right</dfn>
16161616
<dd>Nominally the side from which <abbr title="right-to-left">RTL</abbr>
16171617
text would start. (Opposite of <i>line-left</i>.)
16181618
</dl>

0 commit comments

Comments
 (0)