From 95f1f4a92c78d3a078491db90cc0d17c4e1ff1b4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 6 Dec 2024 12:22:31 -0500 Subject: [PATCH] Correct grammar in definition of `tag` This change adds errata to correct the grammar in the definition of the `tag` property. It changes "an objects" to "an object" and "implies associated by" to "implies association by". --- ERRATA.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ERRATA.md b/ERRATA.md index 24ed307..9ea592f 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -80,3 +80,5 @@ 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`. + + - The definition of `tag` should read 'One or more "tags" that have been associated with an object. A tag can be any kind of Object. The key difference between `attachment` and `tag` is that the former implies association by inclusion, while the latter implies association by reference.'