Skip to content

Commit

Permalink
remove incomplete sentence from considered alternatives and add the s…
Browse files Browse the repository at this point in the history
…ection to the TOCs
  • Loading branch information
jwilliams720 committed Nov 1, 2024
1 parent 1d851b1 commit 47546e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
1. [Shadow DOM](#shadow-dom)
1. [Security and Privacy](#security-and-privacy)
1. [Polyfill](#polyfill)
1. [Considered alternatives](#considered-alternatives)
1. [Questions](#questions)
1. [Implementation](#implementation-work)
1. [Glossary](#glossary)
Expand Down Expand Up @@ -228,8 +229,6 @@ Element Timing can be applied to any element by the developer, but is too limite

For the reasons mentioned in the [Motivation](#motivation), Largest Contentful Paint (LCP) isn't useful enough to time when specific parts of the page have loaded, it utilizes element timing for its functionality and thus has the same shortcomings as element timing.

We looked into using a user-space polyfill instead of building a feature into the

### User-space polyfill in JavaScript

As mentioned in the [Motivation](#motivation) the polyfill would need a few things in place to work properly and can add overhead to the web application.
Expand Down

0 comments on commit 47546e9

Please sign in to comment.