w3c / wcag

Web Content Accessibility Guidelines
https://w3c.github.io/wcag/guidelines/22/
Other
1.05k stars 232 forks source link

"Note" CSS / top padding for Understandings not same as Main document, 0px Vs. 5px #2462

Open jake-abma opened 2 years ago

jake-abma commented 2 years ago

Note CSS / top padding for Understandings not same as Main document

Main doc: https://w3c.github.io/wcag/guidelines/22/#focus-appearance-minimum Understanding: https://w3c.github.io/wcag/understanding/focus-appearance-minimum.html#benefits

When looking at the "Notes" the Understanding pages do not have a top padding of 5 CSS px

Main doc:

<div class="note"...>

.issue, .note, .example, .advisement, blockquote, .amendment, .correction, .addition {
    padding: 0.5em;
    ...
}

Understanding:

<div class="note">

div.constraint, div.issue, div.note, div.notice, div.example {
    ...
    padding-top: 0;
}
mbgower commented 4 months ago

@jake-abma looking at the published 2.2 REC, the notes in the normative and Understanding documents are quite different in presentation. The former has a green stying:

image

The latter has a quite different look

image

My question to you. Do you consider this still an issue, or can it be resolved?