File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
4
4
5
5
## Activity Streams
6
6
7
- - None yet reported.
7
+ - None yet reported.
8
8
9
9
## Activity Vocabulary
10
10
@@ -42,4 +42,23 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
42
42
}
43
43
]
44
44
}
45
- ```
45
+ ```
46
+
47
+ - The range of the `units` property is given as an enumerated set of values.
48
+ Due to a formatting error, some of these values are shown with an incorrect
49
+ leading space character. The correct range is:
50
+
51
+ ```text
52
+ " cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
53
+
54
+ - Example 58 includes a `summary` property on a `Mention` object, which is
55
+ not allowed. A corrected example:
56
+
57
+ ```json
58
+ {
59
+ "@context" : " https://www.w3.org/ns/activitystreams" ,
60
+ "type" : " Mention" ,
61
+ "href" : " http://example.org/joe" ,
62
+ "name" : " Joe"
63
+ }
64
+ ```
File renamed without changes.
You can’t perform that action at this time.
0 commit comments