[Webkit-unassigned] [Bug 41146] Implement the .dataset DOM property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 12:56:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41146





--- Comment #16 from Ian 'Hixie' Hickson <ian at hixie.ch>  2010-06-30 12:56:16 PST ---
I'm happy to make it getting or setting the empty string throw a SYNTAX_ERR if you want, the only reason I hadn't done that was that it was easier to not bother. However, the total time now spent on discussing this exceeds the time it would have saved, so nevermind! :-) If you decide that's the way to go, just implement it that way, and mail the list saying you've done so and asking for the spec to change. I'll just stick a new step at the top of each of the three algorithms that raises SYNTAX_ERR if the input key is "".

The capital letter thing is enforced because of the mapping of capital letters to hyphen-lowercase, which we added recently based on author feedback.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list