@@ -24,7 +24,7 @@ <h1>Additional Concepts</h1>
2424 <!-- Demo 1: Nested Focusgroups -->
2525 <!-- ============================================================ -->
2626 < section class ="demo-section ">
27- < h2 > Nested Focusgroups</ h2 >
27+ < h2 id =" nested-focusgroups " > Nested Focusgroups</ h2 >
2828 < p >
2929 A nested focusgroup creates an independent navigation scope
3030 within an outer focusgroup.
@@ -88,7 +88,7 @@ <h2>Nested Focusgroups</h2>
8888 <!-- Demo 2: Opt-out with focusgroup="none" -->
8989 <!-- ============================================================ -->
9090 < section class ="demo-section ">
91- < h2 > Opt-Out Segments with < code > focusgroup="none"</ code > </ h2 >
91+ < h2 id =" opt-out-segments-with-focusgroup-none " > Opt-Out Segments with < code > focusgroup="none"</ code > </ h2 >
9292 < p >
9393 Use < code > focusgroup="none"</ code > to exclude specific elements
9494 from arrow navigation
@@ -147,7 +147,7 @@ <h2>Opt-Out Segments with <code>focusgroup="none"</code></h2>
147147 <!-- Demo 3: Deep Descendant Discovery -->
148148 <!-- ============================================================ -->
149149 < section class ="demo-section ">
150- < h2 > Deep Descendant Discovery</ h2 >
150+ < h2 id =" deep-descendant-discovery " > Deep Descendant Discovery</ h2 >
151151 < p >
152152 Focusgroup items don't need to be direct children. The browser
153153 discovers focusable
@@ -201,7 +201,7 @@ <h2>Deep Descendant Discovery</h2>
201201 <!-- Demo 4: CSS reading-flow Integration -->
202202 <!-- ============================================================ -->
203203 < section class ="demo-section ">
204- < h2 > CSS < code > reading-flow</ code > Integration</ h2 >
204+ < h2 id =" css-reading-flow-integration " > CSS < code > reading-flow</ code > Integration</ h2 >
205205 < p >
206206 When CSS changes the visual order (e.g., < code > flex-direction:
207207 row-reverse</ code > ),
@@ -256,7 +256,7 @@ <h2>CSS <code>reading-flow</code> Integration</h2>
256256 <!-- Demo 5: Feature Detection -->
257257 <!-- ============================================================ -->
258258 < section class ="demo-section ">
259- < h2 > Feature Detection</ h2 >
259+ < h2 id =" feature-detection " > Feature Detection</ h2 >
260260 < p >
261261 Check whether the browser supports < code > focusgroup</ code >
262262 before relying on it.
0 commit comments