- From: <bugzilla@jessica.w3.org>
- Date: Thu, 19 Sep 2013 09:20:26 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23284
Bug ID: 23284
Summary: The accesskey attribute should be translatable
Product: HTML WG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: stas@mozilla.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
The "accesskey" attribute should be translatable by default. For instance, to
use the example from the section on the "accesskey" attribute [1]:
<nav>
<p>
<a title="Technical Reports and Recommendations" accesskey="T"
href="/TR/">Technical Reports</a> |
<a title="About This Site" accesskey="B" href="/Consortium/">About
Consortium</a> |
<a title="Contact Consortium" accesskey="C"
href="/Consortium/contact">Contact</a>
</p>
</nav>
When translating into Polish, I might want to change the values of the
accesskey attributes to match the translated text:
<nav>
<p>
<a title="Raporty i zalecenia techniczne" accesskey="R" href="/TR/">Raporty
techniczne</a> |
<a title="Informacje o tej stronie" accesskey="O" href="/Consortium/">O
Konsorcjum</a> |
<a title="Skontaktuj siÄ™" accesskey="K"
href="/Consortium/contact">Kontakt</a>
</p>
</nav>
[1]
http://www.w3.org/html/wg/drafts/html/master/editing.html#the-accesskey-attribute
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 19 September 2013 09:20:28 UTC