From 309d31af824008a253e15ca8fe515f47b659ed44 Mon Sep 17 00:00:00 2001 From: cliffbert <30931075+cliffbert@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:43:08 -0400 Subject: [PATCH 1/6] Add files via upload --- testcases/TC6.4-2-fail-1.md | 54 +++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 testcases/TC6.4-2-fail-1.md diff --git a/testcases/TC6.4-2-fail-1.md b/testcases/TC6.4-2-fail-1.md new file mode 100644 index 00000000..13f94df8 --- /dev/null +++ b/testcases/TC6.4-2-fail-1.md @@ -0,0 +1,54 @@ +--- +# The layout must be 'testcase'; DO NOT Change +layout: testcase + +# Brief, descriptive title for the test case +title: 6.4 Images of Text - FAIL: image of text cannot be customized for 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: TC6.4-2-fail-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: | + The code sample presents a page with an image of text that cannot be customized for font. A successful test should identify a FAIL against Baseline Test 6.4 Images of Text. + +# Reference and link to the applicable ICT Baseline test +app-baseline: | + [6.4 Test Procedure for Images of Text](https://github.com/Section508Coordinators/ICTTestingBaseline/blob/section508coordinators301/06Images.md#64-test-procedure-for-images-of-text) + + **Baseline Test ID:** 6.4 Test Procedure for Images of Text + + **Test Instruction:** 2 + +# Expected result that the ICT Baseline would predict +# [Pass | Fail | DNA] +result: FAIL + +# Brief description of the rationale for the expected result +result-descr: FAIL since there is an image of text cannot be customized for font. + +# 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/TF1/TC6.4-2-fail-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-1** | Identify any images of text, except where a particular presentation of text is essential to the information being conveyed (e.g., logotypes or text that is part of a logo or brand name). +| **6.4-1** | Check that using text cannot achieve the same visual presentation and effect as images of text. `[SC 1.4.5`] | Fail: using text could achieve the same visual presentation and effect. | +| **6.4-2** | Check that the image of text can be visually customized to a user's requirements. `[SC 1.4.5`] | Fail: image of text cannot be customized for font. | +| FAIL; page has an image of text that cannot be customized for font. | \ No newline at end of file From eef3eafeacb40274ab369330c45d8083d2dfd032 Mon Sep 17 00:00:00 2001 From: cliffbert <30931075+cliffbert@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:43:35 -0400 Subject: [PATCH 2/6] Add files via upload --- testfiles/TC6.4-2-fail-1.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testfiles/TC6.4-2-fail-1.html diff --git a/testfiles/TC6.4-2-fail-1.html b/testfiles/TC6.4-2-fail-1.html new file mode 100644 index 00000000..79e2662d --- /dev/null +++ b/testfiles/TC6.4-2-fail-1.html @@ -0,0 +1,29 @@ + + + + + 6.4 Images of Text - FAIL: image of text cannot be customized for font + + +
+ + This page has image of text cannot be customized for font and should be FAIL for 6.4 Images of Text. +

+ Sign up by filling out the form below! +

+

+ +

+ +

+ + +

+
+ + + \ No newline at end of file From 42f852f9fd9b6d30034e3c4109dbde938a49b69b Mon Sep 17 00:00:00 2001 From: cliffbert <30931075+cliffbert@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:51:52 -0400 Subject: [PATCH 3/6] Add files via upload --- testcases/TC6.4-2-fail-2.md | 54 +++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 testcases/TC6.4-2-fail-2.md diff --git a/testcases/TC6.4-2-fail-2.md b/testcases/TC6.4-2-fail-2.md new file mode 100644 index 00000000..23fbd086 --- /dev/null +++ b/testcases/TC6.4-2-fail-2.md @@ -0,0 +1,54 @@ +--- +# The layout must be 'testcase'; DO NOT Change +layout: testcase + +# Brief, descriptive title for the test case +title: 6.4 Images of Text - FAIL: image of text cannot be customized for size + + +# 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: TC6.4-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: | + The code sample presents a page with an image of text that cannot be customized for size. A successful test should identify a FAIL against Baseline Test 6.4 Images of Text. + +# Reference and link to the applicable ICT Baseline test +app-baseline: | + [6.4 Test Procedure for Images of Text](https://github.com/Section508Coordinators/ICTTestingBaseline/blob/section508coordinators301/06Images.md#64-test-procedure-for-images-of-text) + + **Baseline Test ID:** 6.4 Test Procedure for Images of Text + + **Test Instruction:** 2 + +# Expected result that the ICT Baseline would predict +# [Pass | Fail | DNA] +result: FAIL + +# Brief description of the rationale for the expected result +result-descr: FAIL since there is an image of text that cannot be customized for size. + +# 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/TF1/TC6.4-2-fail-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-1** | Identify any images of text, except where a particular presentation of text is essential to the information being conveyed (e.g., logotypes or text that is part of a logo or brand name). +| **6.4-1** | Check that using text cannot achieve the same visual presentation and effect as images of text. `[SC 1.4.5`] | Fail: using text could achieve the same visual presentation and effect. | +| **6.4-2** | Check that the image of text can be visually customized to a user's requirements. `[SC 1.4.5`] | Fail: image of text cannot be customized for size. | +| FAIL; page has an image of text that cannot be customized for size. | \ No newline at end of file From cd04706c09f807bbaff41985c0c2fddaa8630f41 Mon Sep 17 00:00:00 2001 From: cliffbert <30931075+cliffbert@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:52:19 -0400 Subject: [PATCH 4/6] Add files via upload --- testfiles/TC6.4-2-fail-2.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testfiles/TC6.4-2-fail-2.html diff --git a/testfiles/TC6.4-2-fail-2.html b/testfiles/TC6.4-2-fail-2.html new file mode 100644 index 00000000..39b36db5 --- /dev/null +++ b/testfiles/TC6.4-2-fail-2.html @@ -0,0 +1,29 @@ + + + + + 6.4 Images of Text - FAIL: image of text cannot be customized for size + + +
+ + This page has image of text cannot be customized for size and should FAIL for 6.4 Images of Text. +

+ Sign up by filling out the form below! +

+

+ +

+ +

+ + +

+
+ + + \ No newline at end of file From cc29451a3928d1cd16dae244fdf4be1899a5ea6b Mon Sep 17 00:00:00 2001 From: cliffbert <30931075+cliffbert@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:57:14 -0400 Subject: [PATCH 5/6] Update TC6.4-2-fail-1.md --- testcases/TC6.4-2-fail-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testcases/TC6.4-2-fail-1.md b/testcases/TC6.4-2-fail-1.md index 13f94df8..2fd6014a 100644 --- a/testcases/TC6.4-2-fail-1.md +++ b/testcases/TC6.4-2-fail-1.md @@ -50,5 +50,5 @@ sample: /testfiles/TF1/TC6.4-2-fail-1.html |------------------|--------------------|---------------------------| | **IC-1** | Identify any images of text, except where a particular presentation of text is essential to the information being conveyed (e.g., logotypes or text that is part of a logo or brand name). | **6.4-1** | Check that using text cannot achieve the same visual presentation and effect as images of text. `[SC 1.4.5`] | Fail: using text could achieve the same visual presentation and effect. | -| **6.4-2** | Check that the image of text can be visually customized to a user's requirements. `[SC 1.4.5`] | Fail: image of text cannot be customized for font. | -| FAIL; page has an image of text that cannot be customized for font. | \ No newline at end of file +| **6.4-2** | Check that the image of text can be visually customized to a user's requirements. For example, web content allows users to specify font, size, color, and background settings, and all images of text are then provided based on those settings. `[SC 1.4.5`] | Fail: image of text cannot be customized for font. | +| FAIL; page has an image of text that cannot be customized for font. | From ca03039fa60a120ccb85db0ba0bf5ffd842f600a Mon Sep 17 00:00:00 2001 From: cliffbert <30931075+cliffbert@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:58:18 -0400 Subject: [PATCH 6/6] Update TC6.4-2-fail-2.md --- testcases/TC6.4-2-fail-2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testcases/TC6.4-2-fail-2.md b/testcases/TC6.4-2-fail-2.md index 23fbd086..17958e85 100644 --- a/testcases/TC6.4-2-fail-2.md +++ b/testcases/TC6.4-2-fail-2.md @@ -39,7 +39,7 @@ result-descr: FAIL since there is an image of text that cannot be customized for # # Then upload the code sample to the 'testfiles' folder # and provide the link (and only the url) below. -sample: /testfiles/TF1/TC6.4-2-fail-1.html +sample: /testfiles/TF1/TC6.4-2-fail-2.html # Table of test instructions, including the following table headers: # Test Instruction #; Instruction Detail; Expected Test Case Result @@ -50,5 +50,5 @@ sample: /testfiles/TF1/TC6.4-2-fail-1.html |------------------|--------------------|---------------------------| | **IC-1** | Identify any images of text, except where a particular presentation of text is essential to the information being conveyed (e.g., logotypes or text that is part of a logo or brand name). | **6.4-1** | Check that using text cannot achieve the same visual presentation and effect as images of text. `[SC 1.4.5`] | Fail: using text could achieve the same visual presentation and effect. | -| **6.4-2** | Check that the image of text can be visually customized to a user's requirements. `[SC 1.4.5`] | Fail: image of text cannot be customized for size. | -| FAIL; page has an image of text that cannot be customized for size. | \ No newline at end of file +| **6.4-2** | Check that the image of text can be visually customized to a user's requirements. For example, web content allows users to specify font, size, color, and background settings, and all images of text are then provided based on those settings. `[SC 1.4.5`] | Fail: image of text cannot be customized for size. | +| FAIL; page has an image of text that cannot be customized for size. |