This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5358 - No errors on HTTP errors
Summary: No errors on HTTP errors
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: All Linux
: P2 normal
Target Milestone: ---
Assignee: Abel Rionda
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-11 18:19 UTC by Sean Owen
Modified: 2008-04-11 07:45 UTC (History)
0 users

See Also:


Attachments

Description Sean Owen 2008-01-11 18:19:01 UTC
As far I can tell, we don't have any code in place currently to report
the errors described in
http://www.w3.org/TR/mobileOK-basic10-tests/#http_response
and
http://www.w3.org/TR/mobileOK-basic10-tests/#meta_http_equiv

Can someone confirm so?

If that's the case, this is definitely a todo item for moving to beta.

As I noted in one of my (numerous, sorry about that) other messages,
there is at least one case where an HTTP error is reported through an
individual test (GRAPHICS_FOR_SPACING); I'm thinking that when we
encounter an HTTP error, we probably shouldn't run the other relevant
tests on the said resource at all.

If so, maybe we should have something in the moki document to mark up
the resources that triggered an HTTP error (as defined as a fail in
#http_response), so that we can easily avoid them in the XSLT-based
tests.
Comment 1 Dominique Hazael-Massieux 2008-01-18 11:31:13 UTC
Initial work checked in by Abel and Miguel.

Now needs to add test cases, associated error messages and handling in XSLT.

Also needs to fix other tests so that they don't get triggered when an HTTP error was encountered in the process.
Comment 2 Abel Rionda 2008-04-11 07:45:00 UTC
Added meta_http_equiv-2 (Test case MAIN_DOCUMENT 6)
Added http_response-7 (Test cases MAIN_DOCUMENT 7 and IMAGE_SPECIFY_SIZE 7)