[alreq] Should block elements converted to inline retain isolation?

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):
![isolate1](https://user-images.githubusercontent.com/15004708/44160883-a99c8f00-a0b3-11e8-8272-bd7ec8e4c6b5.png) in FF (isolation)
![isolate2](https://user-images.githubusercontent.com/15004708/44160895-b4efba80-a0b3-11e8-8811-1826ead5e3e3.png)  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