diff --git a/index.html b/index.html index f04ea5dfc..a5e3fa0d0 100644 --- a/index.html +++ b/index.html @@ -8936,6 +8936,8 @@

Take Screenshot

  • If the current top-level browsing context is no longer open, return error with error code no such window. +

  • Handle any user prompts and return its value if it is an error. +

  • When the user agent is next to run the animation frame callbacks:

    1. Let root rect be the current top-level browsing context’s @@ -8989,7 +8991,9 @@

      Take Element Screenshot

    2. If the current browsing context is no longer open, return error with error code no such window. - + +

    3. Handle any user prompts and return its value if it is an error. +

    4. Let element be the result of trying to get a known connected element with url variable element id.