Skip to content

Commit

Permalink
Update ERRATA.md
Browse files Browse the repository at this point in the history
Document the erroneous use of `altitude` with domain `Object`, and the incorrect exclusion of `attributedTo` in the list of properties of a `Link`.
  • Loading branch information
evanp committed May 10, 2023
1 parent 54a6723 commit d5ce002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ERRATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
"name": "Joe"
}
```

- 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`.

- The domain of the `attributedTo` property is both `Link` and `Object`. `attributedTo` should be included in the list of properties of a `Link`.

0 comments on commit d5ce002

Please sign in to comment.