- markup (76)
- xml (11)
- xslt (23)
- pipelines (8)
- atom (9)
- overlapping markup (6)
- schema (11)
- creole (5)
- dtll (1)
- xforms (1)
- xpath (1)
- xquery (2)
- coding (2)
- datagovuk (1)
- genealogy (4)
- hardware (1)
- linked data (15)
- named graphs (1)
- opendata (1)
- psi (3)
- skos (1)
- sparql (4)
- Talis (7)
- unicode (1)
- uri (4)
- versioning (1)
- visualisation (6)
- web (77)
- google (4)
- html5 (5)
- jQuery (2)
- rdf (45)
- ontologies (2)
- rdfa (8)
- rdfQuery (5)
- rest (6)
- wikis (1)
- work (3)
- legislation (2)
- xmlsummerschool09 (2)
- life (28)
- children (5)
- equality (6)
- gtd (1)
- environment (4)
- gadgets (5)
- software (3)
- xlinq (2)
- conferences (11)
- ukgc09 (1)
- xtech (9)
- xtech2008 (3)
- blog (8)
- drupal (3)
Re: What You Can't Do with HTML5 Microdata
In your first example, <link rel="license"> won't work - you have to use <link itemprop="http://www.w3.org/1999/xhtml/vocab#license">. (At least, it works in the demo parser so I'm pretty sure it's correct.)
(There's nothing in the spec's "Introduction" or "Encoding microdata" sections indicating that you can use rel - you just have to always use itemprop when specifying item properties. The only place "rel" is mentioned is in the algorithm for extracting RDF, for identifying resources linked to pages (not to items).)