-
Notifications
You must be signed in to change notification settings - Fork 66
Update ERRATA.md to add full list of properties for Link type #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?
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!
Better list format for Link properties erratum Co-authored-by: Ted Thibodeau Jr <[email protected]>
Add code formatting for properties Co-authored-by: Ted Thibodeau Jr <[email protected]>
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.