-
Notifications
You must be signed in to change notification settings - Fork 46
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
Two new principles (actually one existing one recycled) for devices. #320
Conversation
index.bs
Outdated
|
||
When adapting native operating system APIs for the web, | ||
make sure the new web APIs are designed with web platform principles in mind. | ||
You will probably not be able to directly translate |
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.
Avoid directly translating an existing native API to the web.
index.bs
Outdated
|
||
This means newly proposed APIs should be designed | ||
with careful consideration on how they are intended to be used | ||
rather than the underlying hardware, device, or native API |
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.
rather than how the .... works today
Just for reference, most of this text was already in there. |
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.
LGTM
Co-authored-by: Daniel Appelquist <dan@torgo.com>
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.
lgtm
Written in a breakout today, this attempts to address #39 and #308.
Preview | Diff