Contents

[edit]

Access: [13.2.1.2]: Metadata missing (link element) (Priority 2)

[edit]

Cause:

If a metadata information is specified via the link element its value should be a URI. It should not be used to access style sheets. Use metadata to describe or provide specific information about web documents.

[edit]

Example:

Good<head>

<title>test</title>
<link rel="stylesheet" href="http://www.thunders.ca/jtclstyle1.css">
</head>

Good

<head>
<title>test</title>
<meta name="keywords" content="Access 13.2.1.2" />
<link rel="stylesheet" href="http://www.thunders.ca/jtclstyle1.css">
</head>

[edit]

Solution:

This error is reported because there is no metadata associated with a document.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_13.2.1.2"