Blocks of content available (minimum)
Normative Text
Meaningful blocks of content are programmatically determinable and visually presented with sufficient surrounding space.
Tests
This section is non-normative.
HTML sufficient space
Procedure
- Identify meaningful blocks of content in the page/view that are not bounded by a visual border.
- Examine the computed style to determine the total of margin, padding and border spacing.
- The spacing between all adjacent meaningful blocks of content is sufficient.
Expected results
- #3 is true.
Programmatically identifiable meaningful blocks of content
Procedure
For each meaningful blocks of content in the page/view:
- Check that an appropriate role is being used for the meaningful blocks of content in the source code.
- Check using assistive technology that an appropriate role is being used for the meaningful blocks of content.
Expected results
- #1 or #2 is true.
Tests
This content needs to be written.
Key Terms
- content
information, sensory experience and interactions conveyed
- meaningful blocks of content
Group of related content that represents a distinct topic or function, intended to be perceived as a single unit and capable of being programmatically identified and labelled.
These blocks are required to be programmatically determinable so that assistive technologies can identify the boundaries and purpose of the information.