@@ -176,7 +176,7 @@ <h2>Terminology</h2>
176
176
that is not larger than < var > value</ var > .
177
177
178
178
< p >
179
- A < dfn data-lt =uuid > Universally Unique IDentifier (UUID)</ dfn >
179
+ A < dfn data-lt =uuid > Universally Unique Identifier (UUID)</ dfn >
180
180
is a 128 bits long URN that requires no central registration process.
181
181
< dfn > Generating a UUID</ dfn > means
182
182
< i > Creating a UUID From Truly Random or Pseudo-Random Numbers</ i > ,
@@ -1382,7 +1382,7 @@ <h3>Extensions</h3>
1382
1382
session</ a > response is sent to the < a > remote end</ a > . These
1383
1383
algorithms are called with < var > session</ var > representing the
1384
1384
WebDriver session that will be established, and
1385
- < var > capabilites </ var > , the capabilities object that will be returned
1385
+ < var > capabilities </ var > , the capabilities object that will be returned
1386
1386
to the < a > remote end</ a > . It is permitted for such an algorithm to
1387
1387
modify any entry in the capabilities object with a name that's an
1388
1388
< a > additional WebDriver capability</ a > defined by the same
@@ -2842,7 +2842,7 @@ <h2>Navigation</h2>
2842
2842
< dt > < a > response</ a > is a network error
2843
2843
< dd > < p > Return < a > error</ a > with < a > error code</ a > < a > unknown error</ a > .
2844
2844
< p class ="note "> A "network error" in this case is not an
2845
- HTTP response with a status code indicating an unsucessful result,
2845
+ HTTP response with a status code indicating an unsuccessful result,
2846
2846
but could be a problem occurring lower in the OSI model, or a
2847
2847
failed DNS lookup.
2848
2848
@@ -6285,7 +6285,7 @@ <h3>Executing Script</h3>
6285
6285
</ ol >
6286
6286
6287
6287
< p > The rules to < dfn > execute a function body</ dfn > are as follows.
6288
- The algorithm returns < a data-lt ="completion "> an ECMASCript completion record</ a > .
6288
+ The algorithm returns < a data-lt ="completion "> an ECMAScript completion record</ a > .
6289
6289
6290
6290
< p > If at any point during the algorithm a < a > user prompt</ a > appears,
6291
6291
abort all subsequent substeps of this algorithm, and return
@@ -9978,6 +9978,7 @@ <h2>Acknowledgements</h2>
9978
9978
<!-- Sam Sneddon --> Sam Sneddon,
9979
9979
<!-- Seva Lotoshnikov --> Seva Lotoshnikov,
9980
9980
<!-- Simon Stewart --> < a href =http://www.rocketpoweredjetpants.com/ > Simon Stewart</ a > ,
9981
+ <!-- Sri Harsha --> Sri Harsha,
9981
9982
<!-- Titus Fortner --> Titus Fortner,
9982
9983
<!-- Vangelis Katsikaros --> and Vangelis Katsikaros.
9983
9984
@@ -10053,7 +10054,7 @@ <h2>Index</h2>
10053
10054
in the Document Object Model specification: [[DOM]]
10054
10055
< ul >
10055
10056
<!-- Attribute --> < li > < dfn > < a href =https://dom.spec.whatwg.org/#concept-attribute > Attribute</ a > </ dfn >
10056
- <!-- comapreDocumentPosition --> < li > < dfn > < a href =https://dom.spec.whatwg.org/#dom-node-comparedocumentposition > compareDocumentPosition</ a > </ dfn >
10057
+ <!-- compareDocumentPosition --> < li > < dfn > < a href =https://dom.spec.whatwg.org/#dom-node-comparedocumentposition > compareDocumentPosition</ a > </ dfn >
10057
10058
<!-- connected --> < li > < dfn > < a href =https://dom.spec.whatwg.org/#connected > connected</ a > </ dfn >
10058
10059
<!-- context object --> < li > < dfn > < a href ="https://dom.spec.whatwg.org/#context-object "> context object</ a > </ dfn >
10059
10060
<!-- Descendant --> < li > < dfn > < a href =https://dom.spec.whatwg.org/#concept-tree-descendant > Descendant</ a > </ dfn >
0 commit comments