Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the Note reflecting changes to Microdata. #28

Merged
merged 3 commits into from
Jul 4, 2017
Merged

Conversation

gkellogg
Copy link
Member

This version simplifies the algorithm to use more concepts from the current Microdata draft and eliminates the creation of document-relative properties.

  • Algorithm simplified to take advantage of more explicit steps described in [[MICRODATA]].
  • The content attribute is processed on all HTML elements.
  • Property Value section is simplified to leverage equivalent in [[MICRODATA]].
  • is simplified to leverage concept of current vocabulary from [[MICRODATA]].
  • The evaluation context as been removed, and memory is global.
  • The mechanism for creating document-relative URIs for itemprop tokens for untyped items has been removed.

It's a pretty substantial simplification, and could be simply used as a section in the Microdata spec obsoleting this note.

cc/ @danbri @chaals @iherman

@gkellogg gkellogg self-assigned this Jun 30, 2017
@gkellogg gkellogg added the v3 label Jun 30, 2017
@gkellogg
Copy link
Member Author

See https://rawgit.com/w3c/microdata-rdf/v3/index.html for a formatted version of the spec (pr-preview doesn't seem to be doing the job).

Copy link
Member

@iherman iherman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gkellogg I am fine with the proposed changed on the text, and merging this PR. My only caveat is that I am currently on vacations, ie, I cannot feed that back into my implementation for further testing; I plan to play with that (and other possible software issues) in August which will may be a slow month anyway.

@gkellogg gkellogg merged commit f148940 into gh-pages Jul 4, 2017
@gkellogg
Copy link
Member Author

gkellogg commented Jul 4, 2017

Test Suite currently includes test for relative property URI generation, which we can mark as obsolete at some later time. I haven't removed the logic from my implementation yet.

@gkellogg gkellogg deleted the v3 branch April 2, 2020 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants