pre
content is "Inline" excluding "img|object|big|small|sub|sup"
Element information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-strict.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [0..*]
- a content is "Inline" except that anchors shouldn't be nested
from group fontstylefrom group phrasefrom group special.prefrom group misc.inline
from type pre.content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group coreattrs | |
class | [0..1] | xsd:NMTOKENS | from group coreattrs | |
style | [0..1] | StyleSheet | from group coreattrs | |
title | [0..1] | Text | from group coreattrs | |
lang | [0..1] | LanguageCode | from group i18n | |
xml:lang | [0..1] | Anonymous | denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. | from group i18n |
dir | [0..1] | Anonymous | from group i18n | |
onclick | [0..1] | Script | from group events | |
ondblclick | [0..1] | Script | from group events | |
onmousedown | [0..1] | Script | from group events | |
onmouseup | [0..1] | Script | from group events | |
onmouseover | [0..1] | Script | from group events | |
onmousemove | [0..1] | Script | from group events | |
onmouseout | [0..1] | Script | from group events | |
onkeypress | [0..1] | Script | from group events | |
onkeydown | [0..1] | Script | from group events | |
onkeyup | [0..1] | Script | from group events | |
xml:space | [0..1] | Anonymous | denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. | Fixed value is "preserve". |
Used in
- Anonymous type of element button via reference to blocktext
- Anonymous type of element noscript via reference to blocktext
- Anonymous type of element body via reference to blocktext
- Anonymous type of element blockquote via reference to blocktext
- Anonymous type of element div via reference to blocktext
- Anonymous type of element li via reference to blocktext
- Anonymous type of element dd via reference to blocktext
- Anonymous type of element ins via reference to blocktext
- Anonymous type of element del via reference to blocktext
- Anonymous type of element th via reference to blocktext
- Anonymous type of element td via reference to blocktext
- Anonymous type of element form via reference to blocktext
- Anonymous type of element object via reference to blocktext
- Anonymous type of element map via reference to blocktext
- Anonymous type of element fieldset via reference to blocktext
- Group blocktext
- Group block via reference to blocktext
- Type button.content via reference to blocktext
- Type Block via reference to blocktext
- Type Flow via reference to blocktext
- Type form.content via reference to blocktext
Sample instance
<pre> <--any elements or text--> </pre>