This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The appcache events are not consistent in style. Is is still feasible to introduce changes here and make them more consistent? * obsolete -> obsoleted * updateready -> updated * noupdate -> notupdated This would make these events consistent with cached. progress could be renamed to progressing to be more consistent with similar events though I think it should get a different name altogether as suggested in another bug.
Adding NE keyword so other implementors see this.
We have implemented these in WebKit. I do not know if they are used. There are definitely mobile sites using the app cache, but I don't have any quantitative data. The suggested new names don't seem sufficiently better to be worth the change. It seems to be standard for DOM events to be named in the present tense instead of the past tense - "click" not "clicked", "load" not "loaded". If anything, "cached" is the odd man out.
I don't feel comfortable changing these now. Please feel free to escalate this if you disagree.