File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ Users can navigate an application through headings. Having descriptive headings
97
97
``` vue-html
98
98
<main role="main" aria-labelledby="main-title">
99
99
<h1 id="main-title">Main title</h1>
100
- <section aria-labelledby="section-title">
101
- <h2 id="section-title"> Section Title </h2>
100
+ <section aria-labelledby="section-title-1 ">
101
+ <h2 id="section-title-1 "> Section Title </h2>
102
102
<h3>Section Subtitle</h3>
103
103
<!-- Content -->
104
104
</section>
105
- <section aria-labelledby="section-title">
106
- <h2 id="section-title"> Section Title </h2>
105
+ <section aria-labelledby="section-title-2 ">
106
+ <h2 id="section-title-2 "> Section Title </h2>
107
107
<h3>Section Subtitle</h3>
108
108
<!-- Content -->
109
109
<h3>Section Subtitle</h3>
You can’t perform that action at this time.
0 commit comments