-
Notifications
You must be signed in to change notification settings - Fork 75
Create focus-returns-trigger-9au0ou.md #2022
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
base: develop
Are you sure you want to change the base?
Conversation
First draft of the 2.4.3 focus returns to trigger rule/
Okay, I pushed a "Passed Example 1". I'd like to know what you think of it, before I create other examples. The problem is that it will be hard for you to test it. You can't just copy and paste that HTML. I think that your options are:
|
I put "Passed Example 1" on a live test page. What do you think? |
Love it Dan! Thanks for all of your hard work :) |
I've been thinking about the examples that use a link (instead of a button) to open the modal. (i.e. passed examples 4, 5 and 6, and failed examples 3 and 4.) Is it best to include these? I gather that using a link in this way is a bad practice - discussed here, for example: https://stackoverflow.com/questions/38594369/is-it-more-accessible-to-use-a-button-or-a-to-open-close-a-modal . Even if people do it, we wouldn't want to encourage it, right? |
Added updates from @Jym77 feedback
I agree, but best to allow it as we do not say how to code, but how to test and it is possible to have links that activate modals :( |
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.
I like these changes so far, but I think that before they're merged into the main ACT repo we need to resolve all of the 'code needed' and other 'to do' items. Because they're not fit for public consumption. At least, I think that's the protocol for these PRs to ACT - no PR until it's fit for public consumption. I'll let more senior members than myself comment on that.
Fair. I'll try to do that later in May. |
Co-authored-by: Jean-Yves Moyen <[email protected]>
Adding TBC to Notes and acronyms
Co-authored-by: Kathy Eng <[email protected]>
Co-authored-by: Kathy Eng <[email protected]>
Hi @HelenBurge, I've reviewed this rule and believe it's a bit too strict. We may need to tweak it slightly:
|
✅ Deploy Preview for act-rules ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi @giacomo-petri I have agreed and updated the main file with your feedback. |
@dan-tripp-siteimprove - please add some more examples for the rule. |
First draft of the 2.4.3 focus returns to trigger rule.
Adding a rule for testing the focus returning to the trigger tests.
Closes issue(s):
Need for Call for Review:
This will require a 2 weeks Call for Review
Pull Request Etiquette
When creating PR:
develop
branch (left side).After creating PR:
Rule
,Definition
orChore
.When merging a PR:
How to Review And Approve