Skip to content

Remove eventHandler #423

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

Merged
merged 11 commits into from
Sep 26, 2022
Merged

Remove eventHandler #423

merged 11 commits into from
Sep 26, 2022

Conversation

relu91
Copy link
Member

@relu91 relu91 commented Aug 8, 2022

As discussed #408 this PR removes references to eventHandler from the API.


Preview | Diff

index.html Outdated
</li>
<li>
If |data| is `undefined`, assume that the notification |response|
will contain a `void` data payload.
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest reformulating to more exact prose, to something like

If |data| is undefined, let |response|'s |data| be undefined

(needs to be done consistently over all occurrences of |response|

Copy link
Contributor

Choose a reason for hiding this comment

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

Call of 2022-08-08
@relu91 will work (provide) an alternative to make clear what void means..

Copy link
Contributor

@danielpeintner danielpeintner left a comment

Choose a reason for hiding this comment

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

LGTM after resolving #423 (comment)

index.html Outdated
</li>
<li>
If |data| is `undefined`, assume that the notification |response|
will contain a `empty` data payload as specified by <a>Protocol Bindings</a>.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is too generic here. From an algorithm we need to point to exact steps or algorithms from another spec.
If the referred spec doesn't have that, we need to figure that out for the HTTP protocol binding and include the steps here. Let's track that in a separate issue.

Copy link
Contributor

Choose a reason for hiding this comment

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

see #430

@danielpeintner
Copy link
Contributor

Scripting Call 2022-09-26
Agreed to merge

@danielpeintner danielpeintner merged commit c7c2cf2 into w3c:main Sep 26, 2022
danielpeintner added a commit that referenced this pull request Sep 26, 2022
PR #423 introduced the emphasis for __empty__. I suggest to remove it all together. 

1. emph is for LaTeX (my fault), in HTML it should be <em>
2. I quickly skimmed the current document and we use empty without emphasizing
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.

3 participants