@@ -630,7 +630,7 @@ <h3>Routing requests</h3>
630
630
631
631
< li > < p > Remove each entry in < var > endpoints</ var >
632
632
for which the < i > method</ i > column
633
- is not an exact case-sensitive match for < var > method</ var > .
633
+ is not equal to < var > method</ var > .
634
634
635
635
< li > < p > If there are no entries in < var > endpoints</ var > ,
636
636
return < a > error</ a > with < a > error code</ a > < a > unknown method</ a > .
@@ -3904,7 +3904,7 @@ <h2>Elements</h2>
3904
3904
< ol >
3905
3905
< li > Let < var > element</ var > be the item in the < a > current browsing
3906
3906
context</ a > ’s < a > list of known elements</ a > for which the < a > web
3907
- element reference</ a > matches < var > reference</ var > , if such an
3907
+ element reference</ a > is equal to < var > reference</ var > , if such an
3908
3908
element exists. Otherwise return < a > error</ a > with < a > error
3909
3909
code</ a > < a > no such element</ a > .
3910
3910
< li > If < var > element</ var > < a > is stale</ a > , return
@@ -5494,7 +5494,7 @@ <h4><dfn>Element Send Keys</dfn></h4>
5494
5494
5495
5495
< ol >
5496
5496
< li > < p > Let < var > action</ var > be the value of < var > undo actions</ var >
5497
- matching key < var > entry key</ var > .
5497
+ equal to the key < var > entry key</ var > .
5498
5498
5499
5499
< li > < p > If < var > action</ var > is not an < a > action object</ a >
5500
5500
of < code > type</ code > "< code > key</ code > "
@@ -6495,7 +6495,7 @@ <h3><dfn>Get Named Cookie</dfn></h3>
6495
6495
< li > < p > < a > Handle any user prompts</ a > , and return its value if it is an < a > error</ a > .
6496
6496
6497
6497
< li > < p > If the < a > url variable</ a > < var > name</ var >
6498
- matches a < a > cookie</ a > ’s < a > cookie name</ a >
6498
+ is equal to a < a > cookie</ a > ’s < a > cookie name</ a >
6499
6499
amongst < a > all associated cookies</ a >
6500
6500
of the < a > current browsing context</ a > ’s < a > active document</ a > ,
6501
6501
return < a > success</ a > with the < a > serialized cookie</ a > as data.
@@ -7129,7 +7129,7 @@ <h2>Processing actions</h2>
7129
7129
< li > < p > Let < var > source</ var > be the < a > input source</ a >
7130
7130
in the list of < a > active input sources</ a >
7131
7131
where that < a > input source</ a > ’s < a > input id</ a >
7132
- matches < var > id</ var > ,
7132
+ is equal to < var > id</ var > ,
7133
7133
or < a > undefined</ a > if there is no matching < a > input source</ a > .
7134
7134
7135
7135
< li > < p > If < var > source</ var > is < a > undefined</ a > :
@@ -7159,12 +7159,12 @@ <h2>Processing actions</h2>
7159
7159
on < var > source</ var > ’s < a > input id</ a > .
7160
7160
</ ol >
7161
7161
7162
- < li > < p > If < var > source</ var > ’s < a > source type</ a > does not
7163
- match < var > type</ var > return an < a > error</ a > with < a > error
7162
+ < li > < p > If < var > source</ var > ’s < a > source type</ a > is not equal to
7163
+ < var > type</ var > return an < a > error</ a > with < a > error
7164
7164
code</ a > < a > invalid argument</ a > .
7165
7165
7166
7166
< li > < p > If < var > parameters</ var > is not < a > undefined</ a > ,
7167
- then if its < code > pointerType</ code > property does not match
7167
+ then if its < code > pointerType</ code > property is not equal to
7168
7168
< var > source</ var > ’s < a > pointer type</ a > ,
7169
7169
return an < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
7170
7170
@@ -7587,7 +7587,7 @@ <h2>Dispatching actions</h2>
7587
7587
7588
7588
< li > < p > Let < var > algorithm</ var > be the value of the column
7589
7589
< i > dispatch action algorithm</ i > from the following table of
7590
- < dfn > dispatch action algorithms</ dfn > that matches the
7590
+ < dfn > dispatch action algorithms</ dfn > that is equal to the
7591
7591
< var > source type</ var > and the < var > action object</ var > ’s
7592
7592
< code > subtype</ code > property, to a dispatch action algorithm.
7593
7593
0 commit comments