diff --git a/speculation-rules.bs b/speculation-rules.bs index e6ee542..09f75c1 100644 --- a/speculation-rules.bs +++ b/speculation-rules.bs @@ -653,7 +653,7 @@ A prerender candidate is a [=struct=] with the following [=struct/ite 1. If |predicate| is a [=document rule URL pattern predicate=], then: 1. Let |href| be the result of running |el|'s {{HTMLHyperlinkElementUtils/href}} getter steps. 1. [=list/For each=] |pattern| of |predicate|'s [=document rule URL pattern predicate/patterns=]: - 1. Match given |pattern| and |href|. If the result is not null, return true. + 1. [=URLPattern/Match=] given |pattern| and |href|. If the result is not null, return true. 1. Return false. 1. If |predicate| is a [=document rule CSS selector predicate=], then: 1. [=list/For each=] |selector| of |predicate|'s [=document rule CSS selector predicate/selectors=]: