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 13314 - Drop RDF conversion algorithm
Summary: Drop RDF conversion algorithm
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML Microdata (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 13374 13466
  Show dependency treegraph
 
Reported: 2011-07-20 20:11 UTC by Ian 'Hixie' Hickson
Modified: 2011-08-11 22:31 UTC (History)
8 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2011-07-20 20:11:48 UTC
As per suggestion in this post, consider dropping the RDF stuff altogether:
https://plus.google.com/115203359751471044302/posts/92VKitpppB4
Comment 1 Aryeh Gregor 2011-07-21 19:39:59 UTC
Of course, the RDF people would still be free to define their own algorithm, perhaps based on the current one.  It makes sense for RDF users to decide what sort of microdata conversion algorithm works best for them, since they'll be the ones using the output.
Comment 2 Philip Jägenstedt 2011-07-24 07:26:41 UTC
https://github.com/gkellogg/rdf-microdata is the first non-spec converter that I'm aware of. It suffers from the conflicts that the ugly predicate URIs are designed to avoid, but if people want URIs that are nice to look at, that's what they get.

If you drop the RDF conversion, don't forget to drop the ban on "http://www.w3.org/1999/xhtml/microdata#" for itemprop tokens.
Comment 3 Manu Sporny 2011-07-24 13:42:23 UTC
FWIW, I think that it would be a good idea to drop RDF conversion for Microdata. Traditionally, the RDF conversion algorithm for Microdata has always generated really strange property IRIs for non-absolute-IRI properties. That is, the IRIs generated in the RDF conversion algorithm for @itemprop in Microdata do not meet the expectations of those working with all other data in RDF.

This may help differentiate Microdata and RDFa enough to reduce concerns that the W3C TAG has around Microdata and RDFa.
Comment 4 Michael[tm] Smith 2011-08-04 05:05:47 UTC
mass-move component to LC1
Comment 5 Ian 'Hixie' Hickson 2011-08-11 22:31:05 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.