From 635ab24faadbcdeb5a91faaf014350f9109efd04 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 1 Nov 2023 12:42:42 -0400 Subject: [PATCH] Update ERRATA.md Add an erratum for the core document that gives a full list of the properties of a link, except `href`, to correct section 4.2. --- ERRATA.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ERRATA.md b/ERRATA.md index 24ed307..357efce 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -4,7 +4,8 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a ## Activity Streams - - None yet reported. + - Section 4.2 lists the possible properties of a `Link` object. This list omits `nameMap`, `preview`, `attributedTo` + The full list should be: id | name | nameMap | hreflang | mediaType | rel | height | width | preview | attributedTo. ## Activity Vocabulary