[Webkit-unassigned] [Bug 200806] New: Split tabIndex computation for DOM and the rest of WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 15 20:42:46 PDT 2019


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

            Bug ID: 200806
           Summary: Split tabIndex computation for DOM and the rest of
                    WebCore
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

Right now, a bunch of WebCore's internal functions make use of Element::tabIndex.

This is problematic in order to resolve the bug 199606, in which we're trying to make
tabIndex IDL attribute simply reflect tabIndex content attribute instead of
it being dependent on focusability of the element.

So split the code so that we have one function for computing the bindings value,
and another for internal use of WebCore.

-- 
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/20190816/6c32d3f1/attachment-0001.html>


More information about the webkit-unassigned mailing list