https://www.w3.org/Bugs/Public/show_bug.cgi?id=18529

           Summary: Existence of separators in token should throw
                    SyntaxError
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: File API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


Created attachment 1173
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1173
Test Case

http://tools.ietf.org/html/rfc2616#section-3.7 says that media-type should be
type "/" subtype *( ";" parameter ) , where type and subtype both are tokens.
http://tools.ietf.org/html/rfc2616#page-17 says that tokens should not contain
CTL's or separators, hence according to section 4.B.d of
http://dev.w3.org/2006/webapi/FileAPI/#slide-method-algo, it should throw a
SyntaxError, but it does not.

I feel the spec doesn't match implementation.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to