- From: Xidorn Quan via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 Jun 2018 08:07:38 +0000
- To: public-css-archive@w3.org
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>	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