Skip to content

Commit 34983a2

Browse files
allan-chencopybara-github
authored andcommitted
fix(focus): change inner div to span to be technically correct
PiperOrigin-RevId: 404029609
1 parent 5df3f75 commit 34983a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/focus/lib/focus-ring.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export class FocusRing extends LitElement {
1414

1515
/** @soyTemplate */
1616
protected render(): TemplateResult {
17-
return html`<div class="md3-focus-ring ${
18-
classMap(this.getRenderClasses())}"></div>`;
17+
return html`<span class="md3-focus-ring ${
18+
classMap(this.getRenderClasses())}"></span>`;
1919
}
2020

2121
/** @soyTemplate */

0 commit comments

Comments
 (0)