Skip to content

Commit 0657297

Browse files
committed
[css-text-3] Adjust some wording wrt bidirectionality and line boxes w3c#5759
1 parent e359d29 commit 0657297

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-text-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5724,16 +5724,16 @@ Bidirectionality and Line Boxes</h3>
57245724

57255725
<p>The <a spec=css-writing-modes-3>start</a> and <a spec=css-writing-modes-3>end</a> sides of a line box
57265726
are determined by the <a>inline base direction</a> of the line box.
5727-
5728-
<p class="note">Note: Although they usually match,
5727+
Although they usually match,
57295728
the [=inline base direction=] of a [=line box=]
5730-
is distinct from the [=inline base direction=] applied to its contents.
5729+
is distinct from the [=inline base direction=]
5730+
of the [=containing block=] or the [=bidi paragraph=].
57315731
The [=line box=]’s [=inline base direction=] affects
57325732
'text-align-all', 'text-align-last', 'text-indent', and 'hanging-punctuation'--
57335733
i.e. the position and alignment of its contents with respect to its edges.
5734-
It does not affect the formatting or ordering of inline content,
5735-
which is controlled by the Unicode bidirectional algorithm
5736-
as applied by [[CSS-WRITING-MODES-3]].
5734+
It does not affect the formatting or ordering of inline content
5735+
(which is controlled by the Unicode bidirectional algorithm
5736+
as applied by [[CSS-WRITING-MODES-3]]).
57375737

57385738
<p>In most cases, a [=line box=]’s [=inline base direction=]
57395739
is given by its [=containing block=]'s computed 'direction'.

0 commit comments

Comments
 (0)