Skip to content
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

Common aspects: CSS styling, use positive language #524

Merged
merged 1 commit into from
Dec 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTE-act-rules-common-aspects.bs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The computed [CSS Styling](https://www.w3.org/TR/css/) resulting from parsing CS

The means by which the CSS styling is computed, be it by a web browser or not, is not of importance as long as the computation follows any applicable specifications that might exist, such as the [CSS Object Model](https://www.w3.org/TR/cssom/) [[CSSOM]].

The test cases of ACT Rules interested in the CSS styling must be viewed without [user style sheets](https://drafts.csswg.org/css-cascade/#cascade-origin-user), and with no changes to the [user agent default style sheet](https://drafts.csswg.org/css-cascade/#cascade-origin-ua). Otherwise the test cases might have different outcomes of the expected ones.
The test cases of ACT Rules interested in the CSS styling must be viewed with the CSS included by the author, and the [user agent default style sheet](https://drafts.csswg.org/css-cascade/#cascade-origin-ua). [User style sheets](https://drafts.csswg.org/css-cascade/#cascade-origin-user) and other custom styles should be avoided to ensure test cases have the expected outcome.

Accessibility Tree {#input-aspects-accessibility}
-------------------------------------------------
Expand Down