- From: Ian Hickson <ian@hixie.ch>
- Date: Sun, 05 May 2002 19:28:22 +0100
- To: ewexler@stickdog.com
- CC: www-style@w3.org
ewexler@stickdog.com wrote: > > However, a root element, such as 'html' in an XHTML document, will always have a > computed 'display' of 'block'. I do not believe this is the case. The 'display' property applies to all elements, including the root element. Setting the root element to 'display:table' is very useful for same layouts. -- Ian Hickson ``The inability of a user agent to implement part of this specification due to the limitations of a particular device (e.g., non interactive user agents will probably not implement dynamic pseudo-classes because they make no sense without interactivity) does not imply non-conformance.'' -- Selectors, Sec13
Received on Sunday, 5 May 2002 14:28:25 UTC