Re: [selectors] :nth-child(An+B of selector) with a pseudo element

Benjamin Poulain skrev:
> You cannot resolve style based on style being already resolved.
>
> In you example:
>     <p>A cat <img src="cat.jpg"> with a tail <img src="tail.jpg"></p>
> you would have to resolve style, then layout to find it the selector should have matched when resolving style.
>
That sounds like a problem that isn't unique to my example, but every
single use of the ::first-line pseudo element!

Received on Wednesday, 17 September 2014 19:35:32 UTC