-
Notifications
You must be signed in to change notification settings - Fork 10
Support multiple labels #31
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
Conversation
|
@anssiko, can you add discussion of this PR to the next F2F agenda? |
Co-authored-by: Reilly Grant <reillyeon@users.noreply.github.com>
Co-authored-by: Reilly Grant <reillyeon@users.noreply.github.com>
| unsigned long long endIndex; | ||
| DOMString correction; | ||
| CorrectionType type; // exists if proofreader.includeCorrectionTypes === true | ||
| sequence<CorrectionType> type; // exists if proofreader.includeCorrectionTypes === true |
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.
Should this be renamed to types then? (@christianliebel had the same doubts.)
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.
@reillyeon Since you approved the PR, did you approve it with the assumption of this suggestion to be applied?
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.
That's a good catch. Fixed in #43.
Update the API shape to support multiple labels per correction.
Please see the open issue for detailed discussion: #30