...
element | attribute(s) | required | description |
---|---|---|---|
<fig-group> | Container element for figures that are to be displayed together. | ||
| The caption for a fig-group. | ||
| The title for a fig-group. | ||
| @id @orientation @position @fig-type | yes | @id: A document-unique identifier for the element. Starts with "FIG". @orientation:required. Whether the object should be positioned tall (longe edge vertical "portrait") or wide (long edge horizontal "landscape").
@position: Whether the object must be anchored to its place or may float algorithmically to another location in the document. Also used for margin placement.
@fig-type: The type of figure. Supported values:
|
| The label for a figure. | ||
| yes | The caption for a figure. | |
| yes | The title for a figure. | |
| See Paragraphs. The paragraph provides explanation. | ||
| @xlink:href | yes | Description of and pointer to an external file containing a still image. @xlink:href: required. The URI where the resource can be found. |
| yes | Alternate Text Name. Word or phrase used to provide a very short textual name, description, or purpose-statement for a structure such as a graphic or figure. This element is to be included for accessibility purposes and as such is always required. In this element, repeat the text given in the relevant <caption>``<title> unless Brill provides a specific alt-textIf no altenate text is provided together with the manuscript, use "See caption". Do not repeat the caption text since screen readers would read the same text twice. | |
| Attribution information. Do not use <sc> tags in this element, as the Small Caps style is part of the Brill Typographic Style and NOT semantic. |
...
element | attribute(s) | required | description |
---|---|---|---|
<disp-quote> | |||
| The reference number for the block quote. | ||
| A title displayed before a block quote. | ||
| recursively | ||
| yes | The actual text of the quotation is put in one or more <p> text paragraphs. | |
| Attribution information. Do not use <sc> tags in this element, as the Small Caps style is part of the Brill Typographic Style and NOT semantic. |
List
Ordered and unordered list alike are put in a <list>
.
element | attribute(s) | required | description |
---|---|---|---|
<list> | @list-type @id @continued-from | Sequence of two or more items, which may or may not be ordered. @list-type:
@id See id-syntax: The @id attribute supplies a document-internal unique reference to an element. @continued-from: To be used if a <list> is a continuation from another <list> earlier in the document. If used, the earlier <list> should include an @id, and the value of said @id should be used as the value of @continued-from here. | |
| yes | Single item (one entry) in a list of items. | |
| The actual text of the list-item is put in one or more <p> text paragraphs. |
...