You are designing an HTML5 website. You need to design the interface to make the content of the web page
viewable in all types of browsers, including voice recognition software, screen readers, and reading pens. What
should you do? (Each correct answer presents a complete solution. Choose all that apply.)
A.
Annotate HTML5 content elements with Accessible Rich Internet Application (ARIA) attributes.
B.
Convert HTML5 forms to XForms.
C.
Ensure that HTML5 content elements have valid anddescriptive names.
D.
Use HTML5 semantic markup elements to enhance thepages.
E.
Use Resource Description Framework (RDF) to describe content elements throughout the entire page.
ACD
Why option D? Do we really need to support HTML5 for e.g. screen readers?
Because the question says: You are designing an HTML5 page.
A,D
A,D.
It’s nonsense to consider that a form field name (used to transfer the field’s value) should be used as description.