Skip to content

Commit

Permalink
remove aria expanded from template
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed May 8, 2020
1 parent bb45f20 commit e55962e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { AccordionItem } from "./accordion-item";
export const AccordionItemTemplate = html<AccordionItem>`
<template
class="${x => (x.expanded ? "expanded" : "")}"
aria-expanded="${x => x.expanded}"
slot="item"
>
<div
Expand Down

0 comments on commit e55962e

Please sign in to comment.