w3c / manifest

Manifest for web apps
https://www.w3.org/TR/appmanifest/
Other
659 stars 162 forks source link

Missing references #5

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

@hollobit wrote: It would be good to change the reference information

--------- current text ------- [ECMAScript-MIME] Reference not found. [HTML-MIME] Reference not found.

[JSON] Reference not found. [MIME] Reference not found.

[SNIFF] Reference not found. [URL] Reference not found.

--------- Proposed change -------

[ECMAScript-MIME] B. Hoehrmann, Scripting Media Types, April 2006, Internet RFC 4329. URL: http://tools.ietf.org/html/rfc4329 [HTML-MIME] D. Connolly; L. Masinter, The 'text/html' Media Type, June 2000, Internet RFC 2854. URL: http://tools.ietf.org/html/rfc2854

[JSON] D. Crockford. The application/json Media Type for JavaScript Object Notation (JSON) (RFC 4627). July 2006. RFC. URL: http://www.ietf.org/rfc/rfc4627.txt [MIME] MIME is specified in six RFC: RFC 2045, RFC 2046, RFC 2047, RFC 4288, RFC 4289 and RFC 2049, which together define the specifications.

[SNIFF] A. Barth; I. Hickson, Media Type Sniffing, IETF (Work in Progress). URI: http://tools.ietf.org/html/draft-ietf-websec-mime-sniff-03 [URL] T. Berners-Lee; L. Masinter; M. McCahill, Uniform Resource Locators (URL), December 1994, Internet RFC 1738. URI : http://tools.ietf.org/html/rfc1738

marcoscaceres commented 11 years ago

@hollobit, thanks for tracking down the references...

[SNIFF] A. Barth; I. Hickson, Media Type Sniffing, IETF (Work in Progress). URI: http://tools.ietf.org/html/draft-ietf-websec-mime-sniff-03

This reference is obsolete. Using this one: http://mimesniff.spec.whatwg.org/

[URL] T. Berners-Lee; L. Masinter; M. McCahill, Uniform Resource Locators (URL), December 1994, Internet RFC 1738. URI : http://tools.ietf.org/html/rfc1738

The [URL] spec has been added to Respec. Please note that URL references above is obsolete. Using: http://url.spec.whatwg.org/

[MIME] MIME is specified in six RFC: RFC 2045, RFC 2046, RFC 2047, RFC 4288, RFC 4289 and RFC 2049, which together define the specifications.

I think we only want to use: RFC2046

[JSON] D. Crockford. The application/json Media Type for JavaScript Object Notation (JSON) (RFC 4627). July 2006. RFC. URL: http://www.ietf.org/rfc/rfc4627.txt

This one is already in Respec, but it's using the alias RFC4627. I will alias this to JSON.

[HTML-MIME] and [ECMAScript-MIME]

Will add to respec.

marcoscaceres commented 11 years ago

Work started...

marcoscaceres commented 11 years ago

HTML-MIME is not needed, it's defined in the HTML spec.

marcoscaceres commented 11 years ago

Work complete. PR sent to Respec: https://github.com/darobin/respec/pull/204