File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments