- From: <bugzilla@jessica.w3.org>
 - Date: Wed, 14 May 2014 16:35:08 +0000
 - To: public-webapps-bugzilla@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25713
            Bug ID: 25713
           Summary: Formalize the Blob URL Syntax
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
          Assignee: arun@mozilla.com
          Reporter: arun@mozilla.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: public-webapps@w3.org
The mailing list thread at
http://lists.w3.org/Archives/Public/public-webapps/2014AprJun/0369.html
suggests that a formalism of the Blob URL Syntax might look like:
blob:https://example.com/UUID
e.g. blob:https://accounts.google.com/e55f2c33-f000-4e88-b89c-874ae09e7f93
An ABNF might look like:
blob = scheme ":" origin "/" UUID [fragIdentifier]
where scheme is "blob" and ":" is (U+003A COLON) 
      origin is as defined in http://tools.ietf.org/html/rfc6454 as a scheme,
      host, and port tuple; not all components need to be represented
      "/" is U+002F SOLIDUS)
      UUID is as defined in http://tools.ietf.org/html/rfc4122
      The optional fragIdentifier has well-known semantics.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 14 May 2014 16:35:10 UTC