diff --git a/webdriver-spec.html b/webdriver-spec.html index a211c8999..97a2affc3 100644 --- a/webdriver-spec.html +++ b/webdriver-spec.html @@ -472,7 +472,7 @@

Dependencies

The following terms are defined in the CSS Values and Units Module Level 3 specification: [[!CSS3-VALUES]]
The following properties are defined in @@ -3921,13 +3921,13 @@

Resizing and Positioning Windows

Width of the top-level browsing context’s outer dimensions, including any browser chrome and externally drawn window decorations - in CSS reference pixels. + in CSS pixels.

"height"

Height of the top-level browsing context’s outer dimensions, including any browser chrome and externally drawn window decorations - in CSS reference pixels. + in CSS pixels.

In some user agents the operating system’s @@ -4070,13 +4070,13 @@

Set Window Rect

  • If width and height are not null:

      -
    1. Set the width, in CSS reference pixels, +

    2. Set the width, in CSS pixels, of the operating system window containing the current top-level browsing context, including any browser chrome and externally drawn window decorations to a value that is as close as possible to width. -

    3. Set the height, in CSS reference pixels, +

    4. Set the height, in CSS pixels, of the operating system window containing the current top-level browsing context, including any browser chrome and externally drawn window decorations @@ -5403,20 +5403,20 @@

      Get Element Rect

      x
      X axis position of the top-left corner of the web element relative to the current browsing context’s - document element in CSS reference pixels. + document element in CSS pixels.
      y
      Y axis position of the top-left corner of the web element relative to the current browsing context’s - document element in CSS reference pixels. + document element in CSS pixels.
      height
      Height of the web element’s - bounding rectangle in CSS reference pixels. + bounding rectangle in CSS pixels.
      width
      Width of the web element’s - bounding rectangle in CSS reference pixels. + bounding rectangle in CSS pixels.

      The remote end steps are: @@ -8486,12 +8486,12 @@

      Pointer Actions

    5. If x is less than 0 or greater than the width of - the viewport in CSS reference pixels, then + the viewport in CSS pixels, then return error with error code move target out of bounds.

    6. If y is less than 0 or greater than the height of - the viewport in CSS reference pixels, then + the viewport in CSS pixels, then return error with error code move target out of bounds. @@ -9108,7 +9108,7 @@

      Screen Capture

      1. If either the initial viewport’s width or height - is 0 CSS reference pixels, + is 0 CSS pixels, return error with error code unable to capture screen.

      2. Let paint width be the initial viewport’s width –