From 95f1f3cc885b304f8f9223a3f4451be099d97403 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Thu, 12 Feb 2015 21:33:28 +0100 Subject: [PATCH] navigation: remove last references to conservative page loading strategy --- 05_navigation.html | 4 ++-- webdriver-spec.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/05_navigation.html b/05_navigation.html index 4badca30d..8fcdd557b 100644 --- a/05_navigation.html +++ b/05_navigation.html @@ -23,7 +23,7 @@

'eager'

'none'

The remote end MUST not do any checks against "document.readyState".

-

All WebDriver implementations MUST support the normal and eager modes and SHOULD support the conservative and none modes. If no page loading strategy is chosen, then normal MUST be the default. +

All WebDriver implementations MUST support the normal and eager modes and SHOULD support the none mode. If no page loading strategy is chosen, then normal MUST be the default. In addition, implementors MAY add additional page loading strategies.

@@ -50,7 +50,7 @@

get()

diff --git a/webdriver-spec.html b/webdriver-spec.html index 2ee571a53..56c49a1d7 100644 --- a/webdriver-spec.html +++ b/webdriver-spec.html @@ -553,7 +553,7 @@

'eager'

'none'

The remote end MUST not do any checks against "document.readyState".

-

All WebDriver implementations MUST support the normal and eager modes and SHOULD support the conservative and none modes. If no page loading strategy is chosen, then normal MUST be the default. +

All WebDriver implementations MUST support the normal and eager modes and SHOULD support the none mode. If no page loading strategy is chosen, then normal MUST be the default. In addition, implementors MAY add additional page loading strategies.

@@ -580,7 +580,7 @@

get()