Re: [css21][css3-selectors] case-insensitive attribute values

Boris Zbarsky wrote:
> fantasai wrote:
>> I thought case-insensitivity of attributes was a language-wide feature
>> of HTML.
> 
> Of attribute names, yes.
> 
> Of attribute values, not at all.  See 
> http://www.w3.org/TR/html401/types.html#h-6.1
> 
> Anne is talking about the latter.  Specifically, given [foo="bar"], how 
> should the "bar" part be treated?

Ahhh, now it all makes sense. :)

>> (Also making attribute-matching
>> of HTML attributes case-sensitive would violate the Selectors spec.)
> 
> How, exactly?  The relevant part of Selectors says this:
> 
>   The case-sensitivity of attribute names and values in selectors
>   depends on the document language.
> 
> on the matter.

And said document language says they're case-insensitive.

~fantasai

Received on Tuesday, 14 April 2009 06:27:42 UTC