summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/valid/xml/prototyperoot.widlprocxml
blob: 2e56cd75ec38a0d017fe712d27e0c955592492b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
  <webidl>[PrototypeRoot]
interface Node {
  readonly attribute unsigned short nodeType;
};</webidl>
  <Interface name="Node" id="::Node">
    <webidl>[PrototypeRoot]
interface Node {
  readonly attribute unsigned short nodeType;
};</webidl>
    <ExtendedAttributeList>
      <ExtendedAttribute name="PrototypeRoot">
        <webidl>PrototypeRoot</webidl>
      </ExtendedAttribute>
    </ExtendedAttributeList>
    <Attribute readonly="readonly" name="nodeType" id="::Node::nodeType">
      <webidl>  readonly attribute unsigned short nodeType;</webidl>
      <Type type="unsigned short"/>
    </Attribute>
  </Interface>
</Definitions>