- From: Simon Jessey <simon@jessey.net>
- Date: Thu, 6 Feb 2003 08:00:26 -0500
- To: www-html-testsuite@w3.org
Oops. This was what confused me. I right-clicked on the white area to view source (not realizing it was an embedded area) and got this:- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <!-- Copyright Microsoft Corporation. All Rights Reserved, 2002 --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>13_5-BF-01</title> </head> <body> <div class="TestPurpose">Verify that the contents of OBJECT are rendered if the file specified by data attribute cannot be loaded</div> <div class="AssertionsTested">Test for assertions 13.5-3</div> <p>The following object cannot be rendered because an invalid data attribute is specified. If the word "PASS" appears below, then the test passes. Otherwise, the test fails.</p> <p> <object data="dummyimage.png" type="image/png"> PASS </object> </body> </html> That was telling me that the document was meant to be using the Strict DOCTYPE, but I noticed the missing </p> after the the </object> tag, so I assumed it would fail validation. My apologies for being a bit of an HTML newbie out of my depth. Simon Jessey w: http://jessey.net/blog/ e: simon@jessey.net ----- Original Message ----- From: "Tantek Çelik" <tantek@cs.stanford.edu> To: <www-html-testsuite@w3.org> Cc: "Simon Jessey" <simon@jessey.net> Sent: Wednesday, February 05, 2003 9:00 PM Subject: Re: First draft HTML 4.01 Test Suite available > > redirecting discussion to www-html-testsuite@w3.org, bcc:www-html > > AFAICT, the pages do validate - check for yourself: > > The test case page is valid: > > <http://validator.w3.org/check?uri=http://www.w3.org/MarkUp/Test/HTML401/cur > rent/tests/13_5-BF-01.html> > > The respective navigation page is also valid: > > <http://validator.w3.org/check?uri=http://www.w3.org/MarkUp/Test/HTML401/cur > rent/tests/sec13_5-BF-01.html> > > Tantek > > On 2/5/03 1:05 PM, "Simon Jessey" <simon@jessey.net> wrote: > > > > > That test doesn't even validate to HTML 4.0 Strict - there is a closing > > paragraph tag missing after the object. > > > > Simon Jessey > > > > w: http://jessey.net/blog/ > > e: simon@jessey.net > > > > > > ----- Original Message ----- > > From: "Joris Huizer" <joris_huizer@yahoo.com> > > > >> - page: > >> http://www.w3.org/MarkUp/Test/HTML401/current/tests/sec13_5-BF-01.html > >> problem: I don't understand the message "The > >> following object cannot be > >> rendered because an invalid data attribute is > >> specified. If the word > >> "PASS" appears below, then the test passes. > >> Otherwise, the test fails." > >> (Mozilla doesn't show "PASS") > > >
Received on Thursday, 6 February 2003 08:02:31 UTC