w3c / wcag21

Repository used during WCAG 2.1 development. New issues, Technique ideas, and comments should be filed at the WCAG repository at https://github.com/w3c/wcag.
https://w3c.github.io/wcag/21/guidelines/
Other
142 stars 55 forks source link

Table of contents missing, big gap Understanding pages #962

Closed jake-abma closed 6 years ago

jake-abma commented 6 years ago

When visiting a understanding doc I see a gap / space from the left of 29em

@media screen and (min-width: 78em)
body:not(.toc-inline) {
    padding-left: 29em;
}

see: https://www.w3.org/WAI/WCAG21/Understanding/orientation.html

When I'm zoomed in (not browser zoom) this results in a 'blank' page as the content is out of view. The 29em is for the TOC but not present. Page should be properly left aligned without TOC.

michael-n-cooper commented 6 years ago

This issue was moved to w3c/wcag#415