Skip to content
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

Fix summary and legend tags #42

Merged
merged 4 commits into from
Feb 19, 2019
Merged

Fix summary and legend tags #42

merged 4 commits into from
Feb 19, 2019

Conversation

stephencelis
Copy link
Member

Both summary and legend must be the first element of details and fieldset accordingly, but details and fieldset can take any node afterwards—because of this they took Node but we encoded summary and legend using ChildOf semantics, maybe them basically unusable. This adds a single ChildOf argument in an overload to preserve the semantics in the type system and fix the bug.

Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

@stephencelis stephencelis merged commit b0c827a into master Feb 19, 2019
@stephencelis stephencelis deleted the summary-fix branch February 19, 2019 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants