blob: b462b7ccf0d02cc618c5ebb59096269aba2916a6 [file] [log] [blame]
--- /Users/denofevil/Code/sandbox/checker/syntax/relaxng/html5full-rdfa.rnc 2014-01-24 12:19:52.000000000 +0400
+++ html5/html5full-rdfa.rnc 2014-01-24 13:28:00.000000000 +0400
@@ -6,13 +6,17 @@
nonHTMLizable = notAllowed
nonRoundtrippable = notAllowed
}
+include "common-ext.rnc"
+
start = html.elem
include "phrase.rnc"
include "block.rnc"
include "sectional.rnc"
include "revision.rnc"
include "embed.rnc"
+include "embed-ext.rnc"
include "core-scripting.rnc"
+include "core-scripting-ext.rnc"
include "structural.rnc"
include "ruby.rnc"
include "media.rnc"
@@ -33,5 +37,6 @@
)
)
}
+include "meta-ext.rnc"
include "microdata.rnc"
include "rdfa.rnc"