RE: [css3-syntax] !important is ASCII case-insensitive

> Date: Fri, 14 Dec 2012 11:46:57 +0100
> From: simon.sapin@kozea.fr
> To: www-style@w3.org
> Subject: [css3-syntax] !important is ASCII case-insensitive
>
> My understanding is that this applies to !important. This is indeed the
> case in Firefox, Chromium and Opera. (I don’t have IE to test.)
> Test case:
>
> data:text/html,<style>body{background:green!ImPortant;background:red}

IE 6 is red; IE 7-10 are green.

> I hope not to get into the debate of what kind case-insensitivity, but
> this (with an upper-case dotted i) is red in the same three implementations:
>
> data:text/html,<style>body{background:green!ÝmPortant;background:red}

IE 6-10 are red.

I used Hixie's Live DOM Viewer to test this.

-- 
James Ross silver@warwickcompsoc.co.uk 		 	   		  

Received on Friday, 14 December 2012 11:08:48 UTC