mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
30 lines
1 KiB
XML
30 lines
1 KiB
XML
<?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>
|