Re: [editing] When should UA synthesize heights of an element? (#70)

Here's a quick test results of whether height is synthesized or not:

Element | Gecko | Trident | Blink/WebKit
---|---|---|---
Empty div | N | Y | Y
A child of an empty span | N | N | N
A child of an empty p | N | N | N

* Gecko/Trident can set selection to any of these.
* Blink/WebKit can set selection only when height > 0.


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/70#issuecomment-131775448

Received on Monday, 17 August 2015 10:42:23 UTC