This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24871 - Meta "robots" fails and appears as an unregistered value in HTML5 validation
Summary: Meta "robots" fails and appears as an unregistered value in HTML5 validation
Status: RESOLVED FIXED
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: P2 blocker
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-28 22:41 UTC by Samuel Charmetant
Modified: 2015-08-23 07:07 UTC (History)
1 user (show)

See Also:


Attachments

Description Samuel Charmetant 2014-02-28 22:41:35 UTC
Meta robots fails and appears as an unregistered value in HTML5 validation. (of course this meta is registered, exists and is currently in use in millions of websites).

Validation fails with the following message:
===============
Bad value robots for attribute name on element meta: Keyword robots is not registered.
<meta name="robots" content="index,follow" />
===============

For the same URL, the html5 validation from validator.nu passes full OK.

For testing, I used this URL http://www.artmajeur.com/en/

Thank you
Comment 1 Michael[tm] Smith 2014-03-01 03:38:43 UTC
Thanks for reporting this. The problem was caused by a coding mistake a made yesterday but I've now fixed it.