Spec Feedback - general stuff

This is just some general question/feedback. Let me know if it would be better in separate emails...

Thanks guys!

Navigation is not really been called out the way users navigate the web.
* Back
* Forward
* Refresh

Mouse/ Keyboard input
* Hover (css :hover as well as the various javascript mouse events including nested menus). Is this for v.next?
* Web app controls are not called out. For example, custom context menus as well as the following functions:
o Right click
o Double click
o Scroll in/ out
o Autoscroll
o Click and drag
o Pinch

"Keyboard input from the physical keyboard should be ignored"
* Does this mean the physical mouse should be ignored as well?

Send keys to page itself, rather than webelements...
* Backspace for back
* Spacebar to scroll
* Tab to select elements

Capabilities
* Support for extensions

Detecting form state
* Checkbox and radio button IWebElements should be able to return their checked state
* Radio button groups should be able to return which button (if any) is checked

Received on Tuesday, 29 October 2013 18:01:10 UTC