Open
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