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 8340 - Do we want to require the rel attribute on link/@itemprop elements
Summary: Do we want to require the rel attribute on link/@itemprop elements
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML Microdata (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC All
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 20:32 UTC by Michael[tm] Smith
Modified: 2010-10-05 13:03 UTC (History)
5 users (show)

See Also:


Attachments

Description Michael[tm] Smith 2009-11-19 20:32:54 UTC
The link elements in the example at http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#examples-1 lack the rel attribute,:

<link itemprop="http://purl.org/dc/terms/type" href="http://purl.oreilly.com/product-types/EBOOK">

...but http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-rel says that the rel attribute must be present on all link elements.
Comment 2 Ian 'Hixie' Hickson 2010-01-06 09:03:58 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.

I'll respond to the e-mail separately (and in doing so may, or may not, change the spec substantially again).
Comment 3 Ian 'Hixie' Hickson 2010-01-18 10:49:16 UTC
Diff was http://html5.org/tools/web-apps-tracker?from=4514&to=4515