Re: [w3c/permissions] Introduce Browser Permissions for WebDriver BiDi (PR #425)

@OrKoN commented on this pull request.



>          </p>
+        <section>
+          <h4 id="extension-module-browser">
+            The browser Module
+          </h4>
+          <p>
+            The [=modules/browser=] module contains commands for

I am not sure we can redefine the whole module like this. From the BiDi spec:

https://w3c.github.io/webdriver-bidi/#protocol-modules

```
An implementation may define extension modules. These must have a module name that contains a single colon ":" character. The part before the colon is the prefix; this is typically the same for all extension modules specific to a given implementation and should be unique for a given implementation. Such modules extend the local end definition and remote end definition providing additional groups as choices for the defined commands and events.
```

At least we should discuss if we need to extend that defintion. 

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

Message ID: <w3c/permissions/pull/425/review/1720324133@github.com>

Received on Wednesday, 8 November 2023 13:15:10 UTC