Element

object

Error Type

Known

Guidelines

Requirement

object must have a title.

Error

object missing title.

Short Description

object element must contain a title attribute.

How To Repair

Add a title attribute to your object element.

Steps To Check

Procedure

1. Check each object element and look for a title attribute.

Expected Result

1. Each object is expected to contain a title attribute.

Failed Result

1. Add a valid title attribute to the object.

Examples

Pass Examples

object element has title attribute.
<!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 #78 - Positive</title>
</head>
<body>
<object classid="http://www.miamachina.it/analogclock.py" title="a clock object">
The text equivalent for the object should go here.
</object>
</body>
</html>

Fail Examples

object element missing title attribute.
<!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 #78 - Positive</title>
</head>
<body>
<object classid="http://www.miamachina.it/analogclock.py">
The text equivalent for the object should go here.
</object>
</body>
</html>
Web site engine's code is copyright © 2023
Inclusive Design Institute