So far I've implemented the support for `aria-*` attributes in the same manner 
watir-webdriver handles `data-*` attributes. 

However, I don't really like this because [ARIA 
spec](http://www.whatwg.org/specs/web-apps/current-work/#wai-aria) has specific 
number of attributes and not wildcarded. But since [HTML 
Element](http://www.whatwg.org/specs/web-apps/current-work/#htmlelement) 
doesn't implement any ARIA interfaces, I don't see a way to automatically 
generate valid attributes.

@jarib Your thoughts?

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

Reply via email to