We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a6fe7e + 1bf1438 commit daebb72Copy full SHA for daebb72
ERRATA.md
@@ -8,6 +8,13 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
8
9
## Activity Vocabulary
10
11
+ - The range of the `units` property is given as an enumerated set of values.
12
+ Due to a formatting error, some of these values are shown with an incorrect
13
+ leading space character. The correct range is:
14
+
15
+ ```text
16
+ "cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
17
18
- Example 58 includes a `summary` property on a `Mention` object, which is
19
not allowed. A corrected example:
20
0 commit comments