Skip to content

Commit

Permalink
Update TC10.1-ic-dna-2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnielson authored Sep 29, 2021
1 parent 363e9f5 commit 6cfdb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcases/TC10.1-ic-dna-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Form Names - hidden input element (display:none)
# The Test Case ID should follow the pattern:
# TC[Baseline Test Procedure #]-[Test Instruction #]-
# [Expected Result (pass/fail/dna)]-[example #], e.g., TC05.1-1-fail-1
tcid: TC10.1-ic-dna-2 #adapted from oldTestCases>TC10-008-dna
tcid: TC10.1-ic-dna-2 #adapted from oldTestCases>TC10-009-dna

# Description of the Test Case, the included code sample, test considerations,
# and rationale for the expected result according to the applicable ICT
Expand Down Expand Up @@ -48,4 +48,4 @@ sample: /testfiles/TF10/10.1-ic-dna-2.html
| Test Instruction | Instruction Detail | Expected Test Case Result |
|------------------|--------------------|---------------------------|
| **IC-1** | Find all form components. Examples include buttons, text fields, radio buttons, checkboxes, read-only fields, and multi-select lists. | The single input element in this test case is enclosed in a `<div>` element with the `display:none` style 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. |
| **Result** | If any of the above checks fail, then Baseline Test 10.1-FormName fails. | DNA - Test 10.1-FormName does not apply because there are no elements on the page (in the accessibility tree) that fit the Identify Content criteria. |
| **Result** | If any of the above checks fail, then Baseline Test 10.1-FormName fails. | DNA - Test 10.1-FormName does not apply because there are no elements on the page (in the accessibility tree) that fit the Identify Content criteria. |

0 comments on commit 6cfdb40

Please sign in to comment.