Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ERRATA.md #585

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update ERRATA.md #585

wants to merge 1 commit into from

Conversation

evanp
Copy link
Collaborator

@evanp evanp commented Feb 28, 2024

Based on issue #444 I've added an erratum to show what's potentially the correct value for the type in example 102.

There's some dispute about whether this example is strictly incorrect, and if therefore it's actually an editorial error that belongs in the ERRATA. It's definitely better form, and the lack of a type property is not the point of the example. I'll leave this open to the CG for advice or a decision.

Copy link
Member

@tantek tantek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, verified https://www.w3.org/TR/activitystreams-vocabulary/#ex106-jsonld and added suggestion of linking "Example 102" in the PR accordingly for easier "follow-your-nose" discovery for readers of the Errata.

@@ -80,3 +80,24 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
- 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`.

- Example 102 is missing a `type` property on the `Link` value of the `url` property. For clarity, the example should read:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Example 102 is missing a `type` property on the `Link` value of the `url` property. For clarity, the example should read:
- [Example 102](https://www.w3.org/TR/2017/REC-activitystreams-vocabulary-20170523/#ex106-jsonld) is missing a `type` property on the `Link` value of the `url` property. For clarity, the example should read:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants