Skip to content

Commit d5ce002

Browse files
authored
Update ERRATA.md
Document the erroneous use of `altitude` with domain `Object`, and the incorrect exclusion of `attributedTo` in the list of properties of a `Link`.
1 parent 54a6723 commit d5ce002

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ERRATA.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
7676
"name": "Joe"
7777
}
7878
```
79+
80+
- Unlike `latitude` and `longitude`, the domain of the `altitude` term is the `Object` type. The `altitude` term should be included in the list of properties of an `Object`. Because `altitude` is primarily documented as a property of a `Place`, publishers should not include `altitude` on objects that are not of type `Place`, and consumers should accept objects with this property that aren't of type `Place`.
81+
82+
- The domain of the `attributedTo` property is both `Link` and `Object`. `attributedTo` should be included in the list of properties of a `Link`.

0 commit comments

Comments
 (0)