-
Notifications
You must be signed in to change notification settings - Fork 14
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
Launch fixes #62
Launch fixes #62
Conversation
✅ Deploy Preview for wai-aria-practices2 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Awesome progress @alflennik!! Fixes for #26, #28, #31, #46, #49 #56, and #59 look good. It looks like most of #24 is done; just have to get the DOM position and aria-label fixed. I commented in that issue for Steve. I see that a97f69a is titled "Address issue 47". Unfortunately, the name I see on the top-level navigation region in the preview is still named "Context for this document". Per the conversation in #47, I thought addressing 31 would address 47 once the latest template is integrated. As you have marked this PR WIP, assuming that is still in progress. Progress on #48 is looking awesome! I see there are dates at the end of main on example pages. Most of the dates are much more recent than I would expect. |
@SteveALee I did try to add |
@alflennik That's a shame - a lot of editing otherwise |
Thanks for confirming the fixes @mcking65 that's appreciated! Regarding the dates in the footer of example pages, I've set it up to use the latest commit date for the example html file. The most recent change for most of the examples was triggered by a PR made by Simon which updated the HTML markup for 73 files on Nov 23, 2021. |
Would it be possible for us to exclude certain commits from the last updated date calculation by looking for a label on the PR? That is, can the update date calculation code get the PR associated with each commit, get the labels on the PR, and look for a specific label? If that label exists, ignore that commit and look for the next earlier commit? Then we could add a label like "non-substantive-change" to any PR and the commit to main for that PR would be ignored by the update date calculation. I'd like to exclude that specific PR from the date calculation, and I am sure there are others that should be excluded, and there will be more in the future. The update date should reflect only substantive changes, otherwise it won't be very useful. |
Fixes for issue #66 look good. |
Unfortunately, we have a regression in the fix for #26. There is only one skip to, but it is the static skip to main link from the template rather than the APG jumpto menu. |
Add auto sidebar
Addresses a number of issues such as the following:
As well as some other miscellaneous polish and build system tweaks to support deploying to the WAI website.