From fe6956aaa3ec224477e03d2986157283f5950188 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 17 Sep 2026 17:59:08 -0700 Subject: [PATCH] mark down framer for complex keyboard interactions --- .../2026/2026-08-05-visual-site-builders-accessibility.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/posts/2026/2026-08-05-visual-site-builders-accessibility.md b/src/posts/2026/2026-08-05-visual-site-builders-accessibility.md index dc4d5f4e..ddb335eb 100644 --- a/src/posts/2026/2026-08-05-visual-site-builders-accessibility.md +++ b/src/posts/2026/2026-08-05-visual-site-builders-accessibility.md @@ -74,12 +74,12 @@ Want to just see the final ranking? Pop down to the [summary](#summary). | Factor | Notes | Score | |---|---|---| | Semantic HTML | Tags can be set per-element in the "Accessibility" section of the right-hand pane. Takes work, but is doable with care. | 2 | -| Keyboard navigation | Browser default focus outlines. Some weird clipping of focus outlines in the testing I did. Focus states configurable with custom CSS. | 2 | +| Keyboard navigation | Browser default focus outlines. Some weird clipping of focus outlines in the testing I did. Focus states configurable with custom CSS. Controls that require more than just the `tab` key suffer. | 1 | | Reading order | With proper layout settings, reading order can be correct. Takes some effort and can't really just be stumbled into. | 2 | | Text alternatives | Supported. | 3 | | Color | Light and dark modes are possible. | 3 | | Other | "Accessibility" section of the right-hand pane allows adding tab index. Defaults to 1 rather than 0. | 1 | -| | | **13** | +| | | **12** | ## Kiki @@ -237,9 +237,9 @@ Overall, I explored 11 builders, couldn't test 1 due to OS restrictions, and hav |---|---| | Webnode* | 14 | | Figma Sites* | 13 | -| Framer* | 13 | | Startup | 13 | | Blocs** | 12 | +| Framer* | 12 | | Squarespace* | 11 | | Univer.se | 11 | | Cowsites | 10 |