<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>14701</bug_id>
          
          <creation_ts>2011-11-05 17:02:50 +0000</creation_ts>
          <short_desc>appcache: remove the requirement for the MIME type</short_desc>
          <delta_ts>2012-01-25 23:27:29 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#downloading-or-updating-an-application-cache</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>annevk</cc>
    
    <cc>blizzard</cc>
    
    <cc>bugzilla.w3c</cc>
    
    <cc>eoconnor</cc>
    
    <cc>ian</cc>
    
    <cc>julian.reschke</cc>
    
    <cc>kennyluck</cc>
    
    <cc>lmjabreu</cc>
    
    <cc>michaeln</cc>
    
    <cc>mike</cc>
    
    <cc>philipj</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>tobie.langel</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>59644</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-11-05 17:02:50 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html
Multipage: http://www.whatwg.org/C#downloading-or-updating-an-application-cache
Complete: http://www.whatwg.org/c#downloading-or-updating-an-application-cache

Comment:
appcache: remove the requirement for the MIME type

Posted from: 12.249.26.78 by annevk@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.7.2; U; en) Presto/2.9.168 Version/11.52</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59645</commentid>
    <comment_count>1</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-11-05 17:06:14 +0000</bug_when>
    <thetext>Having to set the MIME type requirement is apparently a serious problem for developers. Either not getting it to work at all or having to resort to PHP solely to set it correctly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59649</commentid>
    <comment_count>2</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2011-11-05 18:30:04 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Having to set the MIME type requirement is apparently a serious problem for
&gt; developers. Either not getting it to work at all or having to resort to PHP
&gt; solely to set it correctly.

More info needed. Why is there a problem setting it for *developers*?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59652</commentid>
    <comment_count>3</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-11-05 18:45:25 +0000</bug_when>
    <thetext>No sufficient control over servers. Developers working on/with Facebook, jQuery, Vodafone, all cite this as a problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59653</commentid>
    <comment_count>4</comment_count>
    <who name="Christopher Blizzard">blizzard</who>
    <bug_when>2011-11-05 18:53:34 +0000</bug_when>
    <thetext>Yes, this is the most consistent piece of feedback I&apos;ve heard.  Most people either can&apos;t or just don&apos;t know how to set the mime type for a file.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59654</commentid>
    <comment_count>5</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2011-11-05 19:02:12 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; Yes, this is the most consistent piece of feedback I&apos;ve heard.  Most people
&gt; either can&apos;t or just don&apos;t know how to set the mime type for a file.

I&apos;d like to get a clearer understanding on the details of &quot;can&apos;t&quot; and &quot;don&apos;t know how&quot;. The latter is &quot;just&quot; a documentation problem. The former is harder to solve, and I&apos;d appreciate more details about platforms where it&apos;s possible to deploy a complex webapp, but not possible to set a media type.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59655</commentid>
    <comment_count>6</comment_count>
    <who name="Christopher Blizzard">blizzard</who>
    <bug_when>2011-11-05 19:04:56 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; I&apos;d like to get a clearer understanding on the details of &quot;can&apos;t&quot; and &quot;don&apos;t
&gt; know how&quot;. The latter is &quot;just&quot; a documentation problem. The former is harder
&gt; to solve, and I&apos;d appreciate more details about platforms where it&apos;s possible
&gt; to deploy a complex webapp, but not possible to set a media type.

I really don&apos;t know details, but given the consistency of the feedback does it matter?  These are people who know that it&apos;s a requirement and it stops them - somehow - from using offline technology.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59656</commentid>
    <comment_count>7</comment_count>
    <who name="Rudie Dirkx">bugzilla.w3c</who>
    <bug_when>2011-11-05 20:10:03 +0000</bug_when>
    <thetext>I agree with Christopher completely. It doesn&apos;t matter. This is a beautiful feature not being used because the threshold is too high. The fact that developers complain should only validate this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59657</commentid>
    <comment_count>8</comment_count>
    <who name="Julian Reschke">julian.reschke</who>
    <bug_when>2011-11-05 20:24:18 +0000</bug_when>
    <thetext>(In reply to comment #7)
&gt; I agree with Christopher completely. It doesn&apos;t matter. This is a beautiful
&gt; feature not being used because the threshold is too high. The fact that
&gt; developers complain should only validate this issue.

It may be that the threshold is too high, but that it doesn&apos;t have anything to do with configuring media types :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59885</commentid>
    <comment_count>9</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-11-11 00:36:36 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: see comment 1, comment 3, and comment 4.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>59886</commentid>
    <comment_count>10</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-11-11 00:36:48 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6823.
Check-in comment: Make appcache no longer check for the MIME type.
http://html5.org/tools/web-apps-tracker?from=6822&amp;to=6823</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>62143</commentid>
    <comment_count>11</comment_count>
    <who name="Kang-Hao (Kenny) Lu">kennyluck</who>
    <bug_when>2011-12-30 08:43:23 +0000</bug_when>
    <thetext>The change seems incomplete as step 6 currently says

&quot;or if the resource is labeled with a MIME type other than text/cache-manifest or has parameters that do not match the conditions listed earlier, then run the cache failure steps. &quot;

What are the &quot;conditions listed earlier&quot; and what are the parameters by the way?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>63125</commentid>
    <comment_count>12</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-01-25 23:25:45 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter&apos;s comments.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>63128</commentid>
    <comment_count>13</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-01-25 23:27:29 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6920.
Check-in comment: Remove vestiges of MIME type checking in appcache.
http://html5.org/tools/web-apps-tracker?from=6919&amp;to=6920</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>