This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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.
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
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.
The answer to your question is 5.
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.
5 is what applicationCache.status returns, i.e. the OBSOLETE state. The update status of the application cache group is irrelevant.