Skip to content

Commit

Permalink
[e] (0) Change the wording to not suggest ignoring 'filename*' parame…
Browse files Browse the repository at this point in the history
…ters.

Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7000 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 15, 2012
1 parent 1ebacb8 commit 0f63d80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -54819,7 +54819,7 @@ <h4 id=downloading-resources><span class=secno>4.12.4 </span>Downloading resourc

<li><p>If the resource has a <code title=http-content-disposition>Content-Disposition</code> header, <!-- Content-Disposition: attachment; filename="" is always honoured, even cross-origin -->
that header specifies the <code title="">attachment</code>
disposition type, and the header includes a filename parameter,
disposition type, and the header includes filename information,
then let <var title="">filename</var> have the value specified by
the header, and jump to the step labeled "sanitize" below. <a href=#refsRFC6266>[RFC6266]</a></li>

Expand All @@ -54838,7 +54838,7 @@ <h4 id=downloading-resources><span class=secno>4.12.4 </span>Downloading resourc

<li><p>If <var title="">trusted operation</var> is true and the <!-- Content-Disposition: *; filename="" overrides download="" for same-origin -->
resource has a <code title=http-content-disposition>Content-Disposition</code> header
and that header includes a filename parameter, then let <var title="">filename</var> have the value specified by the header, and
and that header includes filename information, then let <var title="">filename</var> have the value specified by the header, and
jump to the step labeled "sanitize" below. <a href=#refsRFC6266>[RFC6266]</a></li>

<li><p>If the download was not initiated from a
Expand Down Expand Up @@ -63564,7 +63564,6 @@ <h4 id=the-history-interface><span class=secno>6.4.2 </span>The <code><a href=#h



<!--TOPIC:DOM APIs-->
<h4 id=the-location-interface><span class=secno>6.4.3 </span>The <code><a href=#location>Location</a></code> interface</h4>

<p>Each <code><a href=#document>Document</a></code> object in a <a href=#browsing-context>browsing
Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -54819,7 +54819,7 @@ fur

<li><p>If the resource has a <code title=http-content-disposition>Content-Disposition</code> header, <!-- Content-Disposition: attachment; filename="" is always honoured, even cross-origin -->
that header specifies the <code title="">attachment</code>
disposition type, and the header includes a filename parameter,
disposition type, and the header includes filename information,
then let <var title="">filename</var> have the value specified by
the header, and jump to the step labeled "sanitize" below. <a href=#refsRFC6266>[RFC6266]</a></li>

Expand All @@ -54838,7 +54838,7 @@ fur

<li><p>If <var title="">trusted operation</var> is true and the <!-- Content-Disposition: *; filename="" overrides download="" for same-origin -->
resource has a <code title=http-content-disposition>Content-Disposition</code> header
and that header includes a filename parameter, then let <var title="">filename</var> have the value specified by the header, and
and that header includes filename information, then let <var title="">filename</var> have the value specified by the header, and
jump to the step labeled "sanitize" below. <a href=#refsRFC6266>[RFC6266]</a></li>

<li><p>If the download was not initiated from a
Expand Down Expand Up @@ -63564,7 +63564,6 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU



<!--TOPIC:DOM APIs-->
<h4 id=the-location-interface><span class=secno>6.4.3 </span>The <code><a href=#location>Location</a></code> interface</h4>

<p>Each <code><a href=#document>Document</a></code> object in a <a href=#browsing-context>browsing
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -63961,7 +63961,7 @@ fur
<li><p>If the resource has a <code
title="http-content-disposition">Content-Disposition</code> header, <!-- Content-Disposition: attachment; filename="" is always honoured, even cross-origin -->
that header specifies the <code title="">attachment</code>
disposition type, and the header includes a filename parameter,
disposition type, and the header includes filename information,
then let <var title="">filename</var> have the value specified by
the header, and jump to the step labeled "sanitize" below. <a
href="#refsRFC6266">[RFC6266]</a></p></li>
Expand All @@ -63984,7 +63984,7 @@ fur
<li><p>If <var title="">trusted operation</var> is true and the <!-- Content-Disposition: *; filename="" overrides download="" for same-origin -->
resource has a <code
title="http-content-disposition">Content-Disposition</code> header
and that header includes a filename parameter, then let <var
and that header includes filename information, then let <var
title="">filename</var> have the value specified by the header, and
jump to the step labeled "sanitize" below. <a
href="#refsRFC6266">[RFC6266]</a></p></li>
Expand Down Expand Up @@ -74335,7 +74335,6 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O



<!--TOPIC:DOM APIs-->
<h4>The <code>Location</code> interface</h4>

<p>Each <code>Document</code> object in a <span>browsing
Expand Down

0 comments on commit 0f63d80

Please sign in to comment.