-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix missing headings and replace subpage breadcrumb with back link #3202
Conversation
d8a5957
to
862089d
Compare
862089d
to
0e49a5e
Compare
0e49a5e
to
08e5dce
Compare
08e5dce
to
d9ff5f2
Compare
d9ff5f2
to
59282d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
59282d5
to
32236e0
Compare
32236e0
to
d1e6bf8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assumed the style changes in _manual.scss have been discussed with the previous reviewer, so I didn't focus on those, but if not, would it make sense to discuss with a frontend dev?
app/views/content_items/manuals/_manual_section_layout.html.erb
Outdated
Show resolved
Hide resolved
app/views/content_items/manuals/_manual_updates_layout.html.erb
Outdated
Show resolved
Hide resolved
d1e6bf8
to
af4c0b2
Compare
* Replaced the landing-page breadcrumb with H2 * Replaced the sub-page breadcrumb with the back link component * Added a "Contents" H2 above the document list * Rewrote tests accordingly
af4c0b2
to
8128fb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
What
The main content of the page doesn’t have a heading. There is the H1 of the manual header and then no other heading until the footer. Other pages within manuals have a heading before the lead paragraph. Trello
Why
These pages currently fail on accessibility and need to be fixed according to the findings of the DAC audit.
How
Before/After: Missing Headings
Before After: Replace breadcrumb with back link (Section)
Before After: Replace breadcrumb with back link (Updates)
Follow these steps if you are doing a Rails upgrade.