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.

![screen shot 2014-02-07 at 23 49 
35](https://f.cloud.github.com/assets/665846/2112413/68412908-901e-11e3-89fd-34713305fcf6.png)


---
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

Reply via email to