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 health warning and reference to string-meta (for issue #643) #650

Merged
merged 1 commit into from
May 8, 2019
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3092,6 +3092,15 @@ <h3>Human-Readable Metadata</h3>
carry forward changes in direction from one string to another, or infer direction
for one string from another one elsewhere in the TD.
</p>
<p class="note">Being aware that Strings on the Web [[?string-meta]] suggests
to use Localizable dictionary structure as the best practice to support base
direction metadata, given that Thing Description format is based on JSON-LD 1.1
[[?json-ld11]], the approach described above is considered most appropriate
at the time of this publication. When JSON-LD 1.1 adopts the design for supporting
base direction metadata advised by [[?string-meta]] and implement as a feature
in the future, Thing Description format should be updated to take advantage of
that feature for cleanly supporting base direction metadata.
</p>
<p>
A TD snippet using <code>title</code> and <code>description</code> is
shown below. The default language is set to <code>en</code> through the
Expand Down
9 changes: 9 additions & 0 deletions index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2462,6 +2462,15 @@ <h3>Human-Readable Metadata</h3>
carry forward changes in direction from one string to another, or infer direction
for one string from another one elsewhere in the TD.
</p>
<p class="note">Being aware that Strings on the Web [[?string-meta]] suggests
to use Localizable dictionary structure as the best practice to support base
direction metadata, given that Thing Description format is based on JSON-LD 1.1
[[?json-ld11]], the approach described above is considered most appropriate
at the time of this publication. When JSON-LD 1.1 adopts the design for supporting
base direction metadata advised by [[?string-meta]] and implement as a feature
in the future, Thing Description format should be updated to take advantage of
that feature for cleanly supporting base direction metadata.
</p>
<p>
A TD snippet using <code>title</code> and <code>description</code> is
shown below. The default language is set to <code>en</code> through the
Expand Down