The xforms-binding-exception event
Release 2.0 - ...
Dispatched as an indication of:
- An illegal binding expression.
- A model attribute that fails to point to the ID of a model element.
- A bind attribute that fails to point to the ID of a bind element.
- A submission attribute that fails to point to the ID of a submission element.
- An instance attribute on the submission element that fails to point to an instance element in the same model element as the submission.
Event Properties
Event Properties | Value / Description |
---|---|
Target | Any element that can contain a binding expression |
Bubbles | Yes |
Cancelable | No |
Context Info | None |
The default action for this event results in the following:
- Fatal error (halts processing).
Specification
Link to the XForms specification: the xforms-bindings-exception event.