Re: [css3] “Selectors that People Actually Use”

On Feb 19, 2008, at 1:29 AM, Anne van Kesteren wrote:

>> * E:nth-of-type(n), E:nth-last-child(n), E:nth-last-of-type(n) –  
>> Trivial objection: These selectors will bring much joy but will be  
>> rarely used just because “cognitively too demanding”; I expect  
>> them to be used absolutely nowhere in personal projects and quite  
>> rarely in complex projects. That doesn't mean anything, it's just  
>> my two cents.
>
> I'd expect a few people to make examples on how you can put them to  
> use and authors to follow by copy and pasting.
>

Yeah, cuz we Web authors is stoopid. We only knows how to copy and  
paste.

Actually, I think those selectors would be quite useful, as I often  
have to style HTML that I did not write and do not control, and which  
never seems to have unique IDs in useful places for me to target just  
the elements I want to style.

Received on Tuesday, 19 February 2008 17:35:32 UTC