From 08c93a129c8fa2996c1e7be01d569356e8021b1e Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Wed, 28 Nov 2018 11:18:24 -0500 Subject: [PATCH 1/8] Remove HTML comment usage in data blocks JSON-LD script elments MUST only contain valid JSON. HTML entity-based character encoding is used to avoid accidental script tag parsing problems--as described in the note in Restrictions for contents of **** **** @@ -8849,7 +8847,6 @@

Graph Containers

-
Graph Containers
         "@context": "http://schema.org/",
         "@type": "WebPageElement",
         "name": "Encoding Issues",
-        "description": "Issues list such as unescaped </script> or -->"
+        "description": "Issues list such as unescaped </script> or - - >"
       }
       
       -->
       
+           data-result-for="Embedding JSON-LD containing HTML in HTML-original">
       
       
- - - - - - -
SubjectPropertyValueValue Type
_:b0schema:nameEncoding Issues 
_:b0schema:descriptionIssues list such as unescaped &lt;/script&gt; or --&gt; 
       
       
From a52fb4cdc532f96a5ae6ab37664e27d8a737f938 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 28 Nov 2018 17:15:07 -0800 Subject: [PATCH 7/8] Fix some HTML errors and deal with - - > --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3bcfd899..7524f75a 100644 --- a/index.html +++ b/index.html @@ -8581,7 +8581,7 @@

Graph Containers

JSON-LD content can be easily embedded in HTML [[HTML52]] by placing it in a Script element with the type attribute set to application/ld+json. Doing so creates a - data block.

+ data block.