File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
300305so nothing in the stacking context can obscure them).
301306It is recommended that UAs use [=out-of-band outlines=] ,
302307as 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 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.
You can’t perform that action at this time.
0 commit comments