bgsound

bgsound 要素 (HTML)

[3]

属性名属性値既定値説明状態出典
as(真偽値属性)()非標準[Vodafone]
balance非標準WinIE
loop繰返し回数非標準WinIE 2+
src%URI(必須)音声非標準WinIE 2+
volume音量非標準WinIE

[4] src で指定され得る資源表現媒体型:

媒体型 (代表)説明・出典
application/x-smafVodafone
audio/x-smdVodafone
text/plain(設定ミス対策?) Vodafone
audio/x-midiSMF
audio/mpegMP3
audio/x-wavWAV

[5]

    <div id="currentSoundToggle">

        <BGSOUND id="soundPlayIE" HIDDEN="TRUE" ></BGSOUND>

<EMBED MASTERSOUND id="soundPlayEmbed" name="soundPlayEmbed" SRC="" HIDDEN=TRUE AUTOSTART=FALSE VOLUME=50>

        <IFRAME id="soundPlayIFrame" width="0" height="0" frameborder="0">
    </div>
出典: MSN Web Messenger (2006年2月現在)

(名無しさん [sage])

[6] (X)HTML5 Tracking ( 版) <http://html5.org/tools/web-apps-tracker?from=4541&to=4542>

[7] Browser History: Mosaic ( ( 版)) <http://hepunx.rl.ac.uk/~adye/blooberry/html-old/history/mosaic.htm>

[8] IE10Metro版では再生されないようです。

[9] 直線一気 まるほ ( ( 版)) <http://maruho.world.coocan.jp/>

[10] Site Compatibility for Firefox 22 - Mozilla | MDN ( 版) <https://developer.mozilla.org/en-US/Firefox/Releases/22/Site_compatibility#HTML_elements_with_tag_names_bgsound.2C_multicol.2C_and_image_no_longer_use_the_HTMLSpanElement_inteface>

Previously, creating an HTML element with one of these tag names resulted in an HTMLSpanElement. Now <bgsound> and <multicol> are HTMLUnknownElement and <image> is HTMLElement, as per spec.

[11] IE は対応していますが、 Edge は対応していません。