UAN: Example 2
- Clicking on a URL with temporal constraints
USER ACTION FEEDBACK SYSTEM STATE
mouse_down(x,y) if intersect(URL,x,y)
mouse_up(x,y) if intersect(URL,x,y)
What if after mouse_up() I click on another URL?
A, B Must complete the first selection before making another
A <- B Can interrupt the first task by the second