Skip to content

Commit

Permalink
Added README text to include the info on including custom and pre-bui…
Browse files Browse the repository at this point in the history
…lt schemas
  • Loading branch information
KrofDrakula committed Aug 30, 2011
1 parent e522df2 commit b37c3b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ of the [jQuery](http://jquery.com) library. When you view the page, a list
will appear in the bottom left listing all the microdata objects detected
on the page.

In addition, you need to provide the schemas to validate against; some are already
implemented in `schemas.js` which is to be included immediately after the
`jquery.microdata.js` script. To add your own, you can use the
`$.microdata.addDefinition(url, fields)` function as used in `schemas.js`.

This tool is a work-in-progress and still doesn't adhere to the full specs (yet).
Plans to support the full microdata spec + data vocabulary validation are on
the drawing board. ;)

0 comments on commit b37c3b3

Please sign in to comment.