-
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
Support V2 test format when displaying reports #744
Comments
I will be adding implementing option B from w3c/aria-at#999 into this issue as discussed in CG meeting. |
@ccanash (& relevant internal engineer) for internal review, this has been updated to the following format:
See the issue that Matt linked to above and item 1 in the CG minutes |
Hi @mcking65 this was included in dec 5th release. Can you please confirm if it's ok to close? |
There is one requirement in the specs for this issue that has not been completed. Under the heading "Command results table content changes", it says:
The table still shows the statement form of the assertion instead of the phrase form of the assertion. The phrase form is intended to make the table content easier to understand when reading across a row. For example, instead of:
The table should read:
|
Please do one of the following:
|
Assuming that #733 and #737 are complete, The V2 test format drives only a few more changes to reports.
Change command heading text to include settings
In the implementation of #733, the command result tables are preceded by a heading that has text:
Example:
As specified for the headings that precede assertion tables in w3c/aria-at#977, if settings were specified for a command, include the settings in parentheses. If there are multiple settings, separate them with the string " and ".
Example:
Command results table content changes
Update the table caption to match heading content.
In the assertion column, render the phrase form of the assertion specified in the
assertionPhrase
column ofassertions.csv
.Change row sorting to:
tests.csv
.Changes to heading text on report pages
In the implementation of #733 on report pages where the set of command results tables for a test is preceded by a level 2 heading with text:
Example:
Add the string "Test TEST_NUMBER: " to the beginning of the heading text. For example:
Mockup
Here is a zip of an HTML file containing a mockup for VoiceOver results of 1 test:
TestResultsTableMockupForIssue744.zip
The text was updated successfully, but these errors were encountered: