-
Notifications
You must be signed in to change notification settings - Fork 70
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 to rules format 1.1 #2220
Conversation
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.
The preamble of the rule-design document (pages/design/rule-design.md) still had a mention of the rule format 1.0. I've updated it with this commit
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 found some references to rules format 1.0 in some examples, in the files _rules/html-page-lang-matches-default-ucwvc8.md , _rules/image-no-text-0va7u6.md , and pages/examples/element-language.md. Not sure if you care about that.
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.
Looks good to me!
|
||
- [rule name here](./abc123) | ||
|
||
### Bibliography |
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 think "Bibliography" under Background should be "Other Resources".
- **Failed:** A [test target](https://www.w3.org/TR/act-rules-format/#test-target) does not meet all expectations | ||
- **Passed:** A [test target][] meets all expectations | ||
- **Failed:** A [test target][] does not meet all expectations | ||
- **cantTell:** Whether the rule is applicable, or not all expectations were met could not be fully determined by the tester. |
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.
- **cantTell:** Whether the rule is applicable, or not all expectations were met could not be fully determined by the tester. | |
- **cantTell:** Whether the rule is applicable, or whether all expectations were met could not be fully determined by the tester. |
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.
We should make this change in the rules format first.
- **Passed:** A [test target][] meets all expectations | ||
- **Failed:** A [test target][] does not meet all expectations | ||
- **cantTell:** Whether the rule is applicable, or not all expectations were met could not be fully determined by the tester. | ||
- **Untested**: The tester has not attempted to evaluate the test subject. |
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.
- **Untested**: The tester has not attempted to evaluate the test subject. | |
- **Untested**: The test subject was not evaluated for the rule. |
rules_format
property to the page front matterNeed for Call for Review: 2 weeks, this is a substantial change
How to Review And Approve