Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add link to level 2 #1461

Merged
merged 1 commit into from Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -16,10 +16,9 @@ control a — possibly separate — browser.
The standard is authored by the W3C [Browser Testing- and Tools
Working Group], and has produced the following documents:

* **Living Document**: https://w3c.github.io/webdriver/
* **Candidate Recommendation** level 1: https://www.w3.org/TR/webdriver1/

[Browser Testing- and Tools Working Group]: https://www.w3.org/testing/browser/
* **Living Document**: https://w3c.github.io/webdriver/
* **Level 2** (Working Draft): https://www.w3.org/TR/webdriver2/
* **Level 1** (Candidate Recommendation): https://www.w3.org/TR/webdriver1/


Contribute
Expand All @@ -44,6 +43,8 @@ first PR, even for trivial fixes. The names are sorted lexicographically.

See [CONTRIBUTING.md] for more guidelines.


[Browser Testing- and Tools Working Group]: https://www.w3.org/testing/browser/
[good commit message]: https://github.com/erlang/otp/wiki/Writing-good-commit-messages
[implementation report]: ./ImplementationReport.md
[Acknowledgements]: https://w3c.github.io/webdriver/#acknowledgements
Expand Down