Level 1
6.2 Ensure that equivalents for dynamic content are updated when the dynamic content changes.
Requirement 15: Script/Object Alternatives
Priority 1
6.2 Ensure that equivalents for dynamic content are updated when the dynamic content changes.
Priority 1
6.2 Ensure that equivalents for dynamic content are updated when the dynamic content changes.
Priority 1
6.2 Ensure that equivalents for dynamic content are updated when the dynamic content changes.
object should be updated if object changes - (classid).
object may not have been updated when object changed.
object element contains a CLASSid attribute and any text then this error will be generated.
| Question | Is the text equivalent for this object appropriate? |
|---|---|
| PASS | Text equivalent is appropriate for object. |
| FAIL | Text equivalent is not appropriate for object. |
object elements in the content.object.object.object element with a valid CLASSid attribute but contains no text.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #127 - Negative</title> </head> <body> <object classid="foo"/> </body> </html>
object element with a valid CLASSid attribute and contains text.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #127 - Positive</title> </head> <body> <object classid="foo">text equiv for object</object> </body> </html>