On Apr 5, 2007, at 2:24 AM, Olivier GENDRIN wrote: > > On 4/4/07, Anne van Kesteren <annevk@opera.com> wrote: >> <ins> and <del> would be precedents. They're a pain to style >> though in the >> non "inline" case. > > Perhaps the CSS WG could define a :display["value"] pseudo-selector > (daniel ?). CSS selectors can't be based on the computed value of CSS properties, since you need to figure out what selectors match an element to determine its computed style. For an extreme example of why this is not workable: ins:display["inline"] { display: block; background-color: red; } ins:display["block"] { display: inline; background-color: lime; } <ins>what's my background color?</ins> Regards, MaciejReceived on Thursday, 5 April 2007 09:44:02 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 9 May 2012 00:15:52 GMT