[Webkit-unassigned] [Bug 28976] element.hasAttribute() fails to return true for nodes imported from XML documents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 22:22:47 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Linux                       |All
     Ever Confirmed|0                           |1
            Summary|element.hasAttribute()      |element.hasAttribute()
                   |fails to return true for    |fails to return true for
                   |imported nodes              |nodes imported from XML
                   |                            |documents
           Platform|PC                          |All
          Component|HTML DOM                    |XML DOM
                 CC|                            |ap at webkit.org,
                   |                            |jchaffraix at webkit.org
             Status|UNCONFIRMED                 |NEW




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2009-09-07 22:22:47 PDT ---
Case sensitivity behavior is implemented differently for getAttribute() on one
hand, and hasAttribute()/setAttribute()/removeAttribute()/getAttributeNode() on
another. Which behavior is "right" may be subject to discussion, but having it
different seems clearly wrong.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list