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 14506 - validator.w3.org validator failure with microformats standard rel=home
Summary: validator.w3.org validator failure with microformats standard rel=home
Status: CLOSED FIXED
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: P2 major
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-19 03:06 UTC by Binyamin
Modified: 2015-08-23 07:06 UTC (History)
1 user (show)

See Also:


Attachments

Description Binyamin 2011-10-19 03:06:50 UTC
http://validator.w3.org validator returns "Bad value home for attribute rel on element a: Keyword home is not registered." for correct rel-home microformats standard syntax, http://microformats.org/wiki/rel-home .

For example validator.w3.org fails on: <a href="http://website.com" rel="home">Home</a>
Comment 1 Michael[tm] Smith 2011-10-19 06:50:00 UTC
This is just due to the W3C HTML5 backend not being up to date with the latest changes made to the validator.nu sources upstream.  But I will update the W3C HTML5 backend within the next couple of weeks. If you don't hear back from me here by November 4 or so, please post another comment to remind me.
Comment 2 Binyamin 2011-10-21 00:09:39 UTC
O.K., Michael! I saw that it's fixed in validator.nu
Comment 3 Michael[tm] Smith 2011-10-24 11:32:14 UTC
see comment #2
Comment 4 Binyamin 2011-10-31 18:15:14 UTC
It seems been fixed and `rel=home` is valid now.