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.
units
1 parent eebc7a6 commit fcc67f1Copy full SHA for fcc67f1
ERRATA.md
@@ -4,8 +4,14 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
4
5
## Activity Streams
6
7
-- None yet reported.
+ - None yet reported.
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
+ ```
0 commit comments