%para-level;

Paragraph-Level Elements

Definition

Elements that may be used at the same structural level as a Paragraph (<p>), for example, inside a section

Remarks

Design Note: There is a major overlap between this Parameter Entity and that for the elements that may occur inside a paragraph (%p-elements;). Inline elements appear only inside a paragraph, while block elements, such as quotes and lists, may appear either within a paragraph or at the same level as a paragraph. This serves a requirement in a repository DTD, since some incoming material will have restricted such elements to only inside a paragraph, some incoming material will have restricted them to only outside a paragraph, and others may allow them in both places. Thus, the DTD must allow for them to be in either or both locations.

Declaration

<!ENTITY % para-level   "%block-display.class; | %block-math.class; |
                         %just-para.class; | %list.class; |
                         %math.class; | %related-article.class; |
                         %rest-of-para.class;"                       >

Module

default-mixes.ent