Skip to content

Commit d11f6e5

Browse files
ioggstreamgkellogg
andauthored
Fix: #156. Update media type registration information. (#157)
* Fix: #156. Update media type registration information. * RFC9512 is in specref. YAML 1.2.2 is not * YAML 1.2.2 is in specref too ;) * Change contact information to WG.. --------- Co-authored-by: Gregg Kellogg <gregg@greggkellogg.net>
1 parent 04674fe commit d11f6e5

File tree

1 file changed

+14
-34
lines changed

1 file changed

+14
-34
lines changed

spec/index.html

Lines changed: 14 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@
3232
}],
3333

3434
localBiblio: {
35-
"I-D.ietf-httpapi-yaml-mediatypes": {
36-
title: "YAML Media Type",
37-
href: "https://www.ietf.org/archive/id/draft-ietf-httpapi-yaml-mediatypes-03.html",
38-
publisher: "IETF",
39-
date: "2022-08-05",
40-
status: "WG Document",
41-
authors: [
42-
"Roberto Polli",
43-
"Erik Wilde",
44-
"Eemeli Aro"
45-
]
46-
},
47-
4835
"json-ld-bp": {
4936
title: "JSON-LD Best Practices",
5037
href: "https://w3c.github.io/json-ld-bp/",
@@ -61,17 +48,6 @@
6148
"Philippe Le Hegaret",
6249
],
6350
},
64-
65-
"YAML": {
66-
title: "YAML Ain’t Markup Language (YAML™) version 1.2.2",
67-
href: "https://yaml.org/spec/1.2.2/",
68-
date: "2021-10-01",
69-
authors: [
70-
"Oren Ben-Kiki",
71-
"Clark Evans",
72-
"Ingy döt Net"
73-
]
74-
}
7551
},
7652

7753
// Cross-reference definitions
@@ -355,7 +331,7 @@ <h2>Introduction</h2>
355331
<p>
356332
Since YAML is more expressive than JSON,
357333
both in the available data types and in the document structure
358-
(see [[I-D.ietf-httpapi-yaml-mediatypes]]),
334+
(see [[RFC9512]]),
359335
this document identifies constraints on YAML
360336
such that any <a>YAML-LD document</a> can be represented in JSON-LD.
361337
</p>
@@ -902,7 +878,7 @@ <h2>Comments</h2>
902878
</p>
903879

904880
<p>
905-
See Interoperability considerations of [[I-D.ietf-httpapi-yaml-mediatypes]]
881+
See Interoperability considerations of "+yaml" structured syntax suffix
906882
for more details.
907883
</p>
908884
</section>
@@ -1036,8 +1012,8 @@ <h2>Mapping Key Types</h2>
10361012
<section id="sec" class="informative">
10371013
<h2>Security Considerations</h2>
10381014

1039-
<p>See <a data-cite="JSON-LD11#iana-security">Security considerations in JSON-LD 1.1</a>.
1040-
Also, see the YAML media type registration.</p>
1015+
<p>See <a data-cite="JSON-LD11#iana-security">Security considerations in JSON-LD 1.1</a>
1016+
and <code>+yaml</code> structured syntax suffix.</p>
10411017
</section>
10421018

10431019
<section id="int" class="informative">
@@ -1046,7 +1022,7 @@ <h2>Interoperability Considerations</h2>
10461022
<p>
10471023
For general interoperability considerations on the serialization of
10481024
<a>JSON documents</a> in [[YAML]], see YAML
1049-
and the Interoperability consideration of <code>application/yaml</code> [[I-D.ietf-httpapi-yaml-mediatypes]].
1025+
and the Interoperability considerations of the <code>+yaml</code> structured syntax suffix.
10501026
</p>
10511027
<p>
10521028
The YAML-LD format and the media type registration are not restricted to a specific
@@ -1146,7 +1122,7 @@ <h2>Streams</h2>
11461122

11471123
<p class="note" title="Interoperability considerations on YAML streams">
11481124
For interoperability considerations on YAML streams,
1149-
see <a data-cite="I-D.ietf-httpapi-yaml-mediatypes#section-3.2">the relevant section in YAML Media Type</a>.
1125+
see <a data-cite="RFC9512#section-3.2">the relevant section in YAML Media Type</a>.
11501126
</p>
11511127
</section>
11521128

@@ -1212,7 +1188,7 @@ <h3>application/ld+yaml</h3>
12121188
</dl>
12131189
</dd>
12141190
<dt>Encoding considerations:</dt>
1215-
<dd>See <a data-cite="I-D.ietf-httpapi-yaml-mediatypes#">YAML media type</a>.</dd>
1191+
<dd>Same as <code>+yaml</code>.</dd>
12161192
<dt id="iana-security">Security considerations:</dt>
12171193
<dd>See <a href="#sec" class="sectionRef"></a>.</dd>
12181194
<dt>Interoperability considerations:</dt>
@@ -1226,8 +1202,10 @@ <h3>application/ld+yaml</h3>
12261202
<dt>Additional information:</dt>
12271203
<dd>
12281204
<dl>
1205+
<dt>Deprecated alias names for this type:</dt>
1206+
<dd>N/A</code></dd>
12291207
<dt>Magic number(s):</dt>
1230-
<dd>See <code>application/yaml</code></dd>
1208+
<dd>Same as <code>application/yaml</code></dd>
12311209
<dt>File extension(s):</dt>
12321210
<dd>
12331211
<ul>
@@ -1236,11 +1214,13 @@ <h3>application/ld+yaml</h3>
12361214
</ul>
12371215
</dd>
12381216
<dt>Macintosh file type code(s):</dt>
1239-
<dd>TEXT</dd>
1217+
<dd>Same as <code>application/yaml</code></dd>
1218+
<dt>Windows Clipboard Name:</dt>
1219+
<dd>Same as <code>application/yaml</code></dd>
12401220
</dl>
12411221
</dd>
12421222
<dt>Person &amp; email address to contact for further information:</dt>
1243-
<dd>Philippe Le Hégaret &lt;plh@w3.org&gt;</dd>
1223+
<dd>W3C JSON-LD Working Group &lt;public-json-ld-wg@w3.org&gt;</dd>
12441224
<dt>Intended usage:</dt>
12451225
<dd>Common</dd>
12461226
<dt>Restrictions on usage:</dt>

0 commit comments

Comments
 (0)