I am looking for a UI functionality modelling language (UML-alike "thing", but for user interfaces) that is already accepted and maybe has its design patterns and handles the problem better than state or activity diagram.
(If there is no such thing I'm planning to develop that BTW :))
This question came to mind as a result of a discovery that UML and its diagrams fails at describing complicated UI functionality with event-driven flow of execution (ie. javascript/jQuery big projects)
EDIT: I've been thinking of using BPMN but It was not created for this purpose.
EDIT2: See this community topic of mine - I decided to start developing said language.