[Webkit-unassigned] [Bug 71854] Access key should work on all elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 10:55:58 PST 2011


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





--- Comment #43 from Erik Arvidsson <arv at chromium.org>  2011-11-18 10:55:58 PST ---
(From update of attachment 115776)
View in context: https://bugs.webkit.org/attachment.cgi?id=115776&action=review

FYI

> LayoutTests/fast/forms/access-key-for-all-elements.html:12
> +    if (navigator.userAgent.search(/\bMac OS X\b/) != -1)

if (/\bMac OS X\b/.test(navigator.userAgent))

is shorter and easier to understand

> LayoutTests/fast/forms/access-key-for-all-elements.html:42
> +<ol id="console"></ol>

remove console

or

fix the tag name. It should be div.

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