diff --git a/index.bs b/index.bs index fc570de..4c767ab 100644 --- a/index.bs +++ b/index.bs @@ -9,6 +9,7 @@ Editor: Marijn Kruisselbrink, Google, mek@chromium.org Status: ED ED: https://w3c.github.io/FileAPI/ TR: http://www.w3.org/TR/FileAPI/ +Repository: w3c/FileAPI Previous Version: http://www.w3.org/TR/2012/WD-FileAPI-20121025/ Abstract: This specification provides an API for representing file objects in web applications, as well as programmatically selecting them and accessing their data. This includes: @@ -1677,9 +1678,14 @@ Origin of Blob URLs Blob URLs are created using URL.{{URL/createObjectURL()}}, and are revoked using URL.{{URL/revokeObjectURL()}}. The origin of a Blob URL must be the same as the [=environment settings object/origin=] -specified by the incumbent settings object +specified by the current settings object at the time the method that created it was called. +Issue: there is currently some confusion between the generic definition of the +[=url/origin|origin of a URL=] and the specific definition of the [=origin of a Blob URL=]. This is +tracked in issue #63 and in +whatwg/url#127. + [=CORS protocol|Cross-origin requests=] on Blob URLs must return a network error. Note: In practice this means that HTTP and HTTPS [=/origins=] @@ -1702,7 +1708,7 @@ which is invoked by URL.{{URL/createObjectURL()}}: (that is, the Unicode code point sequence U+0062, U+006C, U+006F, U+0062) to |result|. 1. Append the ":" (U+003A COLON) character to |result|. -1. Let |settings| be the [=incumbent settings object=] +1. Let |settings| be the [=current settings object=] 1. Let |origin| be |settings|'s [=environment settings object/origin=]. 1. Let |serialized| be the ASCII serialization of |origin|. 1. If |serialized| is "null", set it to an implementation-defined value. diff --git a/index.html b/index.html index 50aec08..981dd7d 100644 --- a/index.html +++ b/index.html @@ -419,7 +419,7 @@ [data-algorithm]:not(.heading) { padding: .5em; border: thin solid #ddd; border-radius: .5em; - margin: .5em 0; + margin: .5em calc(-0.5em - 1px); } [data-algorithm]:not(.heading) > :first-child { margin-top: 0; @@ -1177,7 +1177,7 @@ } } - +