-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update w3c/aria-at
Feedback Issues
#768
Comments
@mcking65 said in #761 (comment):
|
Will check this out. |
w3c/aria-at
Feedback Issue titlesw3c/aria-at
Feedback Issues
@mcking65 the application will now search for the previously described strings in the body (along with the applicable labels) in hidden text included in the issues, and the title isn't considered. It is included in the generated template as hidden text when any of the application's Examples:
This will still require including the known format as hidden content in the existing issues if we'd like the application to find them. Using labels alone would have made searching using version strings and test numbers difficult for specificity, as they would require the labels to already exist and aren't auto generated. These functional updates are included as a part of #767 |
Hi @mcking65 I recently opened #775 to enhance the hidden comment by using JSON, which is more predictable to both parse and hand edit. Assuming that sounds good to you, I am planning to go through all the previously created issues and add the comment, allowing them to appear in the app. Any concerns before I proceed? |
No concerns; this is an excellent solution!! It will be extremely helpful to have the existing issues linked. |
The issues have been updated and will appear once #775 is merged. Thanks! |
#753 includes functionality to support a standard
Raise an issue
operation throughout the app and is expected to land soon. With this change, the app will expect to show issues from w3c/aria-at/issues once they have included a specific formatted string in the body and included applicable labels.The following body content (preferably hidden) and labels is expected in the following cases:
Issue raised against a specific test in a Test Plan:
<!-- Feedback: "{TEST_NAME}" ({TEST_PLAN_NAME}, Test {NUMBER}, {VERSION_STRING}) -->
app
,feedback
,nvda | jaws | vo
(matching to the AT being filed against),candidate-review
(if this was raised from the Candidate Review Page)<!-- Feedback: "Navigate backwards to a menu button" (Action Menu Button Example Using element.focus(), Test 6, V21.10.13) -->
in body, with the labels:app
,feedback
andvo
Issue raised as general feedback from the Candidate Review Page:
<!-- {AT_NAME} General Feedback: {TEST_PLAN_NAME} {VERSION_STRING} -->
app
,feedback
,nvda | jaws | vo
(matching to the AT being filed against),candidate-review
<!-- JAWS General Feedback: Action Menu Button Example Using aria-activedescendant V22.03.17 -->
in body, with the labels:app
,feedback
,candidate-review
andjaws
Issue raised with changes requested from the Candidate Review Page:
<!-- {AT_NAME} Changes Requested: "{TEST_NAME}" ({TEST_PLAN_NAME}, Test {NUMBER}, {VERSION_STRING}) -->
app
,changes-requested
,nvda | jaws | vo
(matching to the AT being filed against),candidate-review
<!-- VoiceOver for macOS Changes Requested: "Read information about a pressed toggle button" (Toggle Button, Test 18, V22.05.18) -->
in body, with the labels:app
,changes-requested
,candidate-review
andvo
This intentional body content (preferably hidden) and labeling will now mean that several existing w3c/aria-at feedback issues' titles and labels need to be updated so it can be successfully tracked by the app. More examples of the expected issues can be found here.
The text was updated successfully, but these errors were encountered: