Archived:Accesskey attribute not working in Web Browser on S60 3rd Edition (Known Issue)
jsmanrique
(Talk | contribs) (Added xhtml accesskey support issue in OSS S60 browser) |
jsmanrique
(Talk | contribs) |
||
| Line 19: | Line 19: | ||
<a href="index.html" accesskey="1">Home</a> | <a href="index.html" accesskey="1">Home</a> | ||
</code> | </code> | ||
| + | |||
| + | |||
| + | == Reason == | ||
| + | |||
| + | OSS S60 Browser has special keyboard shortcuts like ''2'' key for ''search'', but this override web developer good practice (_use accesskey for links_) and makes it useless, because the user can't use those accesskeys. | ||
Traditional Nokia web browsers support long key press to activate link accesskeys, but [http://discussion.forum.nokia.com/forum/showthread.php?p=362159#post362159|it doesn't work in OSS S60 Browser]. | Traditional Nokia web browsers support long key press to activate link accesskeys, but [http://discussion.forum.nokia.com/forum/showthread.php?p=362159#post362159|it doesn't work in OSS S60 Browser]. | ||
| + | |||
= References = | = References = | ||
Revision as of 12:51, 19 November 2007
| ID | Unofficial - No ID assigned | Creation Date | November 16, 2007 |
| Platform | S60 3rd Edition | Devices | N95 |
| Category | Browsing | Sub-Category | XHTML |
Contents |
Issue description
Nokia S60 3rd Edition browser, named "Web", doesn't support accesskey attributes in links:
<a href="index.html" accesskey="1">Home</a>
Reason
OSS S60 Browser has special keyboard shortcuts like 2 key for search, but this override web developer good practice (_use accesskey for links_) and makes it useless, because the user can't use those accesskeys.
Traditional Nokia web browsers support long key press to activate link accesskeys, but doesn't work in OSS S60 Browser.
References
Mobile Web Best Practices: Accesskeys

