[Webkit-unassigned] [Bug 178001] New: Focus navigation order in slot fallback contents is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 6 01:37:03 PDT 2017


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

            Bug ID: 178001
           Summary: Focus navigation order in slot fallback contents is
                    wrong
           Product: WebKit
           Version: Safari 11
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: elkurin at google.com
                CC: cdumez at apple.com

By running "focus-navigation-across-slots.html" test in WebKit Layout Tests, it seems that the navigation order is not following the spec.
https://w3c.github.io/webcomponents/spec/shadow/#sequential-focus-navigation

According to the spec 5.3 Step 2, in focus navigation, the subtree whose root is the slot element which no element is assigned to is considered as one of the focus navigation scope. Elements inside slot fallback contents scope should be navigated sequential.
In this test, the order should be 14->17->15->13->16.

-- 
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/20171006/9eba3f91/attachment.html>


More information about the webkit-unassigned mailing list