diff --git a/guidelines/guidelines.md b/guidelines/guidelines.md index 557c859..7126184 100644 --- a/guidelines/guidelines.md +++ b/guidelines/guidelines.md @@ -638,6 +638,8 @@ All page breaks occurring in the source copy are required to be indicated with o - Inline: `` - Block: `
` +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=""`