[Webkit-unassigned] [Bug 146637] New: Synthethic click activation (ie. HTMLElement.click()) should not find the nearest activatable element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 06:12:09 PDT 2015


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

            Bug ID: 146637
           Summary: Synthethic click activation (ie. HTMLElement.click())
                    should not find the nearest activatable element
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: josh at joshmatthews.net

http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3556

According to https://www.w3.org/Bugs/Public/show_bug.cgi?id=27430 the call to click() in the testcase should only operate on the target element, which in the testcase is not activatable (an anchor lacking an href attribute). The authentic activation steps explicitly say to find the nearest activatable element, but synthetic activation (ie. HTMLElement.click()) should not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150706/8e3e7a30/attachment.html>


More information about the webkit-unassigned mailing list