![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
After spending some time validating my webpages for transitional 4.01 HTML I find that some pages of mine which contain the "embed" audio/video command fail stubbornly to validate. |
|
embed src="Fugue_BWV_999_g.mid" hidden="false" border="0" width="310" height="16" autostart="true" autoplay="true" loop="false" volume="58%" |
|
Is there any way to make this page pass the validation test? |
#3
| |||
| |||
|
|
Scripsit I.N. Galidakis: After spending some time validating my webpages for transitional 4.01 HTML I find that some pages of mine which contain the "embed" audio/video command fail stubbornly to validate. That's no wonder, since the embed "command" does not belong to HTML 4.01 at all. embed src="Fugue_BWV_999_g.mid" hidden="false" border="0" width="310" height="16" autostart="true" autoplay="true" loop="false" volume="58%" That's user-unfriendly. I was listening to Sibelius on my computer, and visiting your page, this gets intrerrupted by some BWV noise. At least change "true" to "false". Is there any way to make this page pass the validation test? Surely; use a DTD that allows the embed element; e.g. with !DOCTYPE HTML SYSTEM "http://www.cs.tut.fi/~jkorpela/html/tagsoup.dtd" modifying it with the attributes you consider as appropriate; see http://www.cs.tut.fi/~jkorpela/html/own-dtd.html |
#4
| |||
| |||
|
|
After spending some time validating my webpages for transitional 4.01 HTML I find that some pages of mine which contain the "embed" audio/video command fail stubbornly to validate. For example, my music page: http://ioannis.virtualcomposer2000.com/music/index.html fails because of the embedded music command: embed src="Fugue_BWV_999_g.mid" hidden="false" border="0" width="310" height="16" autostart="true" autoplay="true" loop="false" volume="58%" Is there any way to make this page pass the validation test? |
#5
| |||
| |||
|
|
After spending some time validating my webpages for transitional 4.01 HTML I find that some pages of mine which contain the "embed" audio/video command fail stubbornly to validate. |
#6
| |||
| |||
|
|
Jukka K. Korpela wrote: [...] Is there any way to make this page pass the validation test? Surely; use a DTD that allows the embed element; e.g. with !DOCTYPE HTML SYSTEM "http://www.cs.tut.fi/~jkorpela/html/tagsoup.dtd"> modifying it with the attributes you consider as appropriate; see http://www.cs.tut.fi/~jkorpela/html/own-dtd.html Careful Jukka, the OP may not catch the sarcasm. |
|
To OP, the best solution is just remove the embed. |
|
You can give them the option with a simple link, and it will pass validation. |
![]() |
| Thread Tools | |
| Display Modes | |
| |