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.
ConvertHTML5 forms to XForms.
C.
Ensure that HTML5 content elements have valid and descriptive names.
D.
Use HTML5 semantic markup elements to enhance the pages.
E.
Use Resource Description Framework (RDF) to describe content elements throughout the entire page.
Explanation:
A: The aria-described by property may be used to attach descriptive information to one or more elements
through the use of an id reference list. The id reference list contains one or more unique element ids.
https://www.w3.org/TR/WCAG20-TECHS/ARIA1.html
Can someone please tell me the difference between this and Q 85 which has a difference answer? Thanks
“You are designing an HTML5 website.
You need to design the interface such that the content is viewable in all types of browsers, including screen
readers.What should you do? (Each correct answer presents a complete solution. Choose all that apply.)
Answer:
D.
Use HTML5 semantic markup elements.
E.
Annotate content elements with Accessible Rich Internet Application (ARIA) attributes. ”
All I see different is “reading pens”. Are both these answers correct?
this is correct A,C,D