This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The EMBED tag is a legal tag and SRC is a legal attribute. It seems Validator reports that as an error. Error Line 201 column 24: there is no attribute "SRC". <EMBED SRC="testsound.wav"></td> The error above is what I get with the validator. I'm using HTML 4.01 as the standard. Phillip
Could you cite the section of the HTML 4.01 Standard that defines the embed element?
I've the same problem with this code: <TABLE ALIGN="LEFT" BORDER="0" cellpadding="2"> <TR> <TD> <EMBED WIDTH="160" HEIGHT="160" src="files/bastone.avi" type="application/x-mplayer2"> </EMBED> </TD> </TR> </TABLE> and use HTML 4.01 Transitional... ShInKurO
To put it more clearly, <EMBED> is not defined in HTML 4.01 (nor XHTML). http://www.alistapart.com/articles/flashsatay/ http://www.w3.org/Search/Mail/Public/search?type-index=www-validator&index-type=t&keywords=embed&search=Search+Mail+Archives