From f8897a9655ac97471d34f7a4071a721e2ee46560 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Tue, 2 Oct 2007 22:00:16 +0000 Subject: Add better docs for svn path=/trunk/dom/; revision=3618 --- docs/TestSuite | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'docs') 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 elements when the var has type Collection + Can contain nested elements when the var has @type Collection + + Can contain 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 -- cgit v1.2.3