Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a text whereby using the embedded manifest is RECOMMENDED. #412

Merged
merged 3 commits into from
Mar 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1605,9 +1605,10 @@ <h6>Global Language and Direction</h6>
directionally set to left-to-right text;</li>
<li><code><dfn>rtl</dfn></code>: indicates that the textual values are explicitly
directionally set to right-to-left text;</li>
<li><code><dfn>auto</dfn></code> 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]].</li>
<li><code><dfn>auto</dfn></code> 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]].</li>
</ul>

<p>When specified, these properties are also used as defaults for textual values in the
Expand Down Expand Up @@ -2734,9 +2735,15 @@ <h4>Primary Entry Page</h4>
using the primary entry page</a>.</p>

<p>The primary entry page is the only resource in which <a href="#wp-manifest-embedding">a manifest
can be embedded</a>. To ensure discovery of the manifest, the primary entry page MUST
provide a <a href="#wp-manifest-linking">link to the manifest</a>, regardless of whether the
manifest is embedded within the page or external to it.</p>
can be embedded</a>. </p>

<p>To ensure discovery of the manifest, the primary entry page MUST provide a <a
href="#wp-manifest-linking">link to the manifest</a>. It is RECOMMENDED to <a
href="#wp-manifest-embedding">embed</a> the manifest in the primary entry page, but the
manifest MAY be external to, and linked from, it.</p>

<p class="note">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.</p>

<p>The address of the primary entry page is also the <a>canonical identifier</a> for the Web
Publication (i.e., it serves as its unique identifier).</p>
Expand Down