-
Notifications
You must be signed in to change notification settings - Fork 13
Sources "Read This First, No ARIA is better than Bad ARIA" banner from APG #422
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
Conversation
✅ Deploy Preview for aria-practices ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
.gitmodules
Outdated
| path = _external/aria-practices | ||
| url = https://github.com/w3c/aria-practices.git | ||
| branch = main | ||
| branch = read-this-first-at-source |
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.
Warning
Revert to main and run git submodule sync && git submodule update --init --recursive before merging once the related APG PR is merged
# Conflicts: # .gitmodules # ARIA/apg/patterns/feed/examples/feed.md # _external/aria-practices
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 and seems to work as expected!
# Conflicts: # ARIA/apg/patterns/patterns.md # ARIA/apg/practices/practices.md # _external/aria-practices # content-assets/wai-aria-practices/shared/js/read-this-first.js
|
w3c/aria-practices#3320 has now been merged. Moving forward with merge |
Supersedes #411 (pulling previous description and discussion here)
Requires w3c/aria-practices#3320 also being reviewed and merged
Closes w3c/aria-practices#3293
This allows displaying a trimmed (img-less) version of the "Read This First, No ARIA is better than Bad ARIA. Before using any ARIA" banner to each pattern page.
Contrary to initial discussions when that meeting took place, this change had to happen here, rather than in w3c/aria-practices, because the "Read This First" banner is being injected during this repository's build process.
During's today's APG meeting, it was decided to move this injection away from the build repo to the content repo. Will re-purpose this PR to remove this injection here when that is ready.