summaryrefslogtreecommitdiff
path: root/xml/relaxng/src/resources/html5-schema/html5/microdata.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'xml/relaxng/src/resources/html5-schema/html5/microdata.rnc')
-rw-r--r--xml/relaxng/src/resources/html5-schema/html5/microdata.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml/relaxng/src/resources/html5-schema/html5/microdata.rnc b/xml/relaxng/src/resources/html5-schema/html5/microdata.rnc
index 076a4ded1dad..91616c846147 100644
--- a/xml/relaxng/src/resources/html5-schema/html5/microdata.rnc
+++ b/xml/relaxng/src/resources/html5-schema/html5/microdata.rnc
@@ -25,7 +25,7 @@ common.attrs.microdata =
}
common.attrs.microdata.itemtype =
attribute itemtype {
- common.data.uri.absolute
+ list { common.data.uri.absolute+ }
}
common.attrs.microdata.itemid =
attribute itemid {
@@ -58,6 +58,7 @@ base.attrs &= common.attrs.microdata
& shared-hyperlink.attrs.type?
& link.attrs.sizes?
# link.attrs.title included in common.attrs
+ & embedded.content.attrs.crossorigin?
& ( common.attrs.aria.role.link
| common.attrs.aria.role.presentation
| common.attrs.aria.role.menuitem