activitystreams
activitystreams copied to clipboard
Incorrect link in the Activity Vocabulary 'image' property of the 'Object' class
Please Indicate One:
- [x] Editorial
- [ ] Question
- [ ] Feedback
- [ ] Blocking Issue
- [ ] Non-Blocking Issue
Please Describe the Issue:
In https://www.w3.org/TR/2017/REC-activitystreams-vocabulary-20170523/ : section 2 Core Types , Class Object , property image contains an href to the Image class instead of the image term.
This is a problem with the way the spec was generated; reSpec doesn't differentiate between uppercase and lowercase terms in links. We see the same problem with https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object for Object and object.
I'll look into how to fix this problem in the respec source. However, it's a questionable problem, since it doesn't seem to be an "erratum" in the text of the document, but a problem in the HTML implementation.
I'll make an update and see if we can push a fix, or if we need to note it as an erratum instead.