LIT-EIA / adapt-esdc-accessibilityfixes

Extension to load and run a .js file when a course loads
GNU General Public License v3.0
5 stars 2 forks source link

PARSING ERRORS - Media component [RDI 2.49] #45

Open LIT-EIA-OWNER opened 3 years ago

LIT-EIA-OWNER commented 3 years ago

Element source not allowed as child of element video in this context. (Suppressing further errors from this subtree.)

From line 123, column 21; to line 123, column 113

Contexts in which element source may be used:

As a child of a picture element, before the img element.

As a child of a media element, before any flow content or track elements.

Content model for element video:

If the element has a src attribute: zero or more track elements, then transparent, but with no media element descendants.

If the element does not have a src attribute: zero or more source elements, then zero or more track elements, then transparent, but with no media element descendants.