Skip to content

Commit 9eed8a8

Browse files
committed
Adds Privacy Considerations as a reference to RFC3870.
Adds stub for Security Considerations. Fixes #7.
1 parent 24b9507 commit 9eed8a8

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

spec/index.html

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,29 +1124,33 @@ <h3>Reifying Statements: <code>rdf:ID</code></h3>
11241124
if it adheres to the specification defined in this document.</dd>
11251125
</dl>
11261126

1127-
</section>
1127+
<section id="section-MIME-Type">
1128+
<h2>RDF MIME Type, File Extension and Macintosh File Type</h2>
11281129

1129-
<!-- THIRD PART : MIME Type -->
1130+
<p>The Internet media type / MIME type for RDF/XML is
1131+
<code>application/rdf+xml</code> &mdash; [[RFC3870]].
1132+
</p>
11301133

1131-
<section id="section-MIME-Type">
1132-
<h2>RDF MIME Type, File Extension and Macintosh File Type</h2>
1134+
<p>It is recommended that RDF/XML files have the extension
1135+
<code>".rdf"</code> (all lowercase) on all platforms.</p>
11331136

1134-
<p>The Internet media type / MIME type for RDF/XML is
1135-
<code>application/rdf+xml</code> &mdash;
1136-
RFC 3023 [[RFC3023]], section 8.18.
1137-
</p>
1137+
<p>It is recommended that RDF/XML files stored on Macintosh HFS file
1138+
systems be given a file type of <code>"rdf&nbsp;"</code>
1139+
(all lowercase, with a space character as the fourth letter).</p>
1140+
</section>
11381141

1139-
<p class="note"><strong>(Informative): </strong>
1140-
For the state of the MIME type registration, consult
1141-
IANA MIME Media Types [[IANA-MEDIA-TYPES]]
1142-
</p>
1142+
<section class="informative" id="privacy-considerations">
1143+
<h2>Privacy Considerations</h2>
1144+
<p class="ednote">TODO</p>
1145+
</section>
11431146

1144-
<p>It is recommended that RDF/XML files have the extension
1145-
<code>".rdf"</code> (all lowercase) on all platforms.</p>
1147+
<section class="informative" id="security">
1148+
<h2>Security Considerations</h2>
1149+
1150+
<p>See the <a data-cite="RFC3870#section-6">Security Considerations Section</a>
1151+
of [[RFC3870]].</p>
1152+
</section>
11461153

1147-
<p>It is recommended that RDF/XML files stored on Macintosh HFS file
1148-
systems be given a file type of <code>"rdf&nbsp;"</code>
1149-
(all lowercase, with a space character as the fourth letter).</p>
11501154
</section>
11511155

11521156

@@ -3554,7 +3558,7 @@ <h2>Changes for RDF 1.1 Recommendation</h2>
35543558
<h2>Changes between RDF 1.1 and RDF 1.2</h2>
35553559

35563560
<ul>
3557-
3561+
<li>Adds <a href="#privacy-considerations"></a> and <a href="#security"></a>.</li>
35583562
</ul>
35593563
</section>
35603564

0 commit comments

Comments
 (0)