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

Use partial interface mixin for note on WindowOrWorkerGlobalScope #3650

Merged
merged 2 commits into from
Apr 27, 2018

Conversation

saschanaz
Copy link
Member

@saschanaz saschanaz commented Apr 27, 2018

https://html.spec.whatwg.org/multipage/webappapis.html#windoworworkerglobalscope-mixin

WindowOrWorkerGlobalScope has been changed to an interface mixin, so extensions should use partial interface mixin rather than partial interface.


/webappapis.html ( diff )

source Outdated
@@ -90412,7 +90412,7 @@ interface mixin <dfn>DocumentAndElementEventHandlers</dfn> {
<code>Window</code> and <code>WorkerGlobalScope</code> objects.</p>

<p class="note">Other standards are encouraged to further extend it using <code data-x="">partial
interface <span>WindowOrWorkerGlobalScope</span> { &hellip; };</code> along with an appropriate
interface mixin <span>WindowOrWorkerGlobalScope</span> { &hellip; };</code> along with an appropriate
Copy link
Member

Choose a reason for hiding this comment

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

Can you put appropriate on the next line please?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done!

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