Open jongund opened 2 years ago
Thank you @jongund for the suggestion to use link and paragraph for title and tagline. That would definitely solve the screen reader problem and do so without having to use a semantic heading for the title. It is only kinda, sorta a heading ... so I hesitate to suggest heading. It would not add real value as a heading, but link does add actual value.
This should probably be solved by fixing w3c/wai-minimal-header-design#96.
BannerLayout
Coding Issues
If the current banner layout design is going to be implemented, it is important to distinguish the "WCAG 2 Test Rules" title from the tag line "For developers of evaluation tools and test methodologies" for users of screen readers. Right now they are coded as
DIV
elements so screenreader ready them as a continuous line. I suggest making the "WCAG 2 Test Rules" a link and changing the markup for "For developers of evaluation tools and test methodologies" to use aP
element. Screen reader will then not read them as one continuous stretch of content and also the link would be always available to take people back to the home page.