When the sequence in which content is presented affects its meaning, a correct reading sequence can be programmatically determined.
Checklist – System Foundations
Content
Test | Priority | Automated test? |
---|---|---|
Is the content in the right order? | High | None |
Page Framework
Test | Priority | Automated test? |
---|---|---|
Does the reading order match the DOM order? | Medium | None |
Checklist – Components
Breadcrumbs
Test | Priority | Automated test? |
---|---|---|
Are the breadcrumbs coded in an <ol> to ensure order? | High | None |
Buttons
Test | Priority | Automated test? |
---|---|---|
Is the button order correct? | Medium | None |
Forms
Test | Priority | Automated test? |
---|---|---|
Does the field placement properly denote dependence? | High | None |