Warning:
This wiki has been archived and is now read-only.
Moved permanently 7
From Automated WCAG Monitoring Community Group
(Redirected from SC1-1-1-embed)
Status
Draft
Contents
Description
This test checks that for each embed element a noembed element exists, which provides a sufficient description.
Background
Assumptions
Test properties
| Property | Possible values |
|---|---|
| Success Criterion | 1.1.1 Non-text Content |
| Test mode | SemiAuto |
| Test environment | rendered page |
| Test subject | web page state |
Test procedure
Selector
//embed
Step 1
Test mode:
earl:automatic
Check if the embed element has a child node, which is of type noembed
if yes, continue with #Step 3
else continue with #Step 2
Step 2
Test mode:
earl:automatic
Check if the embed element has an adjacent sibling element, which is of type noembed
if yes, continue with #Step 3
else return
| Property | Value |
|---|---|
| TestCase | SC111-embed |
| Identifier | SC111-embed-fail1 |
| Outcome | failed |
| ErrorMessage | No corresponding noembed for embed. |
| Pointer | position |
| Info |
Step 3
Test mode:
earl:manual
Present the embedded content with the content of the corresponding noembed
element to the user.
Question: Does the text sufficiently describe the object?
if yes, return
| Property | Value |
|---|---|
| TestCase | SC111-embed |
| Identifier | SC111- embed -pass1 |
| Outcome | passed |
| Pointer | position |
| Info |
else return
| Property | Value |
|---|---|
| TestCase | SC111- embed |
| Identifier | SC111- embed -fail2 |
| Outcome | failed |
| ErrorMessage | Text alternative not sufficiently descriptive. |
| Pointer | position |
| Info |