Skip to content

Commit

Permalink
Merge pull request #407 from appuniversum/fix/additional-accessibilit…
Browse files Browse the repository at this point in the history
…y-errors

Additional accessibility errors
  • Loading branch information
Dietr authored Jul 19, 2023
2 parents 50e5e71 + df12c6d commit 03e5600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 0 additions & 6 deletions addon/components/au-accordion.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
@ariaHidden={{true}}
data-test-accordion-icon-open={{this.iconOpen}}
/>
<span class="au-u-hidden-visually">
Open accordion
</span>
{{else}}
<AuIcon
@icon={{this.iconClosed}}
Expand All @@ -42,9 +39,6 @@
@ariaHidden={{true}}
data-test-accordion-icon-closed={{this.iconClosed}}
/>
<span class="au-u-hidden-visually">
Sluit accordion
</span>
{{/if}}
</Group>
</AuToolbar>
Expand Down
7 changes: 5 additions & 2 deletions addon/components/au-content-header.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<div class="au-c-content-header {{this.pictureSize}}">
<section
aria-label="pagina introductie"
class="au-c-content-header {{this.pictureSize}}"
>
<picture class="au-c-content-header__bg">
{{yield}}
</picture>
Expand All @@ -17,4 +20,4 @@
{{/if}}
</div>
</div>
</div>
</section>

0 comments on commit 03e5600

Please sign in to comment.