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 7768 - Manifest download error means obsolete or idle cache group?
Summary: Manifest download error means obsolete or idle cache group?
Status: VERIFIED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://dev.w3.org/html5/spec/Overview...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 16:50 UTC by Nikunj Mehta
Modified: 2010-10-04 14:30 UTC (History)
5 users (show)

See Also:


Attachments

Description Nikunj Mehta 2009-09-29 16:50:35 UTC
In step 5.6
[[
Let the status of cache group be idle.
]]

But we just marked it as obsolete in 5.1. Appears to be an oversight.
Comment 1 Ian 'Hixie' Hickson 2009-09-30 10:14:08 UTC
The 'obsolete' flag and the 'status' of the cache group are orthogonal. The 'status' is one of idle, checking, downloading. The 'obsolete' flag is either set or not. See the definitions of those terms earlier in the section:
   http://www.whatwg.org/specs/web-apps/current-work/#concept-appcache-status
Comment 2 Nikunj Mehta 2009-09-30 17:00:42 UTC
Perhaps you can answer this question:

What is the value of window.applicationCache.status if the application cache group's status is set to idle and its obsolete flag is true?

I am not quite sure I understand how the ApplicationCache object relates to the application cache group.
Comment 3 Ian 'Hixie' Hickson 2009-10-18 10:42:46 UTC
The answer to your question is 5.
Comment 4 Nikunj Mehta 2009-10-19 18:06:22 UTC
Your comment did not make sense to me.(In reply to comment #3)
> The answer to your question is 5.
> 

Your comment did not make sense to me.
Comment 5 Anne 2009-10-19 18:25:27 UTC
5 is what applicationCache.status returns, i.e. the OBSOLETE state. The update status of the application cache group is irrelevant.