- From: <bugzilla@jessica.w3.org>
- Date: Fri, 25 Nov 2011 21:20:53 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14937 Summary: Replace poor coding example for figure with multiple images Product: HTML WG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: faulkner.steve@gmail.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org the figure element section http://dev.w3.org/html5/spec/grouping-content.html#the-figure-element contains an example where a figure contains multiple related images. The caption text for each of the images is contained in the img element title attribute. This example promotes an anti-pattern that reduces the accessibility of the content. recommend replacing the example with an example using nested figure elements: Refer to http://www.html5accessibility.com/tests/figures-nested.html for further details and alternative example code. -- 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 Friday, 25 November 2011 21:20:57 UTC