Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
3
14
 
15
16
  
17
  %entities;
18
]>
19
20
  
21
    Conformance_isSupported_empty
22
    Philippe Le Hégaret
23
    Bob Clary
24
    
25
      1.3 Conformance - The "feature" parameter in the
26
      "Node.isSupported(feature,version)"
27
      method is the name of the feature and the version is the version
28
      number of the feature to test.  XPath is the legal value for the
29
      XPath module.  The method should return "true".
30
 
31
      Retrieve the DOM document on which the
32
      "isSupported(feature,version)" method is invoked with "feature"
33
      equal to "XPath" and version to the empty string "".  The method
34
      should return a boolean "true" if the implementation claims support
35
      for some version for XPath.
36
    
37
    2002-04-24
38
    2003-11-29
39
    
40
  
41
  
42
  
43
  
44
  
45
    version="""" var="state"/>
46
  
47
 
48