Re: [w3c/permissions] Introduce "Automation" section (#151)

jugglinmike commented on this pull request.



> +  </p>
+
+  <section>
+    <h3 id="set-permission-command">
+      Set Permission
+    </h3>
+    <table>
+      <tbody>
+        <tr>
+          <th>HTTP Method</th>
+          <th><a lt="extension command prefix">Prefix</a></th>
+          <th><a lt="extension command name">Name</a></th>
+        </tr>
+        <tr>
+          <td>POST</td>
+          <td>permissions</td>

@JKereliuk It's actually the consumer's responsibility to define that part of the URL. [That wasn't clear when I wrote this patch back in June](https://github.com/w3c/webdriver/issues/961), and it's only since then that we've made the interaction explicit (see https://github.com/w3c/webdriver/pull/956 and https://github.com/w3c/webdriver/pull/962). So Jeffrey's request here makes sense to me; the current text is a relic of a issue we've since resolved in WebDriver.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/151#discussion_r154716867

Received on Monday, 4 December 2017 17:27:38 UTC