Skip to content

Commit b3333ab

Browse files
authored
Update index.html
1 parent efe0e30 commit b3333ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/radio-button/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>
7777
<form>
7878
<fieldset>
7979
<legend>
80-
Radio Button Restyles
80+
Restyled Radio Buttons
8181
</legend>
8282
<div> <!-- div used for vertically stacking radio buttons -->
8383
<label class="n-radio-label">
@@ -155,7 +155,7 @@ <h4>1. Visually Hidden Radios</h4>
155155
The styling of the custom radio button is relayed from the state of the native form control. The <code>:checked</code>, <code>disabled</code>, and <code>:focus</code> radio button states will all be reflected in the custom style by the use of CSS sibling selectors. For example <code>input:checked ~ label:before {...}</code>
156156
</p>
157157

158-
<h4 id="rstyled">2. Restyled Radio Elements</h4>
158+
<h4 id="rstyled" tabindex=-1>2. Restyled Radio Elements</h4>
159159
<details open>
160160
<summary>Pattern Markup: Restyled Radio</summary>
161161
<pre><code class="language-html">&lt;label class="n-radio-label">

0 commit comments

Comments
 (0)