diff --git a/epub33/core/index.html b/epub33/core/index.html index 780b43eef..b2a8d0f20 100644 --- a/epub33/core/index.html +++ b/epub33/core/index.html @@ -1247,6 +1247,12 @@

Exempt resources

resources (i.e., the requirement for a fallback for the foreign content document covers any rendering issues within it). As the resource is not referenced from an EPUB content document, it automatically becomes exempt from fallbacks.

+ +
+

Resources that fall under this latter exemption should be identified in the manifest using the + exempt property on their [^item^] entry to avoid their being flagged by EPUB + conformance checkers. Refer to for more information.

+
@@ -4932,6 +4938,9 @@
Resource properties
  • switch
  • +

    EPUB creators SHOULD set the exempt property whenever a resource + referenced by an item element matches its definition.

    +
    +
    +

    exempt

    + + + + + + + + + + + + + + + + + + + + +
    Name: + exempt +
    Description: +

    The exempt property indicates that the [=publication resource=] + is an [=exempt resource=] (e.g., is used as script input or is included in the + [=EPUB container=] for non-rendering purposes).

    +

    If [=EPUB creators=] do not set this property, acknowledging the resources are + included by design, reading systems and [=EPUB conformance checkers=] may flag the + resources as unused if they cannot find references to them.

    +
    Applies to:All publication resources that meet the exempt + resources condition that allows unreferenced resources.
    Cardinality: + Zero or more +
    +
    +

    mathml