summaryrefslogtreecommitdiff
path: root/docs/TestSuite
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2007-10-02 22:00:16 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2007-10-02 22:00:16 +0000
commitf8897a9655ac97471d34f7a4071a721e2ee46560 (patch)
treeeeb8ef9d947630466eeb8bf83b2ad19870049e98 /docs/TestSuite
parente0e38d906c8974bb22a0368a9709af9590362927 (diff)
downloadlibdom-f8897a9655ac97471d34f7a4071a721e2ee46560.tar.gz
libdom-f8897a9655ac97471d34f7a4071a721e2ee46560.tar.bz2
Add better docs for <var>
svn path=/trunk/dom/; revision=3618
Diffstat (limited to 'docs/TestSuite')
-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="..."/>