Archived:Accesskey attribute not working in Web Browser on S60 3rd Edition (Known Issue)
jsmanrique
(Talk | contribs) |
m (fixed categories) |
||
| Line 23: | Line 23: | ||
== Reason == | == 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 | + | 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 access keys. |
| − | Traditional Nokia web browsers support long key press to activate link | + | Traditional Nokia web browsers support long key press to activate link access keys, but [http://discussion.forum.nokia.com/forum/showthread.php?p=362159#post362159|it doesn't work in OSS S60 Browser]. |
| Line 31: | Line 31: | ||
[http://www.w3.org/TR/mobile-bp/#ACCESS_KEYS|W3C Mobile Web Best Practices: Accesskeys] | [http://www.w3.org/TR/mobile-bp/#ACCESS_KEYS|W3C Mobile Web Best Practices: Accesskeys] | ||
| − | + | [[Category:Browsing]][[Category:XHTML]][[Category:Known Issue]] | |
| − | + | ||
Revision as of 02:07, 4 July 2008
| ID | Unofficial - No ID assigned | Creation Date | November 16, 2007 |
| Platform | S60 3rd Edition | Devices | N95 |
| Category | Browsing | Sub-Category | XHTML |
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 access keys.
Traditional Nokia web browsers support long key press to activate link access keys, but doesn't work in OSS S60 Browser.

