Re: CSSWG moving to drop display:run-in from CSS 2.1 due to insufficient implementation

On 26/01/2011 10:53 AM, Tantek Çelik wrote:
> During the current CSSWG test suite mini-f2f in Mountain View today,
> there was universal consensus among all attendants to drop
> display:run-in from CSS 2.1 due to insufficient implementation (no
> implementation passes all display:run-in test cases, only IE8/IE9 pass
> *most* display:run-in tests).


Great idea. Especially since a similar behavior (with slight change of 
markup) can be achieved by a float.


<h1 style="background: lime"> <span style="float:left; background: 
red">Float</span> text</p>

<h1 style="background: lime; height: 90px"> <span style="float:left; 
background: red; height: 100%">Float</span> text</p>



-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo

Received on Wednesday, 26 January 2011 06:00:20 UTC