Commit Graph

9 Commits (6d03c1a11a2590081d2eab6f686a9c712d6f12ec)

Author SHA1 Message Date
Matt Kaemmerer e1d93dca97 Defer splitting namespace until needed 9 years ago
Matt Kaemmerer 12bd7dd770 Call setAttributeNS instead of setAttribute for keys with a known namespace 9 years ago
fix-fix 95913ee3ca Don't treat Object.prototype properties as boolean attributes
Keep boolean properties in an object without prototype to prevent
false positive checks against attributes with the same name as Object.prototype
properties.
9 years ago
Evan You 69a7c72d72 Return early in module update functions 9 years ago
yelouafi f86608cd25 replaced Regex with object dict for boolean attributes 10 years ago
yelouafi 379f736254 Support boolean attributes 10 years ago
yelouafi 05ff217997 remove boolean attributes if value is falsy 10 years ago
yelouafi 5c6bea76ce updated docs 10 years ago
Yassine Elouafi dec59f6584 created attribute module 10 years ago