You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@
29
29
|`row`|[`table-row`](https://www.w3.org/TR/epub-ssv-11/#sec-tables)|`row`|`<tr>`| A row of data or content in a tabular structure. |
30
30
|`rowheader`||`rowheader`|`<th>` scoped to `row`| The header cell for a row, establishing a relationship between it and the other cells in the same row. |
31
31
|`section`|||`<section>`| Represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it. |
32
+
|`separator`||`separator`|`<hr>`| Indicates the element is a divider that separates and distinguishes sections of content or groups of menuitems. |
32
33
|`table`|[`table`](https://www.w3.org/TR/epub-ssv-11/#sec-tables)|`table`|`<table>`| A structure containing data or content laid out in tabular form. |
33
34
|`term`|[`glossterm`](https://w3c.github.io/epub-specs/epub33/ssv/#h_glossaries)|`term`|`<dfn>` or `<dt>`| A word or phrase with a corresponding definition.|
34
35
|`video`|||`<video>`| Embedded videos, movies, or audio files with captions in a document.|
0 commit comments