Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
hc_documentInvalidCharacterExceptionCreateElement
17
Curt Arnold
18
19
    The "createElement(tagName)" method raises an
20
   INVALID_CHARACTER_ERR DOMException if the specified
21
   tagName contains an invalid character.
22
 
23
   Retrieve the entire DOM document and invoke its
24
   "createElement(tagName)" method with the tagName equal
25
   to the string "invalid^Name".  Due to the invalid
26
   character the desired EXCEPTION should be raised.
27
28
 
29
2002-06-09
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44