On Tue, Mar 20, 2012 at 10:35 AM, David Hyatt <hyatt@apple.com> wrote: > I would strongly prefer we use pseudo-classes here. I don't get why we would want to use pseudo-elements. We're not talking about a unique object as we are with other pseudo-elements. We're just talking about how an element itself looks in a particular region. In the example above the portion of <h1> that is in a region is still the <h1>, so I think a pseudo-class is far more appropriate. "The portion of <h1> that is in a region" is a unique object, though, just like "the portion of <p> in the first line" is. A pseudoclass just filters elements, exactly like a normal class would, so any properties would still apply to the *whole* <h1>. You need a pseudo-element to select a "portion" of an element, because you need to explicitly add more structure to the element-tree. ~TJReceived on Tuesday, 20 March 2012 17:56:25 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 22 May 2012 03:48:52 GMT