On Tue, Apr 27, 2010 at 12:30 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote: > (That said, check out the 'initial' value. It's a special value that > all properties accept, and which should be what you're asking for. It > still wouldn't solve your problem, though, for the reason above.) Actually, display: initial is equivalent to display: inline. <http://www.w3.org/TR/CSS2/visuren.html#display-prop> A magic value meaning "ignore all author rules and use whatever the UA stylesheet says" would be very useful, but it's not what initial is. As far as I can tell, initial is only useful for certain weird cases like border-color.Received on Tuesday, 27 April 2010 18:36:44 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:07:45 UTC