Element

noembed

Error Type

Potential

Guidelines

  • Stanca Act
    Guideline GroupRequirement 15: Script/Object Alternatives

Requirement

noembed must have equivalent content.

Error

noembed may not have equivalent content to embed.

Short Description

This error is generated for each noembed element.

How To Determine

Question Is the content of this noembed equivalent to the embed?
PASS embed and noembed have equivalent content.
FAIL embed and noembed do not have equivalent content.

Steps To Check

Procedure

1. TODO.

Expected Result

1. TODO.

Failed Result

1. TODO.

Examples

Pass Examples

noembed element not present.
<!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 #164 - Negative</title>
</head>
<body>
<embed src="demo.mov">
</embed>
</body>
</html>

Fail Examples

noembed element present.
<!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 #164 - Positive</title>
</head>
<body>
<embed src="demo.mov">
<noembed>Alternate content for the embed</noembed>
</embed>
</body>
</html>
Web site engine's code is copyright © 2023
Inclusive Design Institute