I am using the v10.0 BETA 4 to check my code, and have the following issues.
LINK
I use this tag: <link rel="last" href="eng/history14.php" /> in the <head> section. HTML Validator throws this error: "The "rel" attribute contains an unrecognized value "last". Make sure this value is correct." Considering that it does not throw up errors for rel=glossary, rel=first etc, I think this is a bug that needs to be fixed
My next error uses this code: <link rel="P3Pv1" href="/w3c/p3p.xml" />. I get this error: "The "rel" attribute contains an unrecognized value "P3Pv1". Make sure this value is correct." However the code is a valid w3c recommendation. Please see: http://www.w3.org/TR/P3P/ (Section 2.2.3 and 2.2.4)
Thirdly, I used the Dublin core metadata: <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" /> which also returns the following error: "The "rel" attribute contains an unrecognized value "schema.DCTERMS". Make sure this value is correct." This information is present on the dublin core website: http://dublincore.org/documents/dc-html/
Hope these can be resolved in the final version.
Thanks,
Nicholas



