Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsebrech committed Oct 1, 2024
1 parent a243adc commit e918e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ <h3>To shadow or not to shadow?</h3>
</p>
<ul>
<li>There is a <a href="../blog/articles/2024-09-06-how-fast-are-web-components/">performance penalty</a>, noticeable when putting hundreds of shadow DOMs on a page.</li>
<li>It can cause <a href="https://nolanlawson.com/2022/11/28/shadow-dom-and-accessibility-the-trouble-with-aria/">acessibility issues</a>.</li>
<li>It can cause <a href="https://nolanlawson.com/2022/11/28/shadow-dom-and-accessibility-the-trouble-with-aria/">accessibility issues</a>.</li>
<li>While Google can crawl inside shadow DOM, <a href="https://help.siteimprove.com/support/solutions/articles/80001132321-shadow-dom-support">other crawlers may have trouble</a>.</li>
<li>
There can be a <abbr title="Flash Of Unstyled Content">FOUC</abbr> while a stylesheet from a <code>&lt;link&gt;</code> tag is loading.
Expand Down

0 comments on commit e918e23

Please sign in to comment.