7.1. Element appendices
Specifies the group of appendices of the ebook.
Content model
(head? , body? , related* , appendix+)
Attributes
Name | Data type | Default value |
---|---|---|
href |
anyURI min. length: 1 |
|
pagename |
token min. length: 1 |
|
samepage |
boolean |
"false " |
xml:base |
anyURI |
|
xml:id |
ID |
|
xml:lang |
language or "" (the empty string) |
. |
Other attributes: XHTML5 global attributes, including any attribute having
a name starting with "data-
".
Parents
The following elements contain appendices: book.
Children
The following elements occur in appendices: appendix, body, head, related.
Example
1 2 3 4 5 6 | <appendices pagename="Appendixes"> <appendix href="pages/known_problems.html"/> <appendix href="pages/error_list.html"> <section href="pages/report_error.html"/> </chapter> </part> |