This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8700 - modify contentinfo mapping and conformance
Summary: modify contentinfo mapping and conformance
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: a11y, aria, NE
Depends on:
Blocks:
 
Reported: 2010-01-10 13:56 UTC by steve faulkner
Modified: 2010-10-04 14:47 UTC (History)
4 users (show)

See Also:


Attachments

Description steve faulkner 2010-01-10 13:56:57 UTC
currently the HTML5 address  element 	is mapped onto the ARIA contentinfo  role. [http://dev.w3.org/html5/spec/embedded-content-0.html#annotations-for-assistive-technology-products-aria]

This is incorrect. Although it may be appropriate for a containing element that is role=contentinfo to include an address element along with other content, there is not a one to one mapping. a closer approximation for the contentinfo role would be to the footer element , as specified in the spec.


current public wai-aria working draft states:

Within any document  or application, the author SHOULD mark no more than one element with the contentinfo role.  [http://www.w3.org/TR/wai-aria/roles#contentinfo]

requested modifications to HTML5:

remove address to contentinfo mapping.

add contentinfo conformance statement in the appropriate section of the spec
[http://dev.w3.org/html5/spec/embedded-content-0.html#annotations-for-assistive-technology-products-aria].
Comment 1 Ian 'Hixie' Hickson 2010-02-06 00:28:08 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.

I handled this like the <header>/banner case. I also applied this to <footer>, and added the contentinfo note to <section>.
Comment 2 contributor 2010-02-06 00:29:05 UTC
Checked in as WHATWG revision r4674.
Check-in comment: Mention that ARIA restricts 'contentinfo' to one per page, and adjust requirements accordingly.
http://html5.org/tools/web-apps-tracker?from=4673&to=4674
Comment 3 Michael Cooper 2010-02-11 17:26:44 UTC
Per the proposal at http://lists.w3.org/Archives/Public/public-html-a11y/2010Jan/0245.html, the HTML A11Y TF does not plan to formally work on this issue at this time. This does not mean the TF has no interest in it, but does not have immediate plans to work on it. The TF may review the issue in the future.