summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebIDL/valid/xml/namedconstructor.widlprocxml
blob: 9f6616128798ce8deb8c7a1299f94366e9df3c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
  <webidl>[NamedConstructor=Audio,
 NamedConstructor=Audio(DOMString src)]
interface HTMLAudioElement : <ref>HTMLMediaElement</ref> {
};</webidl>
  <Interface name="HTMLAudioElement" id="::HTMLAudioElement">
    <webidl>[NamedConstructor=Audio,
 NamedConstructor=Audio(DOMString src)]
interface HTMLAudioElement : <ref>HTMLMediaElement</ref> {
};</webidl>
    <ExtendedAttributeList>
      <ExtendedAttribute name="NamedConstructor" value="Audio">
        <webidl>NamedConstructor</webidl>
      </ExtendedAttribute>
      <ExtendedAttribute name="NamedConstructor" value="Audio">
        <webidl> NamedConstructor=Audio(DOMString src)</webidl>
        <ArgumentList>
          <Argument name="src">
            <Type type="DOMString"/>
          </Argument>
        </ArgumentList>
      </ExtendedAttribute>
    </ExtendedAttributeList>
    <InterfaceInheritance>
      <Name name="HTMLMediaElement"/>
    </InterfaceInheritance>
  </Interface>
</Definitions>