Contents

[edit]

Access: [4.3.1.2]: language attribute invalid (Priority 3)

[edit]

Cause:

Ensure the language specified in either the http header or html markup (i.e. 'html lang="en"') is valid.

[edit]

Example:

Good
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="blah">
<head>
<title>aert1.0/4.3.1 - The HTML element does not contain a valid lang attribute</title>
</head>
<body>
</body>
</html>
[edit]

Solution:

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Access_4.3.1.2"