From bda734ff1df3300c6c964bf6a5a8c378c72d0b2f Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Tue, 19 Mar 2019 11:11:24 +0100 Subject: [PATCH 1/3] Added a text whereby using the embedded manifest is RECOMMENDED. --- index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 470f5e6..642748c 100644 --- a/index.html +++ b/index.html @@ -2734,9 +2734,16 @@

Primary Entry Page

using the 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 link to the manifest, regardless of whether the - manifest is embedded within the page or external to it.

+ can be embedded.

+ +

To ensure discovery of the manifest, the primary entry page MUST + provide a link to the manifest. The manifest MAY be external + to, and linked from, the primary entry page, but it is RECOMMENDED to + embed the manifest into the page instead.

+ +

Search engines may process the metadata using schema.org vocabulary, and in JSON-LD format, + only if it is embedded in the HTML page. This is a reason why embedding the manifest is the + preferred option.

The address of the primary entry page is also the canonical identifier for the Web Publication (i.e., it serves as its unique identifier).

From a80803b5c1dd537f07d60a02540b9174a637b19f Mon Sep 17 00:00:00 2001 From: MattGarrish Date: Tue, 19 Mar 2019 09:35:46 -0300 Subject: [PATCH 2/3] move recommended embedding practice first; shorten note --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 642748c..3c0483c 100644 --- a/index.html +++ b/index.html @@ -1605,9 +1605,10 @@
Global Language and Direction
directionally set to left-to-right text;
  • rtl: indicates that the textual values are explicitly directionally set to right-to-left text;
  • -
  • auto indicates that the textual values are explicitly directionally set - to the direction of the first character with a strong directionality, following the - rules of the Unicode Bidirectional Algorithm [[!bidi]].
  • +
  • auto indicates that the textual values are explicitly + directionally set to the direction of the first character with a strong + directionality, following the rules of the Unicode Bidirectional Algorithm + [[!bidi]].
  • When specified, these properties are also used as defaults for textual values in the @@ -2736,14 +2737,13 @@

    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 link to the manifest. The manifest MAY be external - to, and linked from, the primary entry page, but it is RECOMMENDED to - embed the manifest into the page instead.

    +

    To ensure discovery of the manifest, the primary entry page MUST provide a link to the manifest. It is RECOMMENDED to embed the manifest in the primary entry page, but the + manifest MAY be external to, and linked from, it.

    -

    Search engines may process the metadata using schema.org vocabulary, and in JSON-LD format, - only if it is embedded in the HTML page. This is a reason why embedding the manifest is the - preferred option.

    +

    Embedding is the preferred option as search engines will only process schema.org + metadata in JSON-LD format when it is embedded in an HTML page.

    The address of the primary entry page is also the canonical identifier for the Web Publication (i.e., it serves as its unique identifier).

    From 324c4fc5925ce9d0f9d28ca5f488e8c38b668a44 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Tue, 19 Mar 2019 17:02:52 +0100 Subject: [PATCH 3/3] will only -> might only --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c0483c..b3bd105 100644 --- a/index.html +++ b/index.html @@ -2742,7 +2742,7 @@

    Primary Entry Page

    href="#wp-manifest-embedding">embed the manifest in the primary entry page, but the manifest MAY be external to, and linked from, it.

    -

    Embedding is the preferred option as search engines will only process schema.org +

    Embedding is the preferred option as search engines might only process schema.org metadata in JSON-LD format when it is embedded in an HTML page.

    The address of the primary entry page is also the canonical identifier for the Web