Perform implementation-specific
@@ -9004,14 +9004,14 @@ Take Screenshot
Let root rect be the current top-level browsing context’s
document element’s rectangle.
-
Let screenshot be the result of trying to call
+
Let screenshot result be the result of trying to call
draw a bounding box from the framebuffer,
given root rect as an argument.
Let canvas be a canvas
element
of screenshot result’s data.
-
Let encoding be the result of trying
+
Let encoding result be the result of trying
encoding a canvas as Base64 canvas.
Let encoded string be encoding result’s data.
@@ -9280,7 +9280,7 @@
Print Page
Let pageRanges be the result of getting a
property with default named pageRanges
from
the parameters argument with default of an
- empty Array.
+ empty Array.
If pageRanges is not an Array
return error with error code invalid argument.