Skip to content

Commit

Permalink
Update html-aam/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Nov 22, 2024
1 parent 90cbd15 commit 89b18fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ <h4 id="el-autonomous-custom-element">autonomous custom element</h4>
&lt;id-lement> ... &lt;/id-lement>
&lt;script>
...
document.querySelector('id-lement').ariaDescribedby = anotherEl;
document.querySelector('id-lement').ariaDescribedbyByElements = [ descElement ];
&lt;/script>
</code></pre>
</div>
Expand Down

0 comments on commit 89b18fb

Please sign in to comment.