8000 Editorial: Remove "prefix match" · andreubotella/html@a4abadf · GitHub
[go: up one dir, main page]

Skip to content

Commit a4abadf

Browse files
author
Andreu Botella
committed
Editorial: Remove "prefix match"
After the removal of AppCache in whatwg#6153, this algorithm is now unused.
1 parent 5a98a92 commit a4abadf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4212,11 +4212,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
42124212

42134213
</div>
42144214

4215-
<h3 id="case-sensitivity-and-string-comparison">String comparison</h3>
4216-
4217-
<p>A string <var>pattern</var> is a <dfn>prefix match</dfn> for a string <var>s</var> when
4218-
<var>pattern</var> is not longer than <var>s</var> and truncating <var>s</var> to
4219-
<var>pattern</var>'s length leaves the two strings as matches of each other.</p>
42204215

42214216

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

0 commit comments

Comments
 (0)
0