[Webkit-unassigned] [Bug 20084] REGRESSION: Focus ring being shown on some html table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 23:18:07 PDT 2008


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


alice.liu at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #7 from alice.liu at apple.com  2008-09-03 23:18 PDT -------
Actually this is not a regression, but rather an implementation of a new
feature.  Starting in HTML5, all elements are focusable in some manner when the
tabindex attribute is set.  More specifically, if an element's tabindex
attribute is set to any valid integer value, that element is focusable by mouse
clicks or by javascript.  If the tabindex is a value of 0 or greater, then the
element also focusable (in tab order) by key events.  

Using the inspector, the yahoo mail message fields are focusable because they
are table cells with tabindex=-1. 

I haven't looked into the other 2 cases, but i suspect they are similarly
behaving correctly.  please inform me if i'm wrong.  


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list