In building accessible UIs, which practice is recommended?

Study for the CIW User Interface Designer Test. Prepare with flashcards and multiple choice questions; each query provides hints and explanations. Get ready for your exam!

Multiple Choice

In building accessible UIs, which practice is recommended?

Explanation:
Accessible UIs rely on native HTML semantics to convey structure to assistive technologies. When you mark up content with semantic elements like header, nav, main, article, aside, and button, screen readers understand the roles, relationships, and order of the page without extra hints. Styling should be handled with CSS, keeping presentation separate from meaning so the structure remains clear to assistive tech. ARIA should be reserved for situations where native HTML cannot express a needed concept, and you should always maintain a logical DOM order so that the reading and keyboard navigation flow matches what users see on the screen. Using divs for everything strips away meaning, relying on ARIA roles instead of native elements can be fragile and misapplied, and placing elements out of DOM order disrupts accessibility and keyboard usability.

Accessible UIs rely on native HTML semantics to convey structure to assistive technologies. When you mark up content with semantic elements like header, nav, main, article, aside, and button, screen readers understand the roles, relationships, and order of the page without extra hints. Styling should be handled with CSS, keeping presentation separate from meaning so the structure remains clear to assistive tech. ARIA should be reserved for situations where native HTML cannot express a needed concept, and you should always maintain a logical DOM order so that the reading and keyboard navigation flow matches what users see on the screen. Using divs for everything strips away meaning, relying on ARIA roles instead of native elements can be fragile and misapplied, and placing elements out of DOM order disrupts accessibility and keyboard usability.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy