[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 02:48:48 PDT 2011


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





--- Comment #8 from Kenichi Ishibashi <bashi at chromium.org>  2011-05-11 02:48:48 PST ---
Hi Kent-san,

(In reply to comment #6)
> It's already implemented in Node::supportsFocus().
> Output, progress, and meter should override supportsFocus() like
>     return Node:supportsFocus() && !disabled().

Oh, I didn't notice that. Thank you for letting know that. I've updated the patch.

Regards,

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