README.md in watir-webdriver-0.8.0 vs README.md in watir-webdriver-0.9.0
- old
+ new
@@ -25,12 +25,15 @@
```
Description
-----------
-The file in `lib/watir-webdriver/elements/html_generated.rb` is autogenerated from the HTML spec. This is done by extracting the IDL parts from the spec and processing them with the WebIDL gem (link below).
+The majority of element methods Watir provides with is autogenerated from specifications.
+This is done by extracting the IDL parts from the spec and processing them with the WebIDL gem (link below).
+Currently supported specifications are:
-The same is true for `lib/watir-webdriver/elements/svg_elements.rb`.
+* [HTML](https://www.whatwg.org/specs/web-apps/current-work/) (`lib/watir-webdriver/elements/html_generated.rb`)
+* [SVG](http://www.w3.org/TR/SVG2/single-page.html) (`lib/watir-webdriver/elements/svg_generated.rb`)
Specs
-----
watir-webdriver uses [watirspec](http://github.com/watir/watirspec) for testing. After cloning, you should fetch the submodule: