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
elementInvalidCharacterException
17
NIST
18
19
 
20
    The "setAttribute(name,value)" method raises an
21
 
22
   "INVALID_CHARACTER_ERR DOMException if the specified
23
 
24
   name contains an invalid character.
25
 
26
 
27
 
28
   Retrieve the last child of the first employee and
29
 
30
   call its "setAttribute(name,value)" method with
31
 
32
   "name" containing an invalid character.
33
 
34
35
Mary Brady
36
2001-08-17
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53