Re: [w3c/FileAPI] "Unicode Serialization of a Blob URL" algorithm makes no sense (#59)

Looks like this should read something like

1. Let *settings* be the [incumbent settings object](https://html.spec.whatwg.org/multipage/webappapis.html#incumbent-settings-object).
1. Let *origin* be *settings*'s [origin](https://html.spec.whatwg.org/multipage/webappapis.html#concept-settings-object-origin)
1. Let *serialized* be the [Unicode serialization](https://html.spec.whatwg.org/multipage/browsers.html#unicode-serialisation-of-an-origin) of *origin*.
1. If *serialized* is "null", set it to an implementation-defined value.
1. Append *serialized* to *result*.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/59#issuecomment-276028480

Received on Monday, 30 January 2017 10:33:35 UTC