12.03.2009, Χ 17:19, Lachlan Hunt ΞΑΠΙΣΑΜ(Α): > WebKit has a bug with the "|foo" selector. > > http://software.hixie.ch/utilities/js/live-dom-viewer/saved/28 > > Opera and Firefox pass This is actually a difference in createElementNS(null, "p") vs. createElementNS("", "p") behavior. I don't know whose bug it is, but in Firefox and Opera, empty and null namespace arguments both result in null namespace for the created element. When createElement(null, "p") is used, this test passes in WebKit, too. - WBR, Alexey ProskuryakovReceived on Thursday, 12 March 2009 14:48:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:43:07 GMT