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

Editorial: slightly modernize API definitions #5

Merged
merged 2 commits into from
Feb 18, 2022
Merged

Conversation

domenic
Copy link
Member

@domenic domenic commented Nov 30, 2021

... mostly sending this to test the IPR checker bot, although I admit I got a bit carried away.

* 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)
@domenic domenic added the do not merge yet Pull request must not be merged per rationale in comment label Nov 30, 2021
@domenic
Copy link
Member Author

domenic commented Nov 30, 2021

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.

Copy link
Collaborator

@ricea ricea left a 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.
Copy link
Collaborator

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.

@domenic domenic removed the do not merge yet Pull request must not be merged per rationale in comment label Dec 1, 2021
@domenic
Copy link
Member Author

domenic commented Dec 1, 2021

Woohoo, IPR checker bot works. Merge at will.

@domenic
Copy link
Member Author

domenic commented Feb 17, 2022

Ping @ricea for green checkmark so we can merge

Copy link
Collaborator

@ricea ricea left a comment

Choose a reason for hiding this comment

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

lgtm

@domenic domenic merged commit fee98ff into main Feb 18, 2022
@domenic domenic deleted the method-steps branch February 18, 2022 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants