Skip to content

Commit

Permalink
Add aria roles to kata headings (#2028)
Browse files Browse the repository at this point in the history
Needed for accessibility on QCOM
  • Loading branch information
billti authored Nov 15, 2024
1 parent d845c5c commit f1a9e7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions katas/content/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _The Japanese word for "form", a pattern of learning and practicing new skills._
<td rowspan="2" style="border:none;">
@[svg]({"path": "./media/Copilot.svg"})
</td>
<td style="border:none;">
<td role="heading" aria-level="4" style="border:none;">
<b>Self-paced AI-assisted learning</b>
</td>
</tr>
Expand All @@ -32,7 +32,7 @@ _The Japanese word for "form", a pattern of learning and practicing new skills._
<td rowspan="2" style="border:none;">
@[svg]({"path": "./media/Computing.svg"})
</td>
<td style="border:none;">
<td role="heading" aria-level="4" style="border:none;">
<b>Focused on quantum computing and programming</b>
</td>
</tr>
Expand All @@ -45,7 +45,7 @@ _The Japanese word for "form", a pattern of learning and practicing new skills._
<td rowspan="2" style="border:none;">
@[svg]({"path": "./media/Coding.svg"})
</td>
<td style="border:none;">
<td role="heading" aria-level="4" style="border:none;">
<b>Tutorials with theory and interactive hands-on exercises</b>
</td>
</tr>
Expand Down

0 comments on commit f1a9e7a

Please sign in to comment.