- From: Ian Hickson <ian@hixie.ch>
- Date: Fri, 6 Sep 2002 03:06:41 +0000 (GMT)
- To: "www-style@w3.org" <www-style@w3.org>
On 5 Sep 2002, Etan Wexler wrote: > > > I intend to add text to the CSS3 Generated > > Content module (when I write it next month), which defines :before and > > :after on replaced elements as coming before and after the elements > > themselves, rather than their contents. > > Will this definition affect inheritance into the generated content? No. The final location of frames in the rendering tree does not affect the DOM tree or the cascade. (see, e.g., run-in) > > On replaced elements that are > > floats, absolutely positioned elements and a particular subset of table > > display types, they won't exist at all. > > Do you intend "replaced elements that are absolutely positioned"? Do > you intend "all absolutely positioned elements"? The first. As in, "On replaced elements that are: * floats, * absolutely positioned elements, and * a particular subset of tabe display types ...they won't exist at all". -- Ian Hickson )\._.,--....,'``. fL "meow" /, _.. \ _\ ;`._ ,. http://index.hixie.ch/ `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 5 September 2002 23:12:05 UTC