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
nodeAppendChildNoModificationAllowedErr
17
NIST
18
19
    The "appendChild(newChild)" method causes the
20
    DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
21
    if the node is readonly.
22
 
23
    Obtain the children of the THIRD "gender" element.   The elements
24
    content is an entity reference.   Get the FIRST item
25
    from the entity reference and execute the "appendChild(newChild)" method.
26
    This causes a NO_MODIFICATION_ALLOWED_ERR DOMException to be thrown.
27
28
Mary Brady
29
2001-08-17
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
	
51
	
52
53
54
55
56
57
58
59
60
61