activitypub icon indicating copy to clipboard operation
activitypub copied to clipboard

Section 7.1 refers to nonexistent `item` property (should be `items` or not wrapped in code tag)

Open trwnh opened this issue 1 year ago • 5 comments

This Activity is added by the receiver as an item in the inbox OrderedCollection

there is no such item property, it should be items or otherwise should not be wrapped in code tags which suggests it is a property name.

proposed solution

errata to either:

  • s/item/items
  • remove the <code> tags wrapping "item"

trwnh avatar Nov 06 '24 18:11 trwnh

Well, it shouldn't become "as an items in".

So perhaps "This Activity is added by the receiver to the items in the inbox OrderedCollection".

TallTed avatar Nov 06 '24 19:11 TallTed

on further reflection it should be removing the code tag because the property may be orderedItems in most cases

trwnh avatar Nov 06 '24 19:11 trwnh

I agree, it makes sense to rephrase this so that the item string does not suggest a property name. Let's add an erratum to that effect. Maybe something like:

This Activity is added by the receiver to the inbox OrderedCollection

evanp avatar Nov 22 '24 17:11 evanp

Removing WFC; will come back and work on an erratum.

evanp avatar Nov 29 '24 17:11 evanp

I added an erratum as follows:

Section 7.1 "Delivery" should read in part This Activity is added by the receiver to the inbox OrderedCollection.

evanp avatar Jan 03 '25 17:01 evanp