Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Can I use RDFa with HTML5?

share|improve this question

2 Answers

up vote 3 down vote accepted

Atm no:

From the RFDa primer:

To date, because XHTML is extensible while HTML is not, RDFa has only been specified for XHTML 1.1

share|improve this answer

There is a draft spec for RDFa in HTML5, but at present I'm not aware of any way to validate the results. The main obstacle for using RDFa in straight HTML5 is that there is no support for namespaces under HTML5 parsing rules.

Edit

Today I came across the up to date version of that spec, RDFA in HTML.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.