Skip to content

fix(a11y): improve content reflow and visibility at 400% zoom#393

Open
WanjohiSammy wants to merge 1 commit into
masterfrom
fix/a11y-zoom-responsive-layout
Open

fix(a11y): improve content reflow and visibility at 400% zoom#393
WanjohiSammy wants to merge 1 commit into
masterfrom
fix/a11y-zoom-responsive-layout

Conversation

@WanjohiSammy

Copy link
Copy Markdown
Member

Fix zoom and responsive layout issues for WCAG 2.1 AA compliance (1.4.10 Reflow):

  • [OData - Home]: Carousel caption ('Recent Posts') no longer truncated at 400% zoom — switches to relative positioning and removes height constraints at narrow viewports
  • [OData - Developers - OData Version 3.0 Core Protocol]: Table content under 'Logical Operators' now wraps with pre-wrap at high zoom instead of overflowing
  • [OData - Developers - Advanced Tutorial]: Two-column layout (.col-2-3, .col-1-3) stacks to full width at 400% zoom, making 'Singleton' links visible
  • [OData - Developers - OData Version 3.0 Atom Format]: Long URLs under 'OData Data Namespace' now break correctly using overflow-wrap: break-word

All responsive fixes consolidated in a single @media block (max-width: 640px) for maintainability.

Fix zoom and responsive layout issues for WCAG 2.1 AA compliance
(1.4.10 Reflow):

- [OData - Home]: Carousel caption ('Recent Posts') no longer
  truncated at 400% zoom — switches to relative positioning and
  removes height constraints at narrow viewports
- [OData - Developers - OData Version 3.0 Core Protocol]: Table
  content under 'Logical Operators' now wraps with pre-wrap at
  high zoom instead of overflowing
- [OData - Developers - Advanced Tutorial]: Two-column layout
  (.col-2-3, .col-1-3) stacks to full width at 400% zoom,
  making 'Singleton' links visible
- [OData - Developers - OData Version 3.0 Atom Format]: Long URLs
  under 'OData Data Namespace' now break correctly using
  overflow-wrap: break-word

All responsive fixes consolidated in a single @media block
(max-width: 640px) for maintainability.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant