[Webkit-unassigned] [Bug 60602] <output>, <meter> and <progress> elements with display:block can be focused if you try to tab to it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 01:18:29 PDT 2011


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





--- Comment #4 from Kenichi Ishibashi <bashi at chromium.org>  2011-05-11 01:18:29 PST ---
Hi,

Thank you for review.

(In reply to comment #3)
> You should also explain what caused the bug and refer to wherever place this behavior is specified.

I've addressed your comments except for pointing out the specification of this behavior.  In this patch, I follow the manner what the HTMLLabelElement does.  However, according to http://dev.w3.org/html5/spec/editing.html#focus, it seems that any elements might be focusable when the element has the tabindex attribute or content editable.  Should we change the behavior to follow the specification?  If so, it may affect almost all elements because it should be implemented in more generic place such as the Node class.

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