[html5] r7000 - [e] (0) Change the wording to not suggest ignoring 'filename*' parameters. Affec [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 15 15:23:26 PST 2012
Author: ianh
Date: 2012-02-15 15:23:24 -0800 (Wed, 15 Feb 2012)
New Revision: 7000
Modified:
complete.html
index
source
Log:
[e] (0) Change the wording to not suggest ignoring 'filename*' parameters.
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2012-02-15 20:32:45 UTC (rev 6999)
+++ complete.html 2012-02-15 23:23:24 UTC (rev 7000)
@@ -54819,7 +54819,7 @@
<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>
@@ -54838,7 +54838,7 @@
<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
@@ -63564,7 +63564,6 @@
-<!--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
Modified: index
===================================================================
--- index 2012-02-15 20:32:45 UTC (rev 6999)
+++ index 2012-02-15 23:23:24 UTC (rev 7000)
@@ -54819,7 +54819,7 @@
<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>
@@ -54838,7 +54838,7 @@
<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
@@ -63564,7 +63564,6 @@
-<!--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
Modified: source
===================================================================
--- source 2012-02-15 20:32:45 UTC (rev 6999)
+++ source 2012-02-15 23:23:24 UTC (rev 7000)
@@ -63961,7 +63961,7 @@
<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>
@@ -63984,7 +63984,7 @@
<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>
@@ -74335,7 +74335,6 @@
-<!--TOPIC:DOM APIs-->
<h4>The <code>Location</code> interface</h4>
<p>Each <code>Document</code> object in a <span>browsing
More information about the Commit-Watchers
mailing list