[Webkit-unassigned] [Bug 77000] XHTML getElementsByTagName searches on localName, not QName

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 15:22:14 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=77000

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #11 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am getting following outputs across browsers:

*** Safari 15.6 on macOS 12.5 ***

Elements matching foo:bar: [ foo:bar ]
Elements matching bar: [ ]

*** Chrome Canary 106 ***

Elements matching foo:bar: [ foo:bar ]
Elements matching bar: [ ]

*** Firefox Nightly 105 ***

Elements matching foo:bar: [ foo:bar ]
Elements matching bar: [ ]

________

I am not sure on web-spec but all browsers are matching on attached test case and does not have any console error as well to indicate that the test case is working fine. Is it something still a bug to fixed or DOM3 spec redefined this behavior and above is expected behaviour. Appreciate if someone can mark this bug accordingly. Just wanted to share updated test results. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220801/e582768c/attachment-0001.htm>


More information about the webkit-unassigned mailing list