-
Notifications
You must be signed in to change notification settings - Fork 66
Closed as not planned
Description
Please Indicate One:
- Editorial
- Question
- Feedback
- Blocking Issue
- Non-Blocking Issue
Issue
In https://www.w3.org/TR/activitystreams-vocabulary every class and property generally has an id
attribute of the form dfn-*
where *
is the lowercased string name of that class or property. But there are some naming conflicts that cause certain links to resolve incorrectly:
- The
image
property is linked to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image but this leads to theImage
type. Theimage
property of Objects is instead accessible via https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term - The
object
property is linked to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object but this leads to theObject
type. Theobject
property of Activity types is instead accessible via https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term
Proposed solution
Errata:
- Link the
image
property to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term instead of https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image - Link the
object
property to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term instead of https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object
Metadata
Metadata
Assignees
Labels
No labels