Package (Web)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Web |extensions={{ext|pack}} |mimetypes={{mimetype|application/package}} |released=2015 }} '''Package''' is a W3C draft intended to...") |
|||
(One intermediate revision by one user not shown) | |||
Line 6: | Line 6: | ||
|released=2015 | |released=2015 | ||
}} | }} | ||
+ | :''Not to be confused with [[PackageForTheWeb]].'' | ||
+ | |||
'''Package''' is a W3C draft intended to become a standard for combining multiple files together to be transmitted as a package in conjunction with displaying a website. Supporting browsers can observe a <code>link rel="package"</code> tag in a Web page and download the package file in place of the various individual files (graphics, stylesheets, etc.) in it. | '''Package''' is a W3C draft intended to become a standard for combining multiple files together to be transmitted as a package in conjunction with displaying a website. Supporting browsers can observe a <code>link rel="package"</code> tag in a Web page and download the package file in place of the various individual files (graphics, stylesheets, etc.) in it. | ||
== Specifications == | == Specifications == | ||
* [http://www.w3.org/TR/2015/WD-web-packaging-20150115/ Draft spec 2015-01-15] | * [http://www.w3.org/TR/2015/WD-web-packaging-20150115/ Draft spec 2015-01-15] | ||
+ | |||
+ | [[Category:W3C]] |
Latest revision as of 20:14, 20 October 2020
- Not to be confused with PackageForTheWeb.
Package is a W3C draft intended to become a standard for combining multiple files together to be transmitted as a package in conjunction with displaying a website. Supporting browsers can observe a link rel="package"
tag in a Web page and download the package file in place of the various individual files (graphics, stylesheets, etc.) in it.