Non-Conformance Demo for WCAG 2.2 Success Criterion 2.4.3 Focus Order (Level A)

2.4.3 Non-Conformance Shown with Non-Technical Explanation

The focus order skips content that should be focusable.

2.4.3 Non-Conformance Shown with Technical Explanation and Markup

<h1 tabindex="1">Non-Conformance Demo for WCAG 2.2 Success Criterion 2.4.3 Focus Order (Level A)</h1>

<h2>2.4.3 Non-Conformance Shown with Non-Technical Explanation</h2>

<h2>2.4.3 Non-Conformance Shown with Technical Explanation and Markup</h2>

<h2 tabindex="2">Pithy Guide Page Specific Navigation</h2>

The tabindex attribute that makes headers focusable with a keyboard has been omitted from headers where it should be present.