You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dev/ARIA.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -414,4 +414,13 @@ SortableTabs role="tablist"
414
414
415
415
1. Decide on approach to fix aria-required-parent/children (requires deeper restructuring)
416
416
417
-
**Future**: 2. **DEFER**: color-contrast (8+ items) - plan custom antd theme with accessibility option
417
+
**Future**:
418
+
419
+
2.**DEFER**: color-contrast (8+ items) - plan custom antd theme with accessibility option
420
+
421
+
3.**DEFER**: Browser zoom scaling issue - When users enable zoom (`user-scalable=yes`), the page scales but doesn't properly overflow/scroll. Changed PAGE_STYLE width from `100vw` to `100%`, but issue persists. Need to investigate:
422
+
- Whether content is actually overflowing or being reflowed
423
+
- If parent containers (html/body) need explicit overflow handling
424
+
- Possible interactions with fixed positioning elements (nav bar, sidebars)
425
+
- Test on mobile vs desktop browsers
426
+
- May require restructuring how viewport constraints are applied
0 commit comments