-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
status: has PRThe issue is being processed in a pull requestThe issue is being processed in a pull requesttype: false-negativeThis issue is about invalid content being incorrectly acceptedThis issue is about invalid content being incorrectly accepted
Milestone
Description
While fixing w3c/epub-specs#2555, I noticed epubcheck doesn't report an epub:prefix attribute on an svg
element when embedded directly in an html document. The following should be illegal:
<html ... epub:prefix="foo: https://bar.com">
...
<body>
<svg ... epub:prefix="bar: https://foo.com">
...
</svg>
</body>
</html>
The requirement for this is in D.1.4:
Note that for embedded SVG, prefixes MUST be declared on the [html] root html element.
(But this is hardly a priority fix!)
Metadata
Metadata
Assignees
Labels
status: has PRThe issue is being processed in a pull requestThe issue is being processed in a pull requesttype: false-negativeThis issue is about invalid content being incorrectly acceptedThis issue is about invalid content being incorrectly accepted