From 4b919016c017de49808d2d2f1ef7e09cec88a346 Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Sat, 6 Oct 2018 17:44:48 +0100 Subject: [PATCH] SpecData: add link to webdriver level 1 WebDriver exists in level 1 (W3C REC) and as a living document, which is what browser vendors implement. --- macros/SpecData.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/macros/SpecData.json b/macros/SpecData.json index 1f099b638..ab79ae8fa 100644 --- a/macros/SpecData.json +++ b/macros/SpecData.json @@ -1442,6 +1442,11 @@ "WebDriver": { "name": "WebDriver", "url": "https://w3c.github.io/webdriver/", + "status": "Living" + }, + "WebDriver Level 1": { + "name": "WebDriver", + "url": "https://www.w3.org/TR/webdriver/", "status": "REC" }, "WEBGL_color_buffer_float": {