-
Notifications
You must be signed in to change notification settings - Fork 53
Add 'Choose the Appropriate WebIDL Construct for Data and Behavior' #567
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
Conversation
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.
You need to use <div class=example
more.
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.
Lots more typos to fix throughout, but concentrating on high-level stuff.
Is this meant to close #11? |
Co-authored-by: Martin Thomson <[email protected]>
f982070
to
d27fcae
Compare
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
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 is good stuff, but I had some difficulty translating it to the idioms of the document. Needs work.
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Martin Thomson <[email protected]>
Co-authored-by: Jeffrey Yasskin <[email protected]>
index.bs
Outdated
* `navigator.geolocation` - The `Geolocation` interface of the Geolocation specification. | ||
* `navigator.permissions` - The `Permissions` interface of the Permissions specification. | ||
|
||
Pseudo-namespaces are useful for when, as a spec author, you need access to "this" particular instance |
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.
Pseudo-namespaces are useful for when, as a spec author, you need access to "this" particular instance | |
Pseudo-namespaces are useful for when, as a spec author, | |
you need to refer to a specific instance of a thing | |
(such as the permissions that apply to a specific browsing context, for `navigator.permissions`) | |
even if that thing does not have any visible state exposed to the page. |
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.
Added suggestion.
Closes #11
Preview | Diff