RESOLVED FIXED 7108
Autogenerate most of Element
https://bugs.webkit.org/show_bug.cgi?id=7108
Summary Autogenerate most of Element
Anders Carlsson
Reported 2006-02-06 12:16:17 PST
Patch coming up...
Attachments
Patch (18.51 KB, patch)
2006-02-06 12:36 PST, Anders Carlsson
mjs: review+
Anders Carlsson
Comment 1 2006-02-06 12:36:24 PST
Darin Adler
Comment 2 2006-02-06 17:12:19 PST
Comment on attachment 6299 [details] Patch Can we handle the null case inside setAttributeNS itself rather than in the binding?
Maciej Stachowiak
Comment 3 2006-02-06 18:14:12 PST
setAttributeNS should treat null and empty strings differently, we just need to preserve the distinction when calling across from JS. This might always be the right thing to do for strings, or maybe sometimes null should be rejected.
Note You need to log in before you can comment on or make changes to this bug.