diff --git a/Templates/BAWG-Tmpl-01.dwt b/Templates/BAWG-Tmpl-01.dwt index bc200ece..583ccaf7 100644 --- a/Templates/BAWG-Tmpl-01.dwt +++ b/Templates/BAWG-Tmpl-01.dwt @@ -85,34 +85,51 @@
TC05-001-fail ([ParentBaseline-IncrementalTC#-Pass/Fail/DNA])
[Brief description of the code sample/issue to be tested. Include and detail about why this specific test case is necessary] - here is wehre we need to provide very specific guidance on description and intent.
6. Images ([Baseline Name linked to URL])
-6.1 Test Procedure for Meaningful Images
+ Baseline Test ID: 6.1-MeaningfulImage
[Brief description of the code sample/issue to be tested. Include and detail about why this specific test case is necessary] - here is wehre we need to provide very specific guidance on description and intent
[Baseline Name linked to URL]
-[Baseline text with how to test]
+[Baseline Test Procedure Statement linked to URL (6.1 Test Procedure for Meaningful Images) ]
+[Baseline Test ID (Baseline Test ID: 6.1-MeaningfulImage) ]
+[Baseline steps for identifying content]
+[Baseline steps describing test instructions]
+[Test results (If any of the above checks fail, then Baseline Test 6.1-MeaningfulImage fails)]
[WCAG/508 Req linked to URL]
[WCAG SC/508 Req text]
diff --git a/docs/testcases.html b/docs/testcases.html index 1e7fe1f7..e4ade697 100644 --- a/docs/testcases.html +++ b/docs/testcases.html @@ -76,6 +76,11 @@The aria-live politeness setting is used to set the priority with which screen readers should announce updates to designated live regions. The options are off, polite and assertive. With the exceptions of the ARIA roles of alert, log, and status (with default option settings of assertive, polite, and polite respectively), the default aria-live option is off. For any live region meant to convey meaningful information to assistive technology, the off setting, being the same as the omission of the live region altogether, would represent a failure of accessibility. The code sample presents aria-live='off'. A successful test should identify a failure against Baseline Test 5.1-ChangeContent.
Baseline Test ID: 5.1-ChangeContent
- -Identify changes in presented content (both user driven and automatic). Examples include changes to images, navigation trees, data table sort controls, automatic information updates, form elements, revealed content, etc.
-<option selected=”true”>) 5.1 Test Procedure for Changes in Content
+
+ Baseline Test ID: 5.1-ChangeContent
+
Identify changes in presented content (both user driven and automatic). Examples include changes to images, navigation trees, data table sort controls, automatic information updates, form elements, revealed content, etc.
+<option selected=”true”>)- Fail + FAIL
@@ -261,8 +267,8 @@Detect attributes that would contribute to the accessible name and accessible description computation and calculate the text alternative for the input element. The code sample data does not include attributes that contribute to accessible name or accessible description output. A successful test should identify a failure against Baseline Test 10.1 FormName.
Baseline Test ID: 10.1-FormName
- 10.1 Test Procedure for Form Names
+
+ Baseline Test ID: 10.1-FormName
inputinput controlsinputinput controlsbutton element input type="image"- Fail + FAIL
@@ -214,8 +218,8 @@input element available to users as a part of meaningful ICT functionality, then the CSS property visibility:hidden should not be used with interactive elements.
Baseline Test ID: 10.1-FormName
- 10.1 Test Procedure for Form Names
+
+ Baseline Test ID: 10.1-FormName
input controlsbutton element input type="image"input element in this test case is enclosed in the visibility:hidden CSS property which removes it from the accessibility tree, visible, and programmatic detection. Even though the code exists in the DOM, this property renders the element undetectable and therefore not applicable to this Baseline Test based on the results of test step 1.input element in this test case is enclosed in the visibility:hidden CSS property which removes it from the accessibility tree, visible, and programmatic detection. Even though the code exists in the DOM, this property renders the element undetectable and therefore not applicable to this Baseline Test.input element available to users as a part of meaningful ICT functionality, then the CSS property display:none should not be used with interactive elements.
Baseline Test ID: 10.1-FormName
-10.1 Test Procedure for Form Names
+
+ Baseline Test ID: 10.1-FormName
input element in this test case is enclosed in the display:none CSS property which removes it from the accessibility tree, visible, and programmatic detection. Even though the code exists in the DOM, this property renders the element undetectable and therefore not applicable to this Baseline Test based on the results of test step 1.input element in this test case is enclosed in the display:none CSS property which removes it from the accessibility tree, visible, and programmatic detection. Even though the code exists in the DOM, this property renders the element undetectable and therefore not applicable to this Baseline Test.