-
Notifications
You must be signed in to change notification settings - Fork 350
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
Replace aria-practices.html with a new content tree and move examples into the patterns branch of the tree #2417
Conversation
…rn at end of file name
…lass from H2 elements
@mcking65 I can echo the excitement at potentially releasing this in a few days! The practices order has been updated: https://deploy-preview-173--aria-practices.netlify.app/aria/apg/practices/ |
@alflennik order in practices is good now, thank you!! |
@alflennik Do you think all the issues were resolved except the editorial ones or do we need to discuss this at APG meeting? |
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.
Checked again - looks good to me!
Double checked the "Practices => Developing a Keyboard Interface" page, below is what I see: There are two links on the Preview version:
There are four links on the Production site:
|
Thank you @helen-libit!
I think it is fine to keep it the way we have it in the preview. The link to the "references" section is a hold over from the TR doc and doesn't serve any real purpose. In the new about section, the "references" is going to become a "related specifications" page or something of that ilc. |
@alflennik thank you for the rename of index.html in landmark examples! |
Regarding @jongund feedback - 1)Carousel images are now shown. 2) Editable Combobox without Autocomplete example does not have calendar dialog. However, when I checked the example which has calendar diaglog, the calendar styling looks good. Attention: Editable Combobox with Grid Popup Example is missing one colunm. "The grid that presents suggested values has two columns. Each row of the grid represents one suggestion; column one contains the name of the fruit or vegetable and column two identifies whether it is a fruit or vegetable." Currently it has only one columns is shown in deploy preview page. Pleaes help to confirm this, @mcking65 @jongund and @helen-libit In the code, the second column has class hidden. |
@mcking65 @jongund Tomato
Fruit I see the second grid cell, showing Tomato being Fruit , is hidden till the value is typed or chosen. I am having a hard time to think of the use case of this example because when the input value is chosen, either fruit or vegetable information is disappeared in the second column. As far as this is the intention of the pattern example, we can review this design later via another issue filing. |
@a11ydoer For what it's worth I took a look at the example on production and the example preview and what I'm seeing in the example appears to be identical, including with a screen reader. In both grid popups there seem to be two columns. But it's definitely possible I'm missing something. @mcking65 do you see the issue? |
I will check at 11:00 pacific |
I repeated the above in the production version of Editable Combobox with Grid Popup Example | APG | WAI | W3C, and I don't note any differences. @a11ydoer, if there is an issue with this example not related to the restructure, please raise a separate issue and let's discuss. We do have a few open issues related to this example in the combobox project, so please review those.. |
Thank you for all for the work on this!! I am moving forward with the squash and merge using the commit description I put in the top comment. After merge, we have a few more hours to review in the preview of the main branch and then we will also have a preview of the publication branch in the other repository. |
Changes the regression-report script to support the changes to file system structure made in #2417. Changes include: * Support for new content/patterns structure * replaced spawnSync with cross-spawn's '.sync' * Account for carriage return from Windows when ignoring files * Additional path support for Windows * Update cspell.json
Resolves #2418. The plan for this PR is described in #2418.
Commit Description for Final Squash and Merge
patterns/button/button-pattern.html
.patterns/button/examples/button.html
.practices/grid-and-table-properties/grid-and-table-properties-practice.html
about/about.html
.Review Instructions and Plan
This PR restructures all content but does not change design, function, or content. So, the objective of review is to ensure that pages look the same in preview as they do in the current production site.
Note: There are a few very minor editorial consistency changes to content. For instance, the word "design" was removed from the text of links to patterns.
We want all 90-some pages of the APG looked at briefly by 2 reviewers. With 6 reviewers, each person need look at only 30 pages, spending 2 to 3 minutes per page. If issues are not found, it should go quickly. If issues are found, please comment in this PR. You do not need to comment on the specific line in the specific file. If your assigned pages look good, please submit an approving review from the files tab.
Instructions
When reviewing:
That's it. It's a sanity check. We have run automated testing of links and the regression tests on all examples.
Reviewer page assignments
Bucket 1: (@jongund and @curtbellew )
Bucket 2: (@helen-libit and @a11ydoer)
Bucket 3: (@jongund and @shirsha)