[VE][108] New Error Message Suggestion

Validating my page as either html 4.01 strict or xhtml 1.0 strict gives 
the following errors


Line 148, column 14: there is no attribute "src"
<iframe src="page/text.html" width="100%" height="100%" scrolling=no


Line 148, column 37: there is no attribute "width"
<iframe src="page/text.html" width="100%" height="100%" scrolling=no


These attributes for the iframe element are very clearly defined in the 
specifications, and would only make sense in a normal page, and not in a 
frameset.

Received on Sunday, 23 May 2004 22:13:41 UTC