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 20718 - Inconsequent syntax in 'EXAMPLE 7: Copying common properties'
Summary: Inconsequent syntax in 'EXAMPLE 7: Copying common properties'
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML+RDFa (editor: Manu Sporny) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Manu Sporny
QA Contact: public-rdfa-wg
URL: http://www.w3.org/2010/02/rdfa/source...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-20 22:49 UTC by Leif Halvard Silli
Modified: 2013-01-26 19:03 UTC (History)
5 users (show)

See Also:


Attachments

Description Leif Halvard Silli 2013-01-20 22:49:49 UTC
The first 3 link elements uses XML syntax:

    <link rel="image" href="Muse1.jpg"/>
    <link rel="image" href="Muse2.jpg"/>
    <link rel="image" href="Muse3.jpg"/>

The last 2 uses HTML syntax 

 <link rel="rdfa:copy" href="#muse">

The last two should probably be fixed.
Comment 1 Manu Sporny 2013-01-26 18:55:47 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: Fixed. The last two now use XML-style syntax.

You can view the change in this document:

http://www.w3.org/2010/02/rdfa/sources/rdfa-in-html/Overview-src.html