-
Notifications
You must be signed in to change notification settings - Fork 13
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
Editorial: slightly modernize API definitions #5
Conversation
* Introduces internal slots for "binary type" and "ready state" * Uses "method steps"/"getter steps"/"setter steps" uniformly * Updates domintro to more closely follow the conventions discussed in whatwg/meta#190 (comment)
Right, IPR checker bot won't work until whatwg/sg#180 is merged and participate.whatwg.org is re-deployed. Still feel free to review, but we shouldn't merge until that comes through and we have a proper end-to-end test. |
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
index.bs
Outdated
1. If the {{WebSocket/readyState}} attribute's value is not {{WebSocket/OPEN}}</code> (1), then | ||
return. | ||
1. Let |dataForEvent| be determined by switching on |type| and {{WebSocket/binaryType}}: | ||
1. If [=WebSocket/ready state=] ]is not {{WebSocket/OPEN}}</code> (1), then return. |
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.
This </code>
appears to be unmatched.
Woohoo, IPR checker bot works. Merge at will. |
Ping @ricea for green checkmark so we can merge |
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
... mostly sending this to test the IPR checker bot, although I admit I got a bit carried away.