Re: Case sensitivity in CSS: some tests

On Thu, Jan 10, 2013 at 11:28 AM, Richard Ishida <ishida@w3.org> wrote:
> I checked Opera 12.12 on Windows and indeed it behaves as the other
> browsers, but on my Mac it is consistently different when comparing
>
> div.test div.classtest
>
> and
>
> <div class="CLASSTEST">

Did you use <!doctype html> at the top? Because class names do indeed
match case-insensitively in quirks mode.


-- 
http://annevankesteren.nl/

Received on Thursday, 10 January 2013 10:56:33 UTC