@@ -8434,7 +8434,7 @@ <h3>Graph Containers</h3>
8434
8434
JSON-LD content can be easily embedded in HTML [[HTML52]] by placing
8435
8435
it in a < a data-cite ="HTML52/semantics-scripting.html#the-script-element "> Script element</ a > with the < code > type</ code > attribute set to
8436
8436
< code > application/ld+json</ code > . Doing so creates a
8437
- < a data-cite ="https://www.w3.org/TR/html52 /semantics-scripting.html#data-block "> data block</ a > .</ p >
8437
+ < a data-cite ="HTML52 /semantics-scripting.html#data-block "> data block</ a > .</ p >
8438
8438
8439
8439
< aside class ="example ds-selector-tabs "
8440
8440
title ="Embedding JSON-LD in HTML ">
@@ -8710,7 +8710,7 @@ <h3>Graph Containers</h3>
8710
8710
"@context": "http://schema.org/",
8711
8711
"@type": "WebPageElement",
8712
8712
"name": "Encoding Issues",
8713
- "description": "Issues list such as unescaped </script> or -->"
8713
+ "description": "Issues list such as unescaped </script> or - ->"
8714
8714
}
8715
8715
</script>
8716
8716
-->
@@ -8723,7 +8723,7 @@ <h3>Graph Containers</h3>
8723
8723
"@type": ["http://schema.org/WebPageElement"],
8724
8724
"http://schema.org/name": [{"@value": "Encoding Issues"}],
8725
8725
"http://schema.org/description": [
8726
- {"@value": "Issues list such as unescaped </script> or -- >"}
8726
+ {"@value": "Issues list such as unescaped </script> or - - >"}
8727
8727
]
8728
8728
}]
8729
8729
-->
@@ -8738,7 +8738,7 @@ <h3>Graph Containers</h3>
8738
8738
8739
8739
[ a schema:WebPageElement;
8740
8740
schema:name "Encoding Issues";
8741
- schema:description "Issues list such as unescaped </script> or -- >"
8741
+ schema:description "Issues list such as unescaped </script> or - - >"
8742
8742
] .
8743
8743
-->
8744
8744
</ pre >
0 commit comments