Description
Create content that can be presented in different ways (for example simpler layout) without losing information or structure.
Questions & Answers
When should I use autocomplete attributes?
If the user is expected to be entering information about someone else into a form, do the form inputs still need autocomplete values?
- autocomplete
- form
- form fields
- forms
How should I highlight important text?
What is the appropriate method to code visually emphasized text?
- bold
- emphasized
- italics
How are layout tables and data tables different?
What is the difference between layout tables and data tables?
- Data Tables
- Layout Tables
- Tables
What is a DOM, and how does it affect accessibility?
What is a DOM, and how does it affect accessibility?
- html
- page structure
What is an unordered list vs. an ordered list?
What is the difference between a <ul> and an <ol>?
- html
- lists
- ordered list
- unordered list
What is a block quote, and when should I use it?
What is a block quotation, when should I use it, and why is it important?
- blockquote
- html
- page structure
What’s the difference between aria-controls and aria-owns?
What's the difference between aria-controls and aria-owns?
- aria
- aria-controls
- aria-owns
What’s the difference between a fieldset and a radio group?
What is the main difference between a fieldset and a radio group?
- aria
- forms
- html
How do I confirm that content is not restricted based on display orientation?
How do I test a website or application to confirm that the content is not restricted to a specific display orientation?
- display
- manual testing
- mobile