Skip to content

accessibility: add semantic section headings to RightSidebar telemetry inspector #2082

Description

@SourabhX16

Problem Statement

RightSidebar.tsx uses styled <div> tags for section titles ('Orbital Parameters', 'Burn Planner') without heading markup.

Why It Matters

Assistive technology users cannot navigate sidebar panels by heading structure.

Expected Behaviour

Use semantic <h2> and <h3> heading tags for all panel titles in RightSidebar.

Acceptance Criteria

  • Panel headers rendered using semantic <h2> and <h3> tags.
  • Proper heading hierarchy enforced.
  • Screen reader heading navigation verified.

Likely Affected Files / Components

  • src/components/RightSidebar.tsx

Metadata

Metadata

Assignees

Labels

gssocGSSoC Issuelevel:easyEasy difficulty leveltype:accessibilityAccessibility improvementwaiting-for-prAssigned issue waiting for a linked pull request.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions