You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 3.3 spec clarifies that if a script element contains a data block it is not a scripted content document.
There shouldn't be an error that the scripted property is missing on manifest items if a document only contains data blocks, and should be an error if it's marked as scripted and only contains data blocks.
EPUBCheck already handled data block scripts properly
(see 05e5ac2)
But the test that reported an unnecessary `scripted` property did not
include a data block to be sure.
Fix#1216
The 3.3 spec clarifies that if a script element contains a data block it is not a scripted content document.
There shouldn't be an error that the scripted property is missing on manifest items if a document only contains data blocks, and should be an error if it's marked as scripted and only contains data blocks.
See w3c/epub-specs#1352
The text was updated successfully, but these errors were encountered: