Skip to content

Commit 1a0d816

Browse files
Add A11yFeaturePageBreakMarkers (#209)
Co-authored-by: Henry <chocolatkey@gmail.com>
1 parent 619e524 commit 1a0d816

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkg/manifest/a11y.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,12 @@ const (
342342
// The work includes an index to the content.
343343
A11yFeatureIndex A11yFeature = "index"
344344

345+
// The resource includes static page markers, such as those identified by the doc-pagebreak role.
346+
// This value is most commonly used with ebooks for which there is a statically paginated
347+
// equivalent, such as a print edition, but it is not required that the page markers correspond
348+
// to another work. The markers may exist solely to facilitate navigation in purely digital works.
349+
A11yFeaturePageBreakMarkers A11yFeature = "pageBreakMarkers"
350+
345351
// The resource includes a means of navigating to static page break locations.
346352
// The most common way of providing page navigation in digital publications is through a page list.
347353
A11yFeaturePageNavigation A11yFeature = "pageNavigation"

0 commit comments

Comments
 (0)