[csswg-drafts] [css-pseudo] When no word can fit due to floats and a line was pushed down, is it still ::first-line?

kojiishi has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-pseudo] When no word can fit due to floats and a line was pushed down, is it still ::first-line? ==
The [first formatted line](https://drafts.csswg.org/css-pseudo-4/#first-formatted-line) isn't very clear about this.

[A test](http://jsbin.com/bozuhec/edit?html,output) indicates:
* Gecko changes the definition by whether the float is within the inline formatting context or not.
* Blink/Edge/WebKit considers it's first formatted line regardless where the float appeared.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1644 using your GitHub account

Received on Sunday, 23 July 2017 06:38:47 UTC