-
Notifications
You must be signed in to change notification settings - Fork 66
Update ERRATA.md #553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update ERRATA.md #553
Conversation
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.
not 100% convinced that |
I guess we do give nameMap and summaryMap in the symmetrical Object definition in 4.1 though so it's weird to omit here. |
More explicit is good as far as I'm concerned. I like it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -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` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Section 4.2 lists the possible properties of a `Link` object. This list omits `nameMap`, `preview`, `attributedTo` | |
- Section 4.2 lists the possible properties of a `Link` object. This list omits `nameMap`, `preview`, and `attributedTo`. |
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The full list should be: id | name | nameMap | hreflang | mediaType | rel | height | width | preview | attributedTo. | |
The full list should be: `id | name | nameMap | hreflang | mediaType | rel | height | width | preview | attributedTo`. |
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.