Skip to content

Commit 3e45217

Browse files
committed
Change warnings about i18n-datatpe and compound-literal sections as being AT RISK (they're already informative).
1 parent 0b117b2 commit 3e45217

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12853,9 +12853,11 @@ <h3>Serializing/Deserializing RDF</h3>
1285312853
the value of `@language`, if any, followed by an underscore (`"_"`) followed
1285412854
by the value of `@direction`.</p>
1285512855

12856-
<p class="warning">This feature is experimental, as RDF does not have a
12856+
<p class="issue atrisk">This feature is experimental, as RDF does not have a
1285712857
standard way to represent base direction in <a>RDF literals</a>.
12858-
A future RDF Working Group may support base direction differently.</p>
12858+
A future RDF Working Group may support base direction differently.
12859+
The JSON-LD Working Group solicits feedback from the community on the
12860+
usefulness of these transformations.</p>
1285912861

1286012862
<p>The following example shows two statements with literal values of `i18n:ar-EG_rtl`,
1286112863
which encodes the language tag `ar-EG` and the base direction `rtl`.</p>
@@ -12904,9 +12906,11 @@ <h3>Serializing/Deserializing RDF</h3>
1290412906
describe the <a>base direction</a> and optional <a>language tag</a> from
1290512907
value objects containing `@direction` and optionally `@language`.</p>
1290612908

12907-
<p class="warning">This feature is experimental, as RDF does not have a
12909+
<p class="issue atrisk">This feature is experimental, as RDF does not have a
1290812910
standard way to represent base direction in <a>RDF literals</a>.
12909-
A future RDF Working Group may support base direction differently.</p>
12911+
A future RDF Working Group may support base direction differently.
12912+
The JSON-LD Working Group solicits feedback from the community on the
12913+
usefulness of these transformations.</p>
1291012914

1291112915
<p>The following example shows two statements with compoud literals
1291212916
representing strings with the <a>language tag</a> `ar-EG` and <a>base direction</a> `rtl`.</p>

0 commit comments

Comments
 (0)