Re: [CSS21] [css3-selectors] case-sensitivity of :lang()

On Friday 2008-07-04 18:05 -0700, fantasai wrote:
> On a related note, while Opera and Firefox treat |= as
> performing a case-sensitive match (which, afaict from
> the spec, it should), Safari treats it as case-insensitive.

Like other attribute selectors, Firefox treats it as case-sensitive
or case-insensitive depending on the markup language.  (Attributes
are considered case-sensitive unless we're in text/html HTML and the
attribute is one of the ones listed as [CI] in the HTML4 spec or the
direction attribute of marquee.)

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Saturday, 5 July 2008 01:38:17 UTC