replace role="alert" with role="note"#54363
replace role="alert" with role="note"#54363orangecms wants to merge 1 commit intokubernetes:mainfrom
Conversation
The "alert" role is meant for shortlived content, usually for interactive apps. The "note" role, on the other hand, is meant for content that has no suitable semantic element otherwise and is supposed to hint the user on ancillary information. See: - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/alert_role - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/note_role Signed-off-by: Daniel Maslowski <info@orangecms.org>
|
Welcome @orangecms! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/LGTM |
|
@jgrancell: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hello @orangecms |
Sure, though it doesn't affect the "language" in that sense here, just the HTML semantics. |
|
SIG Docs recommends updating one language per PR. We can accept this if each localization team, for each of the languages updated in this PR, agrees to an exception from our usual process, or if a website maintainer overrules their decisions. I like the idea of making this change but (as someone able to overrule localization teams decisions) I can't justify using my position there. The problem with having multiple localizations covered is that it can take a (very) long time to wait for all of those teams to agree to make an exception. The simple choice: revise this PR to update English; other localizations will follow their processes to pick up the change. |
Yea that's the thing - no language change here.
Well, now we have a deadlock - the RU maintainer has merged the split partial PR I filed, and the PT-BR maintainer has blocked the other PR waiting for this PR here. And so we are both locked and in an inconsistent state.
There is no change in "English". One PR has the changes in layouts. Should I close that one and push it here? I'm confused. |
|
ok so that part is resolved now: |
|
I'm not seeing the discussion reference here, whoops: |
chalin
left a comment
There was a problem hiding this comment.
Hi. Good point in calling this out @orangecms, but as I mentioned in google/docsy#2554, I think that we need a more nuance approach.
For example in this PR, caution and warning should probably stay as an alert and/or depend on the argument. Or at least a status role.
The "alert" role is for live content though, things that need immediate attention. The "note" role is a general thing, not restricted to "levels" of admonition/severity; see the respective explanations on MDN I referenced. |
|
I agree with this, but it ought to change only one localization (English). You could get an exception made, but that means either asking each localization affected to agree to the exception, or asking SIG Docs to overrule the usual process of checking with affected teams before bypassing their processes. /area web-development |
I think this is a good use case for this discussion #51006. The changes to the localised pages only affect the html and not the content itself and that too is minimal. |
|
Leaving my (proactive) approval here for the Brazilian Portuguese portion in case the final decision is to merge as-is |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: stormqueen1990 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I'll highlight this to SIG Docs localization folks to sound out the appetite for an exception. |
|
LGTM from the Russian localisation team. |
|
PTAL @kubernetes/sig-docs-hi-reviews :) |
There was a problem hiding this comment.
LGTM from the Hindi localisation team.
|
So the current state is inconsistent, but also not really blocked: As per request, I had split up the PR. What can I do from my side to get this finished? |
Ah, if those other PRs have merged, we can use this as evidence to not ask for further actual checking. I have done that. So, I think we can soon close this as a success, albeit via a route that was more complicated than we'd have liked. |
|
/close Implemented via the split-out PRs. Thanks for working on this, @orangecms. |
|
@lmktfy: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Thanks, I'm glad this worked out eventually. 🙂🧡 |
The "alert" role is meant for shortlived content, usually for interactive apps. The "note" role, on the other hand, is meant for content that has no suitable semantic element otherwise and is supposed to hint the user on ancillary information.
See:
Description
Issue
Closes: #