This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy patherrata.xml
70 lines (67 loc) · 2.99 KB
/
errata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='./rfc2629.xslt' ?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<?rfc header="foo"?>
<?rfc toc="yes"?>
<?rfc tocompact="yes"?>
<?rfc tocdepth="3"?>
<?rfc tocindent="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc private="Activity Streams Working Group"?>
<rfc>
<front>
<title abbrev="ActivityStreamsErrata">Errata in JSON Activity Streams 1.0</title>
<author fullname="Activity Streams Working Group"></author>
<date month="February" year="2012" />
<abstract>
<t>This document records known errors and clarifications in
<eref target="http://activitystrea.ms/specs/json/1.0/">JSON Activity Streams 1.0</eref>.</t>
</abstract>
</front>
<middle>
<section title="Abstract Change [2012-02-14]">
<t>Clarify the scope of the specification by changing the abstract to
read:</t>
<t>Social activity data is important in that it allows individuals to
process the latest news of people and things they care about. This
specification details the serialization of a stream of social activity
data using the JSON format. As this specification only describes that
serialization format, the methods used to transmit, receive, or process
that data are outside the scope of this specification.</t>
</section>
<section title="Incorrect Descriptions in Collection Serialization">
<t>The descriptions for the fields on the Collection Serialization
in Section 3.5 are incorrect.</t>
<section title="totalItems Property">
<t>The description for totalItems current says:</t>
<t>"Non-negative integer specifying the total number of activities
within the stream. The Stream serialization MAY contain a count
property."</t>
<t>It SHOULD say:</t>
<t>"Non-negative integer specifying the total number of objects within
the collection. Note that the actual number of objects included within
the value of the "items" property MAY be less than the total number of
objects specified. The Collection serialization MAY contain a
totalItems property"</t>
</section>
<section title="url Property">
<t>The description for url currently states:</t>
<t>"An IRI [RFC3987] referencing a JSON document containing the full
listing of objects in the collection."</t>
<t>This does not make it clear that the original intent was for the
url property on the collection to point to a JSON document whose root
object is itself a Collection object. Therefore, this description SHOULD
read:</t>
<t>"An IRI [RFC3987] referencing a JSON Document whose root object is a
Collection object providing access to the full listing of objects in the
collection."</t>
</section>
</section>
</middle>
</rfc>
<!-- vim: set expandtab sw=2 ts=2: -->