[Webkit-unassigned] [Bug 121626] New: Spatial Navigation : User should be able to navigate html elemets having element.style.cursor="pointer"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 12:16:15 PDT 2013


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

           Summary: Spatial Navigation : User should be able to navigate
                    html elemets having element.style.cursor="pointer"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/nsKjk/5/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kandalkar.abhijeet58 at gmail.com
                CC: simon.fraser at apple.com, tonikitoo at webkit.org,
                    joepeck at webkit.org, cshu at webkit.org


Spatial Navigation: User should be able to navigate html elements having element.style.cursor="pointer"

 Using cursor properties is common practice in Web development.  Refer URL mentioned above; button is created using <span> which behaves like hyperlink. 

 As <span> is not focusable WebKit doesn’t draw focus ring. So to make <span> focusable element for spatial navigation, we need to adopt same approach mentioned in URL.
1.    If any HTML element has style.cursor="pointer", consider it as candidate for Spatial Navigation.
2.    If such element is chosen as best candidate, focus it by drawing border/outline around it.

@Antonio/Simon,
Please let me know your comments ?

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