[webkit-reviews] review granted: [Bug 60602] <output>, <meter> and <progress> elements with display:block can be focused if you try to tab to it : [Attachment 93094] Patch V2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 16:58:53 PDT 2011


Kent Tamura <tkent at chromium.org> has granted Kenichi Ishibashi
<bashi at chromium.org>'s request for review:
Bug 60602: <output>, <meter> and <progress> elements with display:block can be
focused if you try to tab to it
https://bugs.webkit.org/show_bug.cgi?id=60602

Attachment 93094: Patch V2
https://bugs.webkit.org/attachment.cgi?id=93094&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=93094&action=review

ok.

BTW, I don't know why we have Node::isFocusable() and Node::supprotsFocus()...

> LayoutTests/fast/forms/script-tests/focus-with-display-block.js:1
> +description('This test ensures that <output>, <meter> and
<progress> are not focused.');

nit: We don't need to have separated js file. We can merge this into
focus-with-display-block.html.


More information about the webkit-reviews mailing list