- From: <bugzilla@jessica.w3.org>
- Date: Sun, 29 Nov 2015 14:48:57 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19431 --- Comment #21 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> --- You should also take into account behaviour for document created by DOMParser.parseFromString(), especially of the type "application/xhtml+xml", because I see this: - Firefox and Opera (Presto) always return new elements with null as namespace. - Chrome/IE11 always return new elements with HTML namespace. It seems that the behaviour of createAttribute method is highly dependent on how we create the document. I wonder how it looks like for XMLHttpRequest.responseXML, or other "context of creating a document". -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 29 November 2015 14:49:00 UTC