Skip to content

Commit

Permalink
remove TODOs
Browse files Browse the repository at this point in the history
See #8360
  • Loading branch information
jouni committed Dec 17, 2024
1 parent a56433e commit ca48b34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/card/src/vaadin-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,6 @@ class Card extends ElementMixin(ThemableMixin(PolylitMixin(LitElement))) {
if (this._mutationObserver) this._mutationObserver.disconnect();
super.disconnectedCallback();
}

// TODO default role
// TODO aria-describedby if header contains an H1-6 element
}

defineCustomElement(Card);
Expand Down

0 comments on commit ca48b34

Please sign in to comment.