Skip to content

Commit daebb72

Browse files
authored
Merge pull request #474 from w3c/issue-447
Leading space in `units` enum. Closes #447
2 parents 2a6fe7e + 1bf1438 commit daebb72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ERRATA.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
88

99
## Activity Vocabulary
1010

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+
1118
- Example 58 includes a `summary` property on a `Mention` object, which is
1219
not allowed. A corrected example:
1320

0 commit comments

Comments
 (0)