Skip to content

Commit

Permalink
Add text about page breaks in lists and tables #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslil committed Apr 18, 2024
1 parent 9179056 commit 54da8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guidelines/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,8 @@ All page breaks occurring in the source copy are required to be indicated with o
- Inline: `<span epub:type="pagebreak" role="doc-pagebreak">`
- Block: `<div epub:type="pagebreak" role="doc-pagebreak">`

In general, block page break markers are used when the page break occurs between two block level elements. Lists are an exception. If a page break occurs between list items, an inline marker is placed at the end of the last item on the page. If a page break occurs in a table, an inline marker is placed in the last cell of the last row on the page.

Additionally required attributes:

- `aria-label=""`
Expand Down

0 comments on commit 54da8ed

Please sign in to comment.