From 6c353aeaec55ea6c4e6f33b765b8212919598063 Mon Sep 17 00:00:00 2001 From: rmontgomery Date: Tue, 26 Nov 2024 10:27:31 -0500 Subject: [PATCH 1/4] Add detectable text and detectable image how to content --- .../methods/detectable-text/detectable-text.json | 8 ++++++++ .../clear-meaning/methods/detectable-text/index.md | 13 +++++++++++++ .../methods/detectable-image/detectable-image.json | 8 ++++++++ .../methods/detectable-image/index.md | 13 +++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 how-to/outcomes/clear-meaning/methods/detectable-text/detectable-text.json create mode 100644 how-to/outcomes/clear-meaning/methods/detectable-text/index.md create mode 100644 how-to/outcomes/image-alternatives/methods/detectable-image/detectable-image.json create mode 100644 how-to/outcomes/image-alternatives/methods/detectable-image/index.md diff --git a/how-to/outcomes/clear-meaning/methods/detectable-text/detectable-text.json b/how-to/outcomes/clear-meaning/methods/detectable-text/detectable-text.json new file mode 100644 index 0000000..f1f182b --- /dev/null +++ b/how-to/outcomes/clear-meaning/methods/detectable-text/detectable-text.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "Text is programmatically determinable", + "slug": "detectable-text", + "description": "" + } +} diff --git a/how-to/outcomes/clear-meaning/methods/detectable-text/index.md b/how-to/outcomes/clear-meaning/methods/detectable-text/index.md new file mode 100644 index 0000000..bbb5bba --- /dev/null +++ b/how-to/outcomes/clear-meaning/methods/detectable-text/index.md @@ -0,0 +1,13 @@ +--- +layout: method.html +subtitle: Introduction +--- + +
+
+
Level:
+
Foundational
+
+
+ +

This guideline content needs to be written.

\ No newline at end of file diff --git a/how-to/outcomes/image-alternatives/methods/detectable-image/detectable-image.json b/how-to/outcomes/image-alternatives/methods/detectable-image/detectable-image.json new file mode 100644 index 0000000..e018a23 --- /dev/null +++ b/how-to/outcomes/image-alternatives/methods/detectable-image/detectable-image.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "Image is programmatically determinable", + "slug": "detectable-image", + "description": "" + } +} diff --git a/how-to/outcomes/image-alternatives/methods/detectable-image/index.md b/how-to/outcomes/image-alternatives/methods/detectable-image/index.md new file mode 100644 index 0000000..bbb5bba --- /dev/null +++ b/how-to/outcomes/image-alternatives/methods/detectable-image/index.md @@ -0,0 +1,13 @@ +--- +layout: method.html +subtitle: Introduction +--- + +
+
+
Level:
+
Foundational
+
+
+ +

This guideline content needs to be written.

\ No newline at end of file From c94ce6bb8487f47b1c03c9a2c95f74cd359145ea Mon Sep 17 00:00:00 2001 From: rmontgomery Date: Tue, 26 Nov 2024 10:32:32 -0500 Subject: [PATCH 2/4] fix text alternative links --- guidelines/index.html | 8 ++++---- .../equivalent-alternative-text.json | 8 -------- .../equivalent-text-alternative.json | 8 ++++++++ .../index.md | 0 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 how-to/outcomes/image-alternatives/methods/equivalent-alternative-text/equivalent-alternative-text.json create mode 100644 how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json rename how-to/outcomes/image-alternatives/methods/{equivalent-alternative-text => equivalent-text-alternative}/index.md (100%) diff --git a/guidelines/index.html b/guidelines/index.html index d849882..ac5248a 100644 --- a/guidelines/index.html +++ b/guidelines/index.html @@ -160,7 +160,7 @@

Image alternatives

  • Is an equivalent text alternative available for the image? -
    • Yes, image must meet Equivalent text alternative is available for image that conveys content. Stop.
    • + @@ -178,11 +178,11 @@
      Decorative image
      -
      Equivalent alternative text
      +
      Equivalent text alternative

      Equivalent text alternative is available for image that conveys content.

      @@ -192,7 +192,7 @@
      Detectable image
      diff --git a/how-to/outcomes/image-alternatives/methods/equivalent-alternative-text/equivalent-alternative-text.json b/how-to/outcomes/image-alternatives/methods/equivalent-alternative-text/equivalent-alternative-text.json deleted file mode 100644 index bab4e66..0000000 --- a/how-to/outcomes/image-alternatives/methods/equivalent-alternative-text/equivalent-alternative-text.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "method": { - "index": 1, - "title": "Equivalent alternative text", - "slug": "equivalent-alternative-text", - "description": "@@@" - } -} diff --git a/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json b/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json new file mode 100644 index 0000000..f051895 --- /dev/null +++ b/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/equivalent-text-alternative.json @@ -0,0 +1,8 @@ +{ + "method": { + "index": 1, + "title": "Equivalent text alternative", + "slug": "equivalent-text-alternative", + "description": "@@@" + } +} diff --git a/how-to/outcomes/image-alternatives/methods/equivalent-alternative-text/index.md b/how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/index.md similarity index 100% rename from how-to/outcomes/image-alternatives/methods/equivalent-alternative-text/index.md rename to how-to/outcomes/image-alternatives/methods/equivalent-text-alternative/index.md From 562c3c6a39fd5e4396423ed8717fb28eefac5c34 Mon Sep 17 00:00:00 2001 From: rmontgomery Date: Tue, 26 Nov 2024 10:45:27 -0500 Subject: [PATCH 3/4] fix --- ...xt-alternatives.11tydata.js => image-alternatives.11tydata.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename how-to/outcomes/image-alternatives/{text-alternatives.11tydata.js => image-alternatives.11tydata.js} (100%) diff --git a/how-to/outcomes/image-alternatives/text-alternatives.11tydata.js b/how-to/outcomes/image-alternatives/image-alternatives.11tydata.js similarity index 100% rename from how-to/outcomes/image-alternatives/text-alternatives.11tydata.js rename to how-to/outcomes/image-alternatives/image-alternatives.11tydata.js From d300805414bfbbc562cd4f192e68b4984f4b0362 Mon Sep 17 00:00:00 2001 From: rmontgomery Date: Tue, 26 Nov 2024 10:50:00 -0500 Subject: [PATCH 4/4] removed obsolete method --- .../default-focus-indicator-check-contrast.json | 8 -------- .../index.md | 15 --------------- .../default-focus-indicator.json | 2 +- 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/default-focus-indicator-check-contrast.json delete mode 100644 how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/index.md diff --git a/how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/default-focus-indicator-check-contrast.json b/how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/default-focus-indicator-check-contrast.json deleted file mode 100644 index 7572ada..0000000 --- a/how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/default-focus-indicator-check-contrast.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "method": { - "index": 1, - "title": "Using the default focus indicator and checking contrast", - "slug": "default-focus-indicator-check-contrast", - "description": "The platform’s default indicator is used, and where the backgrounds are changed, the indicator contrast is checked." - } -} diff --git a/how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/index.md b/how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/index.md deleted file mode 100644 index 58aeec3..0000000 --- a/how-to/outcomes/focus-appearance/methods/default-focus-indicator-check-contrast/index.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: method.html -subtitle: Introduction ---- - -
      -
      -
      Level:
      -
      Baseline
      -
      -
      - -## Techniques - -* **Author technique (HTML, EPUB):** Don’t block the default user agent indicator and ensure that default indicator is present and contrasts with background. \ No newline at end of file diff --git a/how-to/outcomes/focus-appearance/methods/default-focus-indicator/default-focus-indicator.json b/how-to/outcomes/focus-appearance/methods/default-focus-indicator/default-focus-indicator.json index c518d8d..a12a822 100644 --- a/how-to/outcomes/focus-appearance/methods/default-focus-indicator/default-focus-indicator.json +++ b/how-to/outcomes/focus-appearance/methods/default-focus-indicator/default-focus-indicator.json @@ -1,7 +1,7 @@ { "method": { "index": 1, - "title": "r", + "title": "Default Focus Indicator", "slug": "User-agent default indicator", "description": "Focusable item uses the user agent default indicator." }