From 4494d9e0e72fbf75aefbc5572990f17ad5573d76 Mon Sep 17 00:00:00 2001 From: Kitty Hurley Date: Sat, 24 Feb 2024 15:43:14 -0600 Subject: [PATCH] feat: add consistent focus demo --- README.md | 2 +- demos/consistent-focus.html | 244 ++++++++++++++++++++++++++++++++++++ 2 files changed, 245 insertions(+), 1 deletion(-) create mode 100644 demos/consistent-focus.html diff --git a/README.md b/README.md index 903ff7b..cb0b4db 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Presented at the 2023 Esri Developer Summit by Kelly Hutchins and Kitty Hurley o ## Demos -🚧 _Coming soon_ 🚧 +- [Consistent Focus](demos/consistent-focus.html): Provide a consistent focus order throughout your UI/UX supporting [WCAG's 2.4.3 Focus Order Success Criterion](https://www.w3.org/WAI/WCAG22/Understanding/focus-order.html) ## Resources diff --git a/demos/consistent-focus.html b/demos/consistent-focus.html new file mode 100644 index 0000000..379f42c --- /dev/null +++ b/demos/consistent-focus.html @@ -0,0 +1,244 @@ + + + + + + + + + Consistent Focus + + + + + + + + + + + + + + + + + + + + Toggle mode + + + + + + + + + + + + + + Bloom intensity + + + Bloom radius + + + Bloom threshold + + + + + + + + + Shadow length + + + Shadow depth + + + Shadow outline + + + + + + + + + + + + + + + + + + + + \ No newline at end of file