Unfortunately, these changes are closely tied with YARD changes, because I now
changed generator to create smth like:
```ruby
class Label < HTMLElement
attribute("HTMLElement", :form, "form")
attribute("String", :for, "htmlFor")
attribute("HTMLElement", :control, "control")
end
```
Specs run perfectly except to `colspan` and `rowspan` methods which are not
generated from spec, so I need to define them manually and deprecate. I think
it makes sense because we will finally have all methods documented on rubydoc,
so one could just take a look at class and see that he should use `col_span`.
Also, this change allows us to have more accurate documentation telling exact
IDL attribute to be retrieved.

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/28#issuecomment-34478852_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development