browser-specs
browser-specs copied to clipboard
A machine-readable list of Web specifications
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.7.1 to 22.8.0. Release notes Sourced from puppeteer's releases. puppeteer-core: v22.8.0 22.8.0 (2024-05-06) Features webdriver: support page.setUserAgent for WebDriver BiDi (#12330) (1f99e66) webdriver: support ARIA selectors (#12315)...
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 20.1.0 to 20.1.1. Release notes Sourced from @octokit/rest's releases. v20.1.1 20.1.1 (2024-05-03) Bug Fixes update REST endpoints (#428) (7058346) Commits 7058346 fix: update REST endpoints (#428) b4e2102...
Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 8.1.3 to 9.3.0. Release notes Sourced from @octokit/plugin-throttling's releases. v9.3.0 9.3.0 (2024-04-29) Features Copilot usage endpoints (#697) (f11e11d) v9.2.1 9.2.1 (2024-04-23) Bug Fixes pkg: add a default...
https://w3c.github.io/webrtc-extensions/ It says about itself: > This document contains proposed extensions to the [WEBRTC] specification. Some of these extensions were originally included within the [WEBRTC] specification, but needed to be...
The spec suggestion mechanism generates and reports updates to `index.json`. It would also be useful to crawl the resulting spec with Reffy so that we may also review would-be crawl...
When the `--pr` option is set, the CLI command needs to push committed changes to GitHub before it can create a pull request. The code currently assumes that the name...
The new CLI allows to update local files and commit changes to a separate branch. The command should check whether there are pending changes to the files before it updates...
https://github.com/w3c/browser-specs?tab=readme-ov-file#standing gives a definition of the `standing` field that implies it's safe to use. However, the source that computes it includes: https://github.com/w3c/browser-specs/blob/1cd3e2f8409194376f4405abe8426a79f425903d/src/compute-standing.js#L6-L7 Which one of those should be corrected?
Via #1257. The [contributing guidelines](https://github.com/w3c/browser-specs/blob/main/CONTRIBUTING.md) attempt to explain how to add a spec to the main list, but nothing documents the monitor and ignore lists. At a minimum, there should...
Via https://github.com/w3c/browser-specs/pull/1204#discussion_r1494559370. Some rules, currently hardcoded as exceptions to the rule, could perhaps be expressed through more declarative allowlists/blocklists per organization. This starts with `computeShortname` but can perhaps be extended...