Skip to content

Commit 4378a47

Browse files
author
Sanders Kleinfeld
committed
Added note about block and inline elements.
1 parent 90e2f93 commit 4378a47

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

specification.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Requirements for HTML5 elements in the HTMLBook specification are below. Special semantic inflections for +class+ attributes, unless otherwise noted, come from http://idpf.org/epub/vocab/structure/[EPUB 3 Structural Semantics Vocabulary]
44

5+
Many content models refer to "Block elements" or "Inline elements"; please see <<block_elements>> and <<inline_elements>> for the corresponding list of HTML5 elements that belong to each of these categories
6+
57
If no content model or attribute requirements are explicitly specified, then HTMLBook adopts the corresponding requirements in the http://www.w3.org/html/wg/drafts/html/master/[HTML5 Specification]
68

79
=== Book Component elements
@@ -769,6 +771,7 @@ Example:
769771

770772
=== Element Classification
771773

774+
[[block_elements]]
772775
==== Block elements
773776

774777
In HTMLBook, the majority of elements classified by the HTML5 specification as Flow content (minus elements also categorized as Heading Content, Phrasing Content, and Sectioning Content) are considered to be Block elements. Here is a complete list:
@@ -799,7 +802,8 @@ In HTMLBook, the majority of elements classified by the HTML5 specification as F
799802
* +<ul>+
800803
* +<video>+
801804

802-
==== Block elements
805+
[[inline_elements]]
806+
==== Inline elements
803807

804808
In HTMLBook, the majority of elements classified by the HTML5 specification as Phrasing Content are considered to be Inline elements. Here is a complete list:
805809

0 commit comments

Comments
 (0)