Skip to content

Commit

Permalink
Editorial: Remove "prefix match"
Browse files Browse the repository at this point in the history
After the removal of AppCache in whatwg#6153, this algorithm is now unused.
  • Loading branch information
Andreu Botella committed Jan 7, 2021
1 parent 5a98a92 commit a4abadf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4212,11 +4212,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

</div>

<h3 id="case-sensitivity-and-string-comparison">String comparison</h3>

<p>A string <var>pattern</var> is a <dfn>prefix match</dfn> for a string <var>s</var> when
<var>pattern</var> is not longer than <var>s</var> and truncating <var>s</var> to
<var>pattern</var>'s length leaves the two strings as matches of each other.</p>


<h3 id="policy-controlled-features">Policy-controlled features</h3>
Expand Down

0 comments on commit a4abadf

Please sign in to comment.