- From: <bugzilla@jessica.w3.org>
- Date: Mon, 20 Sep 2010 14:18:33 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10660
Summary: use < and > and not ← and → to indicate
previous and next
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: other
Status: NEW
Keywords: a11y, a11y_display
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: oedipus@hicom.net
QAContact: public-html-bugzilla@w3.org
CC: oedipus@hicom.net, mike@w3.org,
public-html-wg-issue-tracking@w3.org,
public-html@w3.org
use < and > and not ← and → to indicate previous and next
in the top-level menu that appears at the beginning of the sections of
http://dev.w3.org/html5/spec/
the character-entity used to indicate "previous" is ← whilst the
character-entity used to indicate "next" is → as follows:
<a href="editing.html">← 7 User interaction</a> –
<a href="spec.html#contents">Table of contents</a> –
<a href="syntax.html">8 The HTML syntax →</a>
PROBLEM: most users will not be able to generate either → or
← from the keyboard, making it difficult to use these links
when one invokes a list of links traversable by first character in
hypertext
SOLUTION:
1. replace ← with < (U+0003C) to indicate previous;
2. replace → with > (U+0003E) to indicate next;
3. gloss the symbolic (ascii art) indicators with ABBR as follows:
<abbr title="previous"><</abbr>
<abbr title="next">></abbr>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 20 September 2010 14:18:35 UTC