OLD | NEW |
| 1 .. include:: /migration/deprecation.inc |
| 2 |
1 ################################### | 3 ################################### |
2 Native Client Manifest (nmf) Format | 4 Native Client Manifest (nmf) Format |
3 ################################### | 5 ################################### |
4 | 6 |
5 .. contents:: | 7 .. contents:: |
6 :local: | 8 :local: |
7 :backlinks: none | 9 :backlinks: none |
8 :depth: 2 | 10 :depth: 2 |
9 | 11 |
10 Overview | 12 Overview |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 required to load the Native Client application. | 269 required to load the Native Client application. |
268 | 270 |
269 .. _nmf_url_resolution: | 271 .. _nmf_url_resolution: |
270 | 272 |
271 URL resolution | 273 URL resolution |
272 -------------- | 274 -------------- |
273 | 275 |
274 All URLs contained in a manifest are resolved relative to the URL of | 276 All URLs contained in a manifest are resolved relative to the URL of |
275 the manifest. If the manifest was specified as a data URI, the URLs must | 277 the manifest. If the manifest was specified as a data URI, the URLs must |
276 all be absolute. | 278 all be absolute. |
OLD | NEW |