Skip to content

Commit d5dd6c2

Browse files
gkelloggTallTedhartig
committed
Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr <[email protected]> Co-authored-by: Olaf Hartig <[email protected]>
1 parent 34e73c5 commit d5dd6c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ <h3>RDF Version Announcement</h3>
558558
clients receiving a document should be prepared to properly handle a document
559559
of the requested media type but potentially having a `version` other than what was
560560
requested.
561-
Clients may consider down-grading the content to an appropriate version themselves
561+
Clients may consider down-grading the content to an appropriate version themselves
562562
as discussed in <a href="#server-considerations" class="sectionRef"></a>.</p>
563563
</section>
564564
</section>
@@ -640,7 +640,7 @@ <h4>Server Considerations</h4>
640640
<li>Replace <a>directional language-tagged strings</a>
641641
by <a>literals</a> with a <a>datatype IRI</a> that
642642
uses the <a data-cite="JSON-LD11#the-i18n-namespace">`i18n` namespace</a>, as defined in [[JSON-LD11]]
643-
("1.2" or "1.2-basic" to "1.1").</li>
643+
(downgrading from version "1.2" or "1.2-basic" to "1.1").</li>
644644
<li>Return `406 "Not Acceptable"`.</li>
645645
<li>Ignore the requested version and return a native representation.</li>
646646
</ol>
@@ -654,11 +654,11 @@ <h4>Server Considerations</h4>
654654
<section id="client-considerations" class="informative">
655655
<h4>Client Considerations</h4>
656656
<p>If a document has no stated `version` (either by HTTP header or internal),
657-
systems can assume the version is `"1.2"`, which is compatible
658-
with all RDF versions.</p>
657+
systems can assume the version is `"1.2"`, which continues to
658+
support all prior RDF versions.</p>
659659
<p>When parsing a document with conflicting versions,
660660
or when parsing a document using unsupported versions, a parser
661-
may:</p>
661+
may do any of the following:</p>
662662
<ul>
663663
<li>Ignore the version directive.</li>
664664
<li>Raise an error and abort.</li>

0 commit comments

Comments
 (0)