[Webkit-unassigned] [Bug 33733] New: ValidityState object should be the same on each access

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 13:15:54 PST 2010


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

           Summary: ValidityState object should be the same on each access
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: michelangelo at webkit.org


Created an attachment (id=46707)
 --> (https://bugs.webkit.org/attachment.cgi?id=46707)
test case

Per HTML5, "The validity attribute must return a ValidityState object that
represents the validity states of the element. This object is live, and the
same object must be returned each time the element's validity attribute is
retrieved."

This means that a form element must prevent garbage collection of associated
ValidityState wrapper, not just of its underlying DOM object.

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