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 11180 - rephrase definition of "author" link relation
Summary: rephrase definition of "author" link relation
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://dev.w3.org/html5/spec/Overview...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-31 12:54 UTC by Julian Reschke
Modified: 2011-08-04 05:16 UTC (History)
4 users (show)

See Also:


Attachments

Description Julian Reschke 2010-10-31 12:54:53 UTC
For consistency with generic definitions of link relations (such as in RFC 5988), it would be good if definitions would start with a generic description of what the link is about, and only then define the details for HTML.

For "author" (<http://dev.w3.org/html5/spec/Overview.html#link-type-author>), we currently have:

- snip -
The author keyword may be used with link, a, and area elements. This keyword creates a hyperlink.

For a and area elements, the author keyword indicates that the referenced document provides further information about the author of the nearest article element ancestor of the element defining the hyperlink, if there is one, or of the page as a whole, otherwise.

For link elements, the author keyword indicates that the referenced document provides further information about the author for the page as a whole.

...
- snip -

Proposal:

- snip -
The "author" link relation indicates that the identified resource provides further information about the authors.

It may be used with link, a, and area elements. This keyword creates a hyperlink.

For a and area elements, the author keyword indicates that the referenced document provides further information about the author of the nearest article element ancestor of the element defining the hyperlink, if there is one, or of the page as a whole, otherwise.

For link elements, the author keyword indicates that the referenced document provides further information about the author for the page as a whole.

...
- snip -
Comment 1 Ian 'Hixie' Hickson 2010-12-27 23:49:31 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: Rejected
Change Description: no spec change
Rationale: This is the HTML spec. These are keywords for HTML attributes.
Comment 2 Michael[tm] Smith 2011-08-04 05:16:15 UTC
mass-move component to LC1