esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

[HTML] Make xmlns attribute of no effect in HTML. #7

Closed ShikiOkasaka closed 11 years ago

ShikiOkasaka commented 11 years ago

cf. http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#global-attributes

ShikiOkasaka commented 11 years ago

Disabled the checks for xmlns, etc., in ElementImp::setAttributeNS() at c21a3eaad03a5bb3a8416a0e95610b54d946075c. Let's revisit this when we support XML documents.