-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Open
Labels
Description
Description
Rendering a nested list with mixed BiDi content results in wrong rendering.
Why?
Because the attribute dir="auto"
is added to every <ul>
element. but it should only be added to the top level ul
and the rest shouldn't have it.
Screenshots
This is how this text renders:

but by removing dir="auto"
from child