Skip to content

Resources referenced from script element are exempt #1654

@mattgarrish

Description

@mattgarrish

This exemption is a bit fluid because it defers to the html specification. In essence, anything the html specification says a script element can reference we allow without the need for a manifest fallback.

Looking at the html spec, it says:

The second core attribute is the src attribute. It must only be specified for classic scripts and JavaScript module scripts, and denotes that instead of using the element's child text content as the script content, the script will be fetched from the specified URL.

That seems to only allow JS, JSON, CSS and WASM, but I could be misreading it.

Metadata

Metadata

Assignees

Labels

spec: EPUB 3.4Impacting the support of EPUB 3.4status: acceptedReady to be further processed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions