[Webkit-unassigned] [Bug 30715] Fails on DOM-Level 3 test attrisid01

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 13:17:54 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
          Component|HTML DOM                    |XML DOM
                 CC|                            |ap at webkit.org,
                   |                            |eric at webkit.org




--- Comment #6 from Alexey Proskuryakov <ap at webkit.org>  2009-10-23 13:17:52 PDT ---
(In reply to comment #3)
> However, running on Qt-linux, the existing attrisid test cases must
> have something wrong. They all passed successfully even without my
> implementation.

That may be caused by a different version of framework used for converting
generic XML-based DOM tests into a browser-friendly form (looks like
assertFalse() is now more strict, and no longer accepts undefined values).

I do not think that we should add a naive isId implementation that just checks
for attribute name. Which attribute name is to be an ID is actually defined by
DTD, see bug 12971. We also have bug 5578 about adding support for isId() and
setIdAttribute().

I think that bug 5578 is the closest thing, so I'll mark this as a duplicate of
that bug.

*** This bug has been marked as a duplicate of bug 5578 ***

-- 
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