RAWEBA
2.1 Does each frame have a frame title?
- WCAG references
- 4.1.2 Name, Role, Value (A)
- Techniques
- H64
Official methodology to test criterion 2.1
Test 1 (2.1.1)
- Find the frames in the document (
<iframe>or<frame>element). - For each frame, check that it has a
titleattribute. - If this is the case for each frame, the test is validated.