diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 00000000..ffd11553 --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,3 @@ +## 2026-07-03 - Add ARIA Labels to Diff View Buttons +**Learning:** Adding descriptive aria-label attributes to buttons that contain text (e.g., Undo, Keep) can provide more specific context for screen reader users (e.g., Undo changes, Keep changes) in critical interaction areas like a diff viewer. +**Action:** Consistently evaluate action buttons for screen reader context and add aria-label attributes where the visible text might be too brief or ambiguous out of context. diff --git a/Server/src/diffView/diffView.html b/Server/src/diffView/diffView.html index de32b013..7940d914 100644 --- a/Server/src/diffView/diffView.html +++ b/Server/src/diffView/diffView.html @@ -19,8 +19,8 @@
- - + +