You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the latest (Apr. 4) version of the document which (per w3c/web-share#6 (comment)) is about to be published. However, Example 7 is incorrect JSON-LD. It should be:
{
"@context": {
"example": "http://example.com/example/",
"title": {
"@id": "example:title",
"@container": "@language"
}
},
"@id": "http://example.com/Learning%20Web%20Design",
"title": { "en" : "Learning Web Design",
"ar" : "التعلم على شبكة الإنترنت التصمي",
"ja" : "Webデザインを学ぶ" ,
"zh-Hans" : "学习网页设计"
}
}
The text was updated successfully, but these errors were encountered:
I am looking at the latest (Apr. 4) version of the document which (per w3c/web-share#6 (comment)) is about to be published. However, Example 7 is incorrect JSON-LD. It should be:
The text was updated successfully, but these errors were encountered: