Skip to content

Commit 75cd422

Browse files
authored
Merge branch 'master' into issue-467
2 parents 42d8b7a + daebb72 commit 75cd422

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

ERRATA.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
44

55
## Activity Streams
66

7-
- None yet reported.
7+
- None yet reported.
88

99
## Activity Vocabulary
1010

@@ -42,4 +42,23 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
4242
}
4343
]
4444
}
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.

0 commit comments

Comments
 (0)