diff --git a/webdriver-spec.html b/webdriver-spec.html index 1e719e6f8..44c37affa 100644 --- a/webdriver-spec.html +++ b/webdriver-spec.html @@ -3034,6 +3034,12 @@
complete
"
+
+ conservative
"
+ complete
"
+ When asked to deserialize as a page load strategy with @@ -3077,6 +3083,11 @@
If the current session's page loading strategy + is conservative, wait for all additional + remote resources to finish loading. Otherwise, continue with this + algorithm. +
Wait for the the current browsing context’s document readiness state to reach readiness target, or for the @@ -3203,12 +3214,13 @@
Figure out if next paragraph is actually required:
-When a page contains a META tag with the "http-equiv" attribute set to "refresh", - a response MUST be returned if the timeout is greater than 1 second - and the other criteria for determining whether a page is loaded are met. - When the refresh period is 1 second or less - and the page loading strategy is "normal" or "conservative" - implementations MUST wait for the refresh to complete before responding. +
When a page contains a META tag with the "http-equiv" attribute + set to "refresh", a response MUST be returned if the timeout is + greater than 1 second and the other criteria for determining + whether a page is loaded are met. When the refresh period is 1 + second or less and the page loading strategy is "normal" or + "conservative" implementations MUST wait for the refresh to + complete before responding.