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

WebDriver Extension API: Do some proof-reading #2

Merged

Conversation

rakuco
Copy link

@rakuco rakuco commented Nov 21, 2018

I've done some proof-reading of both index.bs and the explainer. I figured it'd be easier to just send a PR here instead of pointing out the issues line-by-line in the original pull request :)

@@ -453,8 +452,8 @@ The <a>remote end steps</a> are:
</tbody>
</table>

The <dfn>get mock sensor</dfn> <a>extension command</a> simulates user
getting information of a given type of [=mock sensor=].
The <dfn>get mock sensor</dfn> <a>extension command</a> simulates
Copy link
Owner

Choose a reason for hiding this comment

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

Quote conversations with @JohnChen0:

John: The word "simulates" seems wrong here. This extension command creates a mock sensor, not just simulate creating one.
Wanming: This actually "simulates" user action to create a mock sensor, and there are two instances that use "simulates" in Permission API and Reporting API. Does that make sense to you?
John: Sounds good.

So, if we want to erase user action, we'd better avoid using "simulates".

Copy link
Author

Choose a reason for hiding this comment

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

I've pushed a new version that removes "simulates" from most places -- I think John's point is that we are really manipulating a (mock) sensor rather than pretend to do that. Let me know if it looks OK now.

@Honry
Copy link
Owner

Honry commented Nov 22, 2018

@rakuco, this is really a great proof-reading, and very appreciate for your such sweet help!

@rakuco rakuco force-pushed the webdriver-extension-proof-reading branch from 1efb303 to 2e57e0d Compare November 22, 2018 13:45
Copy link
Owner

@Honry Honry left a comment

Choose a reason for hiding this comment

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

Pretty good!!! Thanks you, @rakuco.

@Honry Honry merged commit 67a5046 into Honry:webdriver-extension Nov 23, 2018
@rakuco rakuco deleted the webdriver-extension-proof-reading branch November 23, 2018 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants