summaryrefslogtreecommitdiff
path: root/xml/relaxng/src/resources/html5-schema/html5/media.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'xml/relaxng/src/resources/html5-schema/html5/media.rnc')
-rwxr-xr-xxml/relaxng/src/resources/html5-schema/html5/media.rnc6
1 files changed, 1 insertions, 5 deletions
diff --git a/xml/relaxng/src/resources/html5-schema/html5/media.rnc b/xml/relaxng/src/resources/html5-schema/html5/media.rnc
index 04072ecc1036..28cbb630bb39 100755
--- a/xml/relaxng/src/resources/html5-schema/html5/media.rnc
+++ b/xml/relaxng/src/resources/html5-schema/html5/media.rnc
@@ -14,6 +14,7 @@ datatypes w = "http://whattf.org/datatype-draft"
& media.attrs.loop?
& media.attrs.mediagroup?
& media.attrs.muted?
+ & embedded.content.attrs.crossorigin?
)
media.attrs.autoplay =
attribute autoplay {
@@ -48,7 +49,6 @@ datatypes w = "http://whattf.org/datatype-draft"
( common.attrs
& source.attrs.src
& source.attrs.type?
- & source.attrs.media?
& ( common.attrs.aria.role.presentation
| common.attrs.aria.role.menuitem
)?
@@ -61,10 +61,6 @@ datatypes w = "http://whattf.org/datatype-draft"
attribute type {
common.data.mimetype
}
- source.attrs.media =
- attribute media {
- common.data.mediaquery
- }
source.inner =
( empty )