From c06a8820c42c753979e12e0e489935543cc73b53 Mon Sep 17 00:00:00 2001
From: MattGarrish The primary entry page is a key [[!HTML]] document required of every Web Publication. It
- represents the preferred starting resource for discovery of the Web
- Publication and enables discovery of the manifest. Every Web Publication MUST include a primary entry page which MUST be returned when
+ accessing the Web Publication's address. The primary entry page represents the preferred
+ starting resource for discovery of the Web Publication, and enables
+ discovery of the manifest. Although any resource can link to the Web Publication manifest, the primary entry page typically
introduces the publication and provides access to the content. It might contain all the content, in
@@ -755,9 +756,8 @@ It is not required that the primary entry page be included in the default reading order, nor that it be the first document listed when it is included. This
specification leaves the exact nature of the document intentionally underspecified to provide
- flexibility for different approaches (e.g., the primary entry page could be a marketing document for
- the Web Publication instead of a specific page of content). If a default reading order is not
- provided, however, the primary entry page will be used as the default entry.Resources
Primary Entry Page
- Primary Entry Page
The primary entry page is the only resource in which a manifest can be
embedded. To ensure discovery of the manifest, the primary entry page MUST provide a
Date: Wed, 19 Dec 2018 08:16:29 -0400
Subject: [PATCH 2/5] minor language tweaks
---
index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index d79e204..2e03fb7 100644
--- a/index.html
+++ b/index.html
@@ -742,9 +742,9 @@ Every Web Publication MUST include a primary entry page which MUST be returned when
- accessing the Web Publication's address. The primary entry page represents the preferred
- starting resource for discovery of the Web Publication, and enables
+ Every Web Publication MUST include a primary entry page, which is the resource that MUST
+ be returned when accessing the Web Publication's address. The primary entry page represents
+ the preferred starting resource for the Web Publication, and enables
discovery of the manifest. Although any resource can link to the Web Publication manifest, the primary entry page typically
From 49efa9b431c9101f38564469d977b58629467de8 Mon Sep 17 00:00:00 2001
From: MattGarrish Resources
Primary Entry Page
- Primary Entry Page
>default reading order
The primary entry page is the only resource in which a manifest can be
embedded. To ensure discovery of the manifest, the primary entry page MUST provide a Generating a Canonical Manifest
- Every Web Publication MUST include a primary entry page, which is the resource that MUST
- be returned when accessing the Web Publication's address. The primary entry page represents
- the preferred starting resource for the Web Publication, and enables
- discovery of the manifest. The primary entry page represents the preferred starting resource for a Web Publication and enables discovery of its manifest. It is the
+ resource that is returned when accessing the Web Publication's address, and MUST be included
+ either in the default reading order or resource list. Although any resource can link to the Web Publication manifest, the primary entry page typically
introduces the publication and provides access to the content. It might contain all the content, in
From 0f1cda39d1324f5bc40ec62c4f91b0a759c8bdd9 Mon Sep 17 00:00:00 2001
From: MattGarrish The primary entry page represents the preferred starting resource for a Web Publication and enables discovery of its manifest. It is the
resource that is returned when accessing the Web Publication's address, and MUST be included
- either in the default reading order or resource list. Although any resource can link to the Web Publication manifest, the primary entry page typically
introduces the publication and provides access to the content. It might contain all the content, in
undefined
, let u be the value of document.URL, and add
+ undefined
, let u be the value
+ of document.URL, and add
"readingOrder": [{"type": ["LinkedResource"], "url": u}]
to the
manifest
Resources
Primary Entry Page
- Primary Entry Page