-
Notifications
You must be signed in to change notification settings - Fork 1
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
convivial-32255: Added footer_information region. #30
Conversation
1d5c11b
to
588c7ba
Compare
] | ||
%} | ||
{% if page.footer_information %} | ||
<section{{ footer_information_attributes.addClass(footer_information_classes).setAttribute('role', 'footer information') }}> |
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.
Please remove the role footer information
.
It does not match the aria role.
Refer to https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles
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.
okay
@@ -0,0 +1,8 @@ | |||
/*! @convivial_bootstrap/footer_information */ | |||
|
|||
.footer-information { |
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.
You may need the padding even if the information area does not have the color palettes.
This could be changed or not changed depending on your preference.
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.
okay
No description provided.