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
ACE shows the page numbers in the "Headings Outline" and the "HTML Outline" section. This is confusing for users especially if you have numbered headlines. For example, we have tagged the page number but it rather looks like a heading number in the "Headings Outline".
[h1] Soziologie der Arbeit
[h2] 1. Was ist Arbeit?
[h2] 122. Perspektiven der Soziologie auf Arbeit im Kapitalismus
[h2] 3. Arbeitsmärkte und ihre Regulierung im Kapitalismus
[h2] 4. Geschichte der deutschen Arbeits- und Industriesoziologie
<h2id="d335992e274" class="_notoc U3 notoc" title="2. Perspektiven der Soziologie auf Arbeit im Kapitalismus"><spanclass="pagenum" title="12" id="page_12" epub:type="pagebreak" role="doc-pagebreak">12</span>
2. Perspektiven der Soziologie auf Arbeit im Kapitalismus
</h2>
I would like to suggest omitting the page numbers in these views as they do not provide important information. Furthermore, they can be easily identified by their role or epub:type attribute.
The text was updated successfully, but these errors were encountered:
If you put the page number inside the heading tag, then it is part of the heading and is computed in the accessible name (e.g., it would be read out in the landmarks). That's not what end users are going to want to hear.
This should really be raised as a violation of SC 1.3.1 since the page number is not heading text.
The fact is that there should not be pagebreaks within a heading, but should be before or after. It violates WCAG Success Criterion Info and Relationships.
ACE shows the page numbers in the "Headings Outline" and the "HTML Outline" section. This is confusing for users especially if you have numbered headlines. For example, we have tagged the page number but it rather looks like a heading number in the "Headings Outline".
I would like to suggest omitting the page numbers in these views as they do not provide important information. Furthermore, they can be easily identified by their
role
orepub:type
attribute.The text was updated successfully, but these errors were encountered: