diff --git a/index.html b/index.html index 470f5e6..b3bd105 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 @@ -2734,9 +2735,15 @@

    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. It is RECOMMENDED to 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 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 Publication (i.e., it serves as its unique identifier).