-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cjs 8.1 2 fail 3 #136
Merged
Merged
Cjs 8.1 2 fail 3 #136
Changes from 16 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5438c6d
TC8.1-3-pass-1.md is ready for review
CJStegall 9cbea4a
TC08.1-3-pass-1 Added
CJStegall dfbfcb0
Add files via upload
CJStegall 5f9b45d
Add files via upload
CJStegall 387d064
Update testcases.md
CJStegall 40584bf
Update testcases.md
CJStegall 0f2d1f6
Add files via upload
CJStegall f27289b
Add files via upload
CJStegall e262834
Update for testcase.md 8.1-2-fail-4
CJStegall 847011b
TC8.1-2-fail-4 Ready for review.
CJStegall b50d49b
Add files via upload
CJStegall c804db2
8.1-ic-dna-1 testcases.md ready for review
CJStegall 6990733
8.1-ic-dna-1 ready for review
CJStegall 96f2cdb
08.1-ic-dna-1 test file ready for review
CJStegall e02fcb5
Update testcases.md
CJStegall f9d4575
TC8.1-2-fail-3 is ready for review
CJStegall 6a51832
08.1-2-fail-3 is ready for review
CJStegall 52b4f21
Update TC8.1-3-fail-2.md
CJStegall 527c9e6
Merge branch 'master' into CJS-8.1-2-fail-3
drewnielson 56b84bf
remove duplicate files
drewnielson 15f97ff
Deleting duplicate files from separate PR
drewnielson 2fd2751
Test case and test file edits
drewnielson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: insufficient contrast ratio for 14 point, non-bold text | ||
|
||
# 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: TC8.1-2-fail-2 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
|
||
# Baseline test | ||
descr: Detect the foreground and background text and size contrast ratio. Determine whether contrast ratio is sufficient. The text in the code sample is sufficient contrast between the foreground and background. | ||
|
||
|
||
# Reference and link to the applicable ICT Baseline test | ||
app-basline:|[8.1 Test Procedure for Contrast Minimum]https://section508coordinators.github.io/ICTTestingBaseline/08Contrast.html#81-test-procedure-for-contrast-minimum | ||
|
||
**Baseline Test ID:** 8.1-Contrast | ||
|
||
**Test Instruction:** 1 | ||
|
||
|
||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: Fail | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The foreground text in the code sample provide sufficient contrast based on the text size, foreground color, and background color. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF08/08.1-2-fail-2.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
|IC| All visible text AND images of text (except those noted in Limitations, Assumptions, or Exceptions above)| | ||
| 8.1-1| Determine the contrast ratio of foreground text and background. | The contrast ratio for the text is 3:1 | | ||
| 8.1-2| Check that the contrast ratio is at least 3:1. [SC 3.14] | The contrast ratio is more than 3:1 (it is 1.72) | | ||
| Results | Both of the above checks pass, then Baseline Test 8.1-Contrast Minimum. | Fail | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: Insufficient contrast ratio for small text, when color changes on hover/focus | ||
|
||
# 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: TC8.1-2-fail-2 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
|
||
# Baseline test | ||
descr: Detect the foreground and background text and size contrast ratio. Determine whether contrast ratio is sufficient. The text in the code sample is sufficient contrast between the foreground and background. | ||
|
||
|
||
# Reference and link to the applicable ICT Baseline test | ||
app-basline:|[8.1 Test Procedure for Contrast Minimum]https://section508coordinators.github.io/ICTTestingBaseline/08Contrast.html#81-test-procedure-for-contrast-minimum | ||
|
||
**Baseline Test ID:** 8.1-Contrast | ||
|
||
**Test Instruction:** 1 | ||
|
||
|
||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: Fail | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The foreground and background text and size contrast ratio in the code sample provide sufficient contrast in logotype, logo, or brand name image of text. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF08/08.1-2-fail-3.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
|IC| All visible text AND images of text (except those noted in Limitations, Assumptions, or Exceptions above)| | ||
| 8.1-1| Determine the contrast ratio of foreground text and background. | The contrast ratio for the text is 4.5:1 | | ||
| 8.1-2| Check that the contrast ratio is at least 4.5:1. [SC 3.14] | The contrast ratio is more than 4.5:1 (it is 2.3:1) | | ||
| Results | Both of the above checks fail, then Baseline Test 8.1-Contrast Minimum. | Fail | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: insufficient contrast ratio for small text (below 14 point) in an image of text | ||
|
||
# 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: TC8.1-2-fail-4 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
|
||
# Baseline test | ||
descr: Detect the foreground and background text and size contrast ratio. Determine whether contrast ratio is sufficient. The text in the code sample is sufficient contrast between the foreground and background. | ||
|
||
|
||
# Reference and link to the applicable ICT Baseline test | ||
app-basline:|[8.1 Test Procedure for Contrast Minimum]https://section508coordinators.github.io/ICTTestingBaseline/08Contrast.html#81-test-procedure-for-contrast-minimum | ||
|
||
**Baseline Test ID:** 8.1-Contrast | ||
|
||
**Test Instruction:** 1 | ||
|
||
|
||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: Fail | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The foreground and background text and size contrast ratio in the code sample provide sufficient contrast in an image of text. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF08/08.1-2-fail-4.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
|IC| All visible text AND images of text (except those noted in Limitations, Assumptions, or Exceptions above)| | ||
| 8.1-1| Determine the contrast ratio of foreground and background in the image of text. | The contrast ratio for the text is 4.5:1 | | ||
| 8.1-2| Check that the contrast ratio is at least 4.5:1. [SC 3.14] | The contrast ratio is more than 4.5:1 (it is 2.6:1) | | ||
| Results | Both of the above checks fail, then Baseline Test 8.1-Contrast Minimum. | Fail | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: insufficient contrast ratio for 18 point text | ||
|
||
# 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: TC8.1-3-fail-2 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
|
||
# Baseline test | ||
descr: Detect the foreground and background text and size contrast ratio. Determine whether contrast ratio is sufficient. The text in the code sample is sufficient contrast between the foreground and background. | ||
|
||
|
||
# Reference and link to the applicable ICT Baseline test | ||
app-basline:|[8.1 Test Procedure for Contrast Minimum]https://section508coordinators.github.io/ICTTestingBaseline/08Contrast.html#81-test-procedure-for-contrast-minimum | ||
|
||
**Baseline Test ID:** 8.1-Contrast | ||
|
||
**Test Instruction:** 1 | ||
|
||
|
||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: Fail | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The foreground text in the code sample provide sufficient contrast based on the text size, foreground color, and background color. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF08/08.1-3-fail-2.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
|IC| All visible text AND images of text (except those noted in Limitations, Assumptions, or Exceptions above)| | ||
| 8.1-1| Determine the contrast ratio of foreground text and background. | The contrast ratio for the text is 3:1 | | ||
| 8.1-2| Check that the contrast ratio is at least 3:1. [SC 3.14] | The contrast ratio is more than 3:1 (it is 1:7.2 ) | | ||
| Results | Both of the above checks pass, then Baseline Test 8.1-Contrast Minimum. | Fail | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: 3:1 contrast ratio for 18 point font | ||
|
||
# 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: TC8.1-3-pass-1 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
|
||
# Baseline test | ||
descr: Detect the foreground and background text and size contrast ratio. Determine whether contrast ratio is sufficient. The text in the code sample is sufficient contrast between the foreground and background. | ||
|
||
|
||
# Reference and link to the applicable ICT Baseline test | ||
app-basline:|[8.1 Test Procedure for Contrast Minimum]https://section508coordinators.github.io/ICTTestingBaseline/08Contrast.html#81-test-procedure-for-contrast-minimum | ||
|
||
**Baseline Test ID:** 8.1-Contrast | ||
|
||
**Test Instruction:** 1 | ||
|
||
|
||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: Pass | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The foreground text in the code sample provide sufficient contrast based on the text size, foreground color, and background color. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF08/08.1-3-pass-1.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
|IC| All visible text AND images of text (except those noted in Limitations, Assumptions, or Exceptions above)| | ||
| 8.1-1| Determine the contrast ratio of foreground text and background. | The contrast ratio for the text is 3:1.| | ||
| 8.1-2| Check that the contrast ratio is at least 3:1. [SC 3.14] | The contrast ratio is more than 3:1 (it is 3.8:1) | | ||
| Results | Both of the above checks pass, then Baseline Test 8.1-Contrast Minimum. |Pass| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
# The layout must be 'testcase'; DO NOT Change | ||
layout: testcase | ||
|
||
# Brief, descriptive title for the test case | ||
title: insufficient contrast in logotype, logo, or brand name image of text | ||
|
||
# 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: TC8.1-ic-dna-1 | ||
|
||
# Description of the Test Case, the included code sample, test considerations, | ||
# and rationale for the expected result according to the applicable ICT | ||
|
||
# Baseline test | ||
descr: Detect the foreground and background text and size contrast ratio. Determine whether contrast ratio is sufficient. The text in the code sample is sufficient contrast between the foreground and background. | ||
|
||
|
||
# Reference and link to the applicable ICT Baseline test | ||
app-basline:|[8.1 Test Procedure for Contrast Minimum]https://section508coordinators.github.io/ICTTestingBaseline/08Contrast.html#81-test-procedure-for-contrast-minimum | ||
|
||
**Baseline Test ID:** 8.1-Contrast | ||
|
||
**Test Instruction:** 1 | ||
|
||
|
||
# Expected result that the ICT Baseline would predict | ||
# [Pass | Fail | DNA] | ||
result: DNA | ||
|
||
# Brief description of the rationale for the expected result | ||
result-descr: The foreground and background text and size contrast ratio in the code sample provide sufficient contrast in logotype, logo, or brand name image of text. | ||
|
||
# URL for the code sample | ||
# In the sample code file, add id="tc_code" to the | ||
# element that contains the relevant code snippet. | ||
# | ||
# Then upload the code sample to the 'testfiles' folder | ||
# and provide the link (and only the url) below. | ||
sample: /testfiles/TF08/08.1-ic-dna-1.html | ||
|
||
# Table of test instructions, including the following table headers: | ||
# Test Instruction #; Instruction Detail; Expected Test Case Result | ||
# | ||
# Include the table in the content section below | ||
--- | ||
| Test Instruction | Instruction Detail | Expected Test Case Result | | ||
|------------------|--------------------|---------------------------| | ||
|IC| All visible text AND images of text (except those noted in Limitations, Assumptions, or Exceptions above)| | ||
| 8.1-1| Determine the contrast ratio of foreground and background in the image of text. | The contrast ratio for the text is DNA | | ||
| 8.1-2| Check that the contrast ratio is at least 4.5:1. [SC 3.14] | The contrast ratio is more than 4.5:1 (it is DNA) | | ||
| Results | Both of the above checks are DNA, then the Baseline Test 8.1-Contrast Minimum. | DNA | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
|
||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>imageoftext.jpg</title> | ||
</head> | ||
|
||
<body> | ||
<div class="imageoftext"> | ||
<img src="file:///C:/Users/CECILIA.STEGALL/OneDrive%20-%20Department%20of%20Homeland%20Security/Desktop/Baseline%20Project%20Test%20Cases/Department%20of%20Homeland%20Security%20Seal.jpg"> | ||
|
||
</h3> | ||
</div> | ||
</body> | ||
|
||
|
||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It should be TC8.1-2-fail-3 instead of 2 at the end.