- From: r12a via GitHub <sysbot+gh@w3.org>
- Date: Thu, 16 Aug 2018 16:41:22 +0000
- To: public-i18n-archive@w3.org
r12a has just created a new issue for https://github.com/w3c/alreq:
== Should block elements converted to inline retain isolation? ==
@ntounsi describes some interesting behaviour that i will reproduce here:
`div` (or others block elements) default to isolate only in FF. Implementation problem.
Following the example in this thread,
`<div>ابجد</div>`
`<div style="background-color: yellow;" >2 abc</div>`
with the style `div {display: inline;}`
gives (yellow for readability):
 in FF (isolation)
 in Safari, Chrome and Opera
The 2 sticks to Arabic (RTL) in the last image, due to non isolation.
Please view or discuss this issue at https://github.com/w3c/alreq/issues/193 using your GitHub account
Received on Thursday, 16 August 2018 16:41:23 UTC