-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
✨<amp-next-page> v2 default and templated footers (more articles box) #26610
Conversation
buildDefaultFooter_() { | ||
const html = htmlFor(this.getHost_()); | ||
return html` | ||
<div class="amp-next-page-footer" aria-label="Read more articles"></div> |
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.
What happens with i18n for this aria-label?
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.
Blocked by #4146 I don't think there's a nice way to do it so far. Lightbox and carousel controls do the same.
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.
Let's expose this as an optional data-read-more-label
then.
Changes