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

What is an ACT rule - Issue 292 #310

Closed
wants to merge 1 commit into from
Closed

What is an ACT rule - Issue 292 #310

wants to merge 1 commit into from

Conversation

maryjom
Copy link
Collaborator

@maryjom maryjom commented Nov 29, 2018

See Issue #292

@@ -342,6 +342,7 @@ <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </s
<p>There are currently many test procedures and tools available which aid their users in testing web content for conformance to accessibility standards such as the <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web Content Accessibility Guidelines (WCAG)</a> <a data-link-type="biblio" href="#biblio-wcag">[WCAG]</a>. As the web develops in both size and complexity, these procedures and tools are essential for managing the accessibility of resources available on the web.</p>
<p>This format is intended to enable a consistent interpretation of how to test for <a href="#accessibility-requirements">accessibility requirements</a> and promote consistent results of accessibility tests. It is intended to be used to describe both manual accessibility tests as well as automated tests performed by accessibility testing tools.</p>
<p>Describing how to test certain accessibility requirements will result in accessibility tests that are transparent, with test results that are reproducible. The Accessibility Conformance Testing (ACT) Rules Format defines the requirements for these test descriptions, known as Accessibility Conformance Testing Rules (ACT Rules).</p>
<p>Each ACT Rule is a plain English description of what type of content is being tested, the test it performs, and the expected result. Where the test result affects conformance, the rule documents which particular requirement the test is for. The resulting outcomes from the test can be used to help determine conformance or non-conformance to the requirement. Test cases are also written as part of the ACT rule to provide a way to verify that implementations of the rule can successfully determine the expected pass and fail outcomes.</p>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"passed" and "failed" outcomes?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does ACT Rules have to be in English? Can we say "plain language description" and allow for ACT Rules written in other languages?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it say something about that ACT Rules Format defines requirements for which items a rules must contain to be an ACT Rule, or that ACT Rules have a certain structure?
And maybe also that there are different types of ACT Rules?

It would be nice if this intro was a high level summary of "everything in the spec".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should avoid passive English as well, e.g. "being tested" should rather be "content under test".

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Updates are to HTML file and need to be made against Bikeshed file, act-rules-format.bs.

@@ -342,6 +342,7 @@ <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </s
<p>There are currently many test procedures and tools available which aid their users in testing web content for conformance to accessibility standards such as the <a href="https://www.w3.org/WAI/standards-guidelines/wcag/">Web Content Accessibility Guidelines (WCAG)</a> <a data-link-type="biblio" href="#biblio-wcag">[WCAG]</a>. As the web develops in both size and complexity, these procedures and tools are essential for managing the accessibility of resources available on the web.</p>
<p>This format is intended to enable a consistent interpretation of how to test for <a href="#accessibility-requirements">accessibility requirements</a> and promote consistent results of accessibility tests. It is intended to be used to describe both manual accessibility tests as well as automated tests performed by accessibility testing tools.</p>
<p>Describing how to test certain accessibility requirements will result in accessibility tests that are transparent, with test results that are reproducible. The Accessibility Conformance Testing (ACT) Rules Format defines the requirements for these test descriptions, known as Accessibility Conformance Testing Rules (ACT Rules).</p>
<p>Each ACT Rule is a plain English description of what type of content is being tested, the test it performs, and the expected result. Where the test result affects conformance, the rule documents which particular requirement the test is for. The resulting outcomes from the test can be used to help determine conformance or non-conformance to the requirement. Test cases are also written as part of the ACT rule to provide a way to verify that implementations of the rule can successfully determine the expected pass and fail outcomes.</p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change should be made to the markdown file, not the HTML file. Otherwise we'd lose it.

@moekraft
Copy link
Collaborator

@maryjom Closing pull request to get changes in .bs file. Thanks, Moe

@moekraft moekraft closed this Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants