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
 
3
17
18
19
20
createDocumentType02
21
NIST
22
23
    The "createDocumentType(qualifiedName,publicId,systemId)" method for a
24
   DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if
25
   qualifiedName contains an illegal character.
26
 
27
   Invoke method createDocumentType(qualifiedName,publicId,systemId) on
28
   this domimplementation with qualifiedName containing an illegal character
29
   from illegalChars[]. Method should raise INVALID_CHARACTER_ERR
30
   DOMException for all characters in illegalChars[].
31
32
Mary Brady
33
2001-08-17
34
35
36
37
38
39
40
41
42
43
44
"edi:{"
45
"edi:}"
46
"edi:~"
47
"edi:'"
48
"edi:!"
49
"edi:@"
50
"edi:#"
51
"edi:$"
52
"edi:%"
53
"edi:^"
54
"edi:&"
55
"edi:*"
56
"edi:("
57
"edi:)"
58
"edi:+"
59
"edi:="
60
"edi:["
61
"edi:]"
62
"edi:\\"
63
"edi:/"
64
"edi:;"
65
"edi:`"
66
"edi:<"
67
"edi:>"
68
"edi:,"
69
"edi:a "
70
"edi:\""
71
72
73
74
75
76
77
78
79
80
81