[Bug 5895] Require attributes on <embed> and data-* attributes to be lowercase

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5895





--- Comment #2 from Simon Pieters <simonp@opera.com>  2008-07-24 11:11:12 ---
It does apply to them, but only when using the .dataset API, since, AFAICT,
it's case sensitive. No?

<body data-foo=bar>

alert(document.body.dataset.FOO);


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 24 July 2008 11:11:48 UTC