Re: [csswg-drafts] Tabulation characters in mixed directionality

According to the HTML spec, element with `dir` attribute has `unicode-bidi: bidi-override;` and their corresponding direction. Based on the CSS Writing Modes spec, `<div dir=ltr><span dir=rtl>&#9;0</span></div>` is equivalent to a "LRO RLO S EN PDF PDF".

Looks like rendering it as `<number><tab>` is more correct? And vice versa for the last item.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2842#issuecomment-400949708 using your GitHub account

Received on Thursday, 28 June 2018 08:07:47 UTC