@@ -533,7 +533,7 @@ <h3>Processing model</h3>
533
533
a < a > remote end</ a > must run the following steps:</ p >
534
534
535
535
< ol >
536
- < li > < p > Let < var > http status</ var > and < var > name</ var >
536
+ < li > < p > Let < var > status</ var > and < var > name</ var >
537
537
be the < a > error response data</ a > for < var > error code</ var > .
538
538
539
539
< li > < p > Let < var > message</ var > be an implementation-defined string
@@ -1336,7 +1336,7 @@ <h2>Extensions</h2>
1336
1336
1337
1337
< aside class =example >
1338
1338
< p > This might lead to a URL of the form
1339
- < code > /session/5d376174-36f0-11e5-9b9a-6bdf200a3f7f/< var > ms</ var > /< var > edge</ var > /< var > context</ var > </ code > ,
1339
+ < code > /session/5d376174-36f0-11e5-9b9a-6bdf200a3f7f/< em > ms</ em > /< em > edge</ em > /< em > context</ em > </ code > ,
1340
1340
where < code > session/{< var > session id</ var > }</ code > associates the request
1341
1341
with the specified session, < code > ms/edge</ code > identifies the command as
1342
1342
specific to the Edge browser distributed by Microsoft,
@@ -1642,7 +1642,7 @@ <h3>Proxy</h3>
1642
1642
code</ a > < a > invalid argument</ a > .
1643
1643
1644
1644
< li > < p > If the result of < a > getting a property</ a >
1645
- named < var > proxyType</ var > from < var > proxy</ var > equals
1645
+ named " < code > proxyType</ code > " from < var > proxy</ var > equals
1646
1646
"< code > pac</ code > ", and < var > proxy</ var > does not have an
1647
1647
< a > own property</ a > for "< code > proxyAutoconfigUrl</ code > " return
1648
1648
an < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
@@ -7143,7 +7143,7 @@ <h2>Processing actions</h2>
7143
7143
of < var > action</ var > in < var > input source actions</ var > .
7144
7144
7145
7145
< li > < p > If the length of < var > actions by tick</ var > is less
7146
- than < var > i + 1 </ var > , append a new < a > List</ a > to
7146
+ than < var > i</ var > + 1 , append a new < a > List</ a > to
7147
7147
< var > actions by tick</ var > .</ li >
7148
7148
7149
7149
< li > < p > Append < var > action</ var > to the < a > List</ a > at
@@ -7990,7 +7990,7 @@ <h2>Keyboard actions</h2>
7990
7990
< var > input state</ var > ’s < code > pressed</ code > property.
7991
7991
7992
7992
< li > < p > Append a copy of < var > action object</ var > with
7993
- the < var > subtype</ var > property changed to < var > keyUp</ var >
7993
+ the < var > subtype</ var > property changed to " < code > keyUp</ code > "
7994
7994
to < a > current session</ a > ’s < a > input cancel list</ a > .
7995
7995
7996
7996
< li > < p > < a data-lt =perform-actions > Perform implementation-specific
@@ -8157,7 +8157,7 @@ <h2>Pointer actions</h2>
8157
8157
let < var > buttons</ var > be the resulting value of that property.
8158
8158
8159
8159
< li > < p > Append a copy of < var > action object</ var > with
8160
- the < var > subtype</ var > property changed to < var > pointerUp</ var > to
8160
+ the < var > subtype</ var > property changed to " < code > pointerUp</ code > " to
8161
8161
the < a > current session</ a > ’s < a > input cancel list</ a > .
8162
8162
8163
8163
< li > < p > < a data-lt ="perform-actions "> Perform implementation-specific
@@ -9001,14 +9001,14 @@ <h3><dfn>Take Screenshot</dfn></h3>
9001
9001
< li > < p > Let < var > root rect</ var > be the < a > current top-level browsing context</ a > ’s
9002
9002
< a > document element</ a > ’s < a > rectangle</ a > .
9003
9003
9004
- < li > < p > Let < var > screenshot</ var > be the result of < a > trying</ a > to call
9004
+ < li > < p > Let < var > screenshot result </ var > be the result of < a > trying</ a > to call
9005
9005
< a > draw a bounding box from the framebuffer</ a > ,
9006
9006
given < var > root rect</ var > as an argument.
9007
9007
9008
9008
< li > < p > Let < var > canvas</ var > be a < a > < code > canvas</ code > element</ a >
9009
9009
of < var > screenshot result</ var > ’s data.
9010
9010
9011
- < li > < p > Let < var > encoding</ var > be the result of < a > trying</ a >
9011
+ < li > < p > Let < var > encoding result </ var > be the result of < a > trying</ a >
9012
9012
< a > encoding a canvas as Base64</ a > < var > canvas</ var > .
9013
9013
9014
9014
< li > < p > Let < var > encoded string</ var > be < var > encoding result</ var > ’s data.
@@ -9277,7 +9277,7 @@ <h3><dfn>Print Page</dfn></h3>
9277
9277
< li > < p > Let < var > pageRanges</ var > be the result of < a > getting a
9278
9278
property with default</ a > named < code > pageRanges</ code > from
9279
9279
the < var > parameters</ var > argument with default of an
9280
- empty < var > Array</ var > .
9280
+ empty < a > Array</ a > .
9281
9281
9282
9282
< li > < p > If < var > pageRanges</ var > is not an < a > Array</ a >
9283
9283
return < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
0 commit comments