- From: Michael A. Puls II <shadow2531@gmail.com>
- Date: Thu, 12 Mar 2009 21:08:33 -0400
- To: "Alexey Proskuryakov" <ap@webkit.org>, "Lachlan Hunt" <lachlan.hunt@lachy.id.au>
- Cc: public-webapps <public-webapps@w3.org>
On Thu, 12 Mar 2009 10:47:53 -0400, Alexey Proskuryakov <ap@webkit.org> wrote: > > 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. I filed <https://bugs.webkit.org/show_bug.cgi?id=15172> a while ago, which is at least one bug that has to do with the null or "" issue. -- Michael
Received on Friday, 13 March 2009 01:09:09 UTC