Skip to content

Commit 317572b

Browse files
authored
Update ERRATA.md
Add 4 errata for the to, bto, cc, and bcc properties to clarify their ranges and functionality as well as public/private, primary/secondary usage.
1 parent 5f093f2 commit 317572b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ERRATA.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,12 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
8080
- 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`.
8181

8282
- The domain of the `attributedTo` property is both `Link` and `Object`. `attributedTo` should be included in the list of properties of a `Link`.
83+
84+
- The Notes for the `to` property should read: "Identifies one or more entities that are part of the public primary audience of this Object."
85+
86+
- The Notes for the `bto` property should read: "Identifies one or more entities that are part of the private primary audience of this Object."
87+
88+
- The Notes for the `cc` property should read: "Identifies one or more entities that are part of the public secondary audience of this Object."
89+
90+
- The Notes for the `bcc` property should read: "Identifies one or more entities that are part of the private secondary audience of this Object."
91+

0 commit comments

Comments
 (0)