[28] かつて配布されていた [[DTD]]:

>
[PRE[
<!--    DTD for Internet Explorer 2.0 HTML

        Beta version: 0.9       Date: 3/4/96

        Document Type Definition for the HyperText Markup Language
        for Internet Explorer, V 2.0.

        Author: Mark Buckley <mbuckley@microsoft.com>

        This markup is based as much as possible on the DTD for HTML 2.0
        published in the 12/95 IETF working draft. Table markup is based
        on the table DTD included in the HTML3 DTD, not the 12/95 tables
        draft.
]PRE]

>
[PRE[
        Changes since 2/26/96:

        3/4/96:
                Added BGSOUND to HEAD.
]PRE]



- [20] 
[CITE@EN-US[BGSOUND Element | BGSOUND Object]], [[InetSDK]], [TIME[2024-08-17T03:22:04.000Z]], [TIME[1999-10-08T00:03:24.804Z]] <https://web.archive.org/web/19991008000319/http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/BGSOUND.asp>
-
[19] [CITE@EN-US[BGSOUND Element | BGSOUND Object]], [[InetSDK]], [TIME[2024-08-17T03:19:52.000Z]], [TIME[2000-10-19T00:46:41.458Z]] <https://web.archive.org/web/20001019004447/http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/BGSOUND.asp>

[21] 
>>20 >>19 なぜか IE3+ になっているけど実際には IE2 が既に実装していた。

[FIG(data)[ [111] [[HTML要素概説]]

:[F[要素名]]:[CODE[bgsound]]
:日付:[TIME[1995-10]]
:説明:
[TIME[1995]]に公開された
[[Internet Explorer 2.0]]
は、
[CODE[bgsound]]
を実装した。
同時期、
[[Mosaic]]
が実装した。
その後、
いくつかの [[Webブラウザー]]が実装した。
現在の
[CODE[audio]]
に当たる。
:説明:
[[Netscape Navigator]]
が実装しなかったので本格的には普及しなかったが、
少なくない[[Webサイト]]で利用されていた。

]FIG]



- [1] [[WebTVのHTML]] では終了タグは省略可能 (<http://web.archive.org/web/20000304053407/developer.webtv.net/authoring/html/bgsound.html>)
- [2] >>1 [[M$]] の定義では[[強制空要素]]だったはず。

[18] >>17 によると [[IE]] の他に [CITE[Mosaic]] も実装していた。

[3] 
,属性名	,属性値	,既定値	,説明	,状態	,出典
,[CODE(HTMLa)@en[[[as]]]]	,([[真偽値属性]])	,([[偽]])	,	,非標準	,[Vodafone]
,[CODE(HTMLa)[[[balance]]]]	,	,	,	,非標準	,[[WinIE]]
,[CODE(HTMLa)[[[loop]]]]	,	,	,繰返し回数	,非標準	,[[WinIE 2]]+
,[CODE(HTMLa)[[[src]]]]	,[CODE(SGML)[%[[URI]]]]	,(必須)	,[[音声]]	,非標準	,[[WinIE 2]]+
,[CODE(HTMLa)[[[volume]]]]	,	,	,音量	,非標準	,[[WinIE]]

[4]
[CODE(HTMLa)[src]] で指定され得る[[資源]]の[[表現]]の[[媒体型]]:
,媒体型 (代表)	,説明・出典
,[CODE(MIME)[[[application/x-smaf]]]]	,[SRC[Vodafone]]
,[CODE(MIME)[[[audio/x-smd]]]]	,[SRC[Vodafone]]
,[CODE(MIME)[[[text/plain]]]]	,(設定ミス対策?) [SRC[Vodafone]]
,[CODE(MIME)[[[audio/x-midi]]]]	,[[SMF]]
,[CODE(MIME)[[[audio/mpeg]]]]	,[[MP3]]
,[CODE(MIME)[[[audio/x-wav]]]]	,[[WAV]]


[5]

[PRE(HTML bad example code)[
    <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>
]PRE]

;; 出典: [[MSN Web Messenger]] (2006年2月現在)

([[名無しさん]] [sage])




-[7] [CITE[Browser History: Mosaic]]
( ([TIME[1997-07-07 07:21:42 +09:00]] 版))
<http://hepunx.rl.ac.uk/~adye/blooberry/html-old/history/mosaic.htm>
- [17] [CITE[Browser History: Mosaic]], [TIME[1997-07-07T07:21:42.000Z]], [TIME[2024-08-16T14:55:40.817Z]] <https://hepunx.rl.ac.uk/~adye/blooberry/html-old/history/mosaic.htm>
- [22] [CITE[Bgsound]], [TIME[2005-03-06T12:31:22.000Z]], [TIME[2024-08-17T03:26:50.624Z]] <http://www.blooberry.com/indexdot/html/tagpages/b/bgsound.htm>


[23] >>22 [[IE2]] と同じ[TIME[1995-10]]に [[Mosaic]] も実装してる!って指摘してるけどその答えは
>>13 にある。

[8] [[IE10]] の[[Metro]]版では再生されないようです。

[9] [CITE@ja[直線一気 まるほ]]
( ([TIME[2008-10-12 22:51:11 +09:00]] 版))
<http://maruho.world.coocan.jp/>

[FIG(quote)[
[FIGCAPTION[
[10] [CITE@en-US[Site Compatibility for Firefox 22 - Mozilla | MDN]]
([TIME[2014-05-03 01:58:20 +09:00]] 版)
<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>
]FIGCAPTION]

> 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.

]FIG]

[11] [[IE]] は対応していますが、 [[Edge]] は対応していません。


[12] [CITE@ja[New M$HTML Extensions (or "Why Microsoft is Stupid")]], [TIME[2024-08-16T14:01:46.000Z]] <https://groups.google.com/g/comp.infosystems.www.advocacy/c/bOegR-mgiE0/m/YnbVtw6hyCYJ>


[13] >>12
おもしろいのが、 
[[Netscape]] の [[Marc Andreessen]]
も
[CODE[center]] や [CODE[font]]
を非難されたときに、
[[NCSA Mosaic]]
を開発してた時に大量の要求が届いていたから追加したのだ、
と説明してるんですよね。
[SEE[ [[center]] ]]
ここで
[[Microsoft]]
の
[[Chris Wilson]]
も [[NCSA]] にいたときに [CODE[bgsound]] 機能の要望があったのだと説明しています。

[14] 
専門家面した人達がどれだけ文句をつけて来ようとも、
[[利用者]]や[[著者]]の要望に裏打ちされているなら貫き通すという姿勢、
その後 [[Priority of Constituencies]] に結実するやつですね。
まあそれはこの時代の熾烈な[[ブラウザー戦争]]の混沌の源泉でもあったわけですが...



[FIG(data)[ [24] [[HTML要素概説]]

:[F[要素名]]:[CODE[bgsound]]
:日付:[TIME[1995-10-09]]
:説明:
[[NCSA]]
から
[[Microsoft Corporation]]
に移った
[[Chris Wilson]]
の[TIME[1995-10-09]]の [[USENET]]
への投稿によると、
[CODE[bgsound]]
は
[[Mosaic]]
への機能追加の要望に応えたものだったという。
:出典:
[REFS[

- 
[DFN[MSHTMLChris]]:
[CITE@en[New M$HTML Extensions (or "Why Microsoft is Stupid")]], 
[DATA(.author)[[[Chris Wilson]]]],
[TIME(.published)[1995-10-09]],
[TIME[2024-08-16T14:01:46.000Z]] <https://groups.google.com/g/comp.infosystems.www.advocacy/c/bOegR-mgiE0/m/YnbVtw6hyCYJ>

]REFS]
:注釈:
-
[DFN[Chris Wilson]]
[TIME[1993]]から [[NCSA Mosaic]] の開発に中心的に携わる。
[TIME[1995]]から [[Microsoft]] で [[Internet Explorer]] の開発を主導し、
多くの[[Web標準]]技術に寄与した。
[TIME[2022]]から [[Google]] 代表として [[WHATWG Steering Group]] に参加している。

]FIG]

[15] [CITE[HTML Background Sounds - HTML Code Tutorial]], [TIME[2024-08-16T14:52:05.000Z]], [TIME[2002-12-03T03:21:38.823Z]] <https://web.archive.org/web/20021203032004/http://www.htmlcodetutorial.com/sounds/sounds_famsupp_18.html>

[16] [CITE[HTML BGSOUND - HTML Code Tutorial]], [TIME[2024-08-16T14:54:27.000Z]], [TIME[2002-12-04T01:17:46.776Z]] <https://web.archive.org/web/20021204011545/http://www.htmlcodetutorial.com/sounds/_BGSOUND.html>



-[6] [CITE@en[(X)HTML5 Tracking]]
([TIME[2010-01-07 22:24:50 +09:00]] 版)
<http://html5.org/tools/web-apps-tracker?from=4541&to=4542>
-- [25] 
[CITE@en['''['''e''']''' (0) 'define' <multicol> and <bgsound>]], [[Hixie]], [TIME[2010-01-07 21:10:15 +09:00]], [TIME[2024-08-17T03:35:54.000Z]] <https://github.com/whatwg/html/commit/c56692376068a574d7f183b0fd16668216877b50>




[FIG(data)[ [26] [[HTML要素概説]]

:[F[要素名]]:[CODE[bgsound]]
:日付:[TIME[2010]]
:説明:
現在の [CITE[HTML Standard]]
でも[[構文解析器]]や [[DOM]] 
関連の規定に痕跡を残している。


]FIG]



[27] [CITE@EN-US[DHTML Accessibility]], [[InetSDK]], [TIME[2024-08-17T06:29:57.000Z]], [TIME[2000-12-02T00:48:11.338Z]] <https://web.archive.org/web/20001202003800/http://msdn.microsoft.com/workshop/author/access/accessibility.asp>



[29] [CITE[https://www.members.tripod.com/~splitinfo/splitinfo/str_lij/povijest_st_nov_files/slide0057.htm]], [TIME[2025-10-27T04:23:58.000Z]] <https://www.members.tripod.com/~splitinfo/splitinfo/str_lij/povijest_st_nov_files/slide0057.htm>

[[PowerPoint]] が生成したもの
