From 1eceb401a9a919c5a25fb4762041ddedc92864d5 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 22 Aug 2025 12:34:20 -0400 Subject: [PATCH 1/2] Issue #440 This change adds an erratum to bring the range of the `formerType` property into line with the `type` property. --- ERRATA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ERRATA.md b/ERRATA.md index d6e861b..14f71f3 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -101,3 +101,5 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a } } ``` + + - In Section 4, the range of the `formerType` property is given as `Object`. The property should have the same range as the `type` property for which it forms a replacement for deleted `Tombstone` objects. One possible correction is to replace the range of the `formerType` property with `anyURI`, to match `type`. From f36e2208c31db9f06758a2cf7bd4a7000e90e78a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 3 Oct 2025 12:15:03 -0400 Subject: [PATCH 2/2] fix: remove possible correction for formerType matching type --- ERRATA.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ERRATA.md b/ERRATA.md index 14f71f3..57c046b 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -25,7 +25,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a are only allowed on `Link` objects. One alternative is to use `Link` objects with the correct `height` and `width` as the `url` property for each `Image` object. - + ```json { "@context": "https://www.w3.org/ns/activitystreams", @@ -60,14 +60,14 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a - The range of the `units` property is given as an enumerated set of values. Due to a formatting error, some of these values are shown with an incorrect leading space character. The correct range is: - + ```text "cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI ``` - Example 58 includes a `summary` property on a `Mention` object, which is not allowed. A corrected example: - + ```json { "@context": "https://www.w3.org/ns/activitystreams", @@ -102,4 +102,4 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a } ``` - - In Section 4, the range of the `formerType` property is given as `Object`. The property should have the same range as the `type` property for which it forms a replacement for deleted `Tombstone` objects. One possible correction is to replace the range of the `formerType` property with `anyURI`, to match `type`. + - In Section 4, the range of the `formerType` property is given as `Object`. The property should have the same range as the `type` property for which it forms a replacement for deleted `Tombstone` objects.