- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 07 Dec 2009 13:30:21 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8447
Summary: Tighter definition on the aside element
Product: HTML WG
Version: unspecified
Platform: Macintosh
OS/Version: Mac System 9.x
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: shelleyp@burningbird.net
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Currently, the following line is given with the aside element:
"The element can be used for typographical effects like pull quotes or
sidebars, for advertising, for groups of nav elements, and for other content
that is considered separate from the main content of the page."
If the aside is equivalent to a printed sidebar, there should be no nav
elements, and shouldn't be referenced as a web page sidebar. This confuses the
semantics of the element, which decreases its value.
Another section element should be used for a web page sidebar, the same as a
section should be used for the main content (or a second sidebar, etc).
In addition, no navigation should be embedded in an aside element--not if it is
to be used for pull quotes or typographical sidebars. Placing navigation in the
aside could lead to it being skipped by some user agents, who treat the
element's semantics seriously.
If there is an HTML5 primer, we would want to clarify that the aside element is
not used for web page sidebars.
--
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, 7 December 2009 13:30:23 UTC