From 03519f5d55bde53fd512975dc1cf00d0367056d6 Mon Sep 17 00:00:00 2001 From: Matt Garrish Date: Tue, 29 Nov 2022 13:47:27 -0400 Subject: [PATCH] Clarify where epub:type is not allowed --- epub33/core/index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/epub33/core/index.html b/epub33/core/index.html index 5a415e3b7..0e3403eaf 100644 --- a/epub33/core/index.html +++ b/epub33/core/index.html @@ -5775,7 +5775,8 @@
Structural semantics

[=EPUB creators=] MAY use the [^/epub:type^] attribute in [=XHTML content documents=] to express structural semantics.

-

The attribute MUST only be used on [=palpable content=] [[html]].

+

The attribute MUST NOT be used on the head element or [=metadata content=] [[html]].

@@ -10691,9 +10692,9 @@

Introduction

Syntax

-

For [=fixed-layout documents=], a viewport [^meta^] tag [[html]] MUST have - name and content attributes that conform to the following - definition:

+

For [=fixed-layout documents=], a viewport + meta tag [[html]] MUST have name + and content attributes that conform to the following definition:

name
@@ -10785,8 +10786,8 @@

Syntax

attribute to single spaces). EPUB creators MAY include any valid [=ascii whitespace=] [[infra]] in the authored tag so long as the result is valid to this definition.

-

There are no restrictions on any other attributes allowed on the [^meta^] element by the [[html]] - grammar.

+

There are no restrictions on any other attributes allowed on the meta element by the [[html]] grammar.

For more information about specifying the required height and width @@ -11772,6 +11773,9 @@

Substantive changes since issue 2486.
  • 17-Nov-2022: Updated file paths and names to identify that they are scalar value strings in the OCF abstract container, not just case sensitive. See issue 2461.