summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/TestSuite11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/TestSuite b/docs/TestSuite
index 5242bd3..1e43f18 100644
--- a/docs/TestSuite
+++ b/docs/TestSuite
@@ -145,7 +145,16 @@ implementationAttribute
Statements
-------------------------------------------------------------------------------
var
- Can contain nested <member> elements when the var has type Collection
+ Can contain nested <member> elements when the var has @type Collection
+
+ Can contain <handleError> element when the var type @type DOMErrorHandler.
+ This then creates an class implementing DOMErrorHandler, overriding the handleError() method.
+ This is only used in DOM Level 3 Core.
+
+ @name variable name
+ @type type of variable
+ @value initially assigned value
+ @isNull boolean assign initial value of NULL (essentially mutually exclusive with @value ?)
assign
<assign var="..." value="..."/>