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

Only [Global] platform objects are immutable prototype #596

Merged
merged 1 commit into from
Dec 12, 2018

Conversation

littledan
Copy link
Collaborator

@littledan littledan commented Dec 9, 2018

Fixing a typo introduced in #494

cc @tobie


Preview | Diff

index.bs Outdated
@@ -12364,7 +12364,8 @@ must be the [=qualified name=] of
the [=primary interface=]
of the platform object.

[=Platform objects=] have an internal \[[SetPrototypeOf]] method
[=Platform objects=] which are declared with the [{{Global}}] [=extended
Copy link
Collaborator

Choose a reason for hiding this comment

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

Objects are not declared with anything. They're not declared at all.

The [Global] extended attribute can appear on declarations of interfaces.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Of course, thanks for pointing out the sloppy wording. Is the new wording better?

@annevk annevk merged commit 8f48c5a into whatwg:master Dec 12, 2018
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.

None yet

3 participants