Skip to content

Commit 15b976e

Browse files
committed
[css-position-4] Rephrase the note into something more reasonable now (thanks, @fantasai)
1 parent c71bc75 commit 15b976e

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

css-position-4/Overview.bs

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ with its top left corner at the canvas origin.
277277
paint the outlines
278278
of |root|'s [=fragments=] that are in |line box|
279279
into |canvas|.
280+
281+
Note: Even though the visual order of inline box fragments
282+
can be rearranged due to
283+
[[css-writing-modes-3#bidi-box-model|bidirectional reordering]],
284+
the fragments are still painted in tree order.
280285
</div>
281286

282287
<div algorithm>
@@ -300,13 +305,4 @@ or <dfn lt="out-of-band outline">out-of-band</dfn>
300305
so nothing in the stacking context can obscure them).
301306
It is recommended that UAs use [=out-of-band outlines=],
302307
as making outlines easily visible
303-
is an important accessibility feature.
304-
305-
Note: While the backgrounds of bidirectional inlines
306-
are painted in tree order,
307-
they are positioned in visual order.
308-
Since the positioning of inline backgrounds is unspecified in CSS&nbsp;2,
309-
the exact result of these two requirements is UA-defined.
310-
CSS3 may define this in more detail.
311-
312-
Issue: This is probably defined now.
308+
is an important accessibility feature.

0 commit comments

Comments
 (0)