Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/browser-specs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: w3c/browser-specs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 14 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 28, 2025

  1. Bump web-specs version from 3.69.0 to 3.69.1 (#2191)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    2200d34 View commit details
    Browse the repository at this point in the history
  2. Bump browser-specs version from 4.60.0 to 4.60.1 (#2192)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    2550946 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. [data] Update spec info

    fetch-info bot committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    a147ebc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. [data] Update spec info

    fetch-info bot committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    8e9f388 View commit details
    Browse the repository at this point in the history
  2. Bump rimraf from 6.0.1 to 6.1.0 (#2206)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 6.0.1 to 6.1.0.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v6.0.1...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-version: 6.1.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    df13a7f View commit details
    Browse the repository at this point in the history
  3. Bump puppeteer from 24.26.1 to 24.27.0 (#2205)

    Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.26.1 to 24.27.0.
    - [Release notes](https://github.com/puppeteer/puppeteer/releases)
    - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
    - [Commits](puppeteer/puppeteer@puppeteer-v24.26.1...puppeteer-v24.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: puppeteer
      dependency-version: 24.27.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    ee0c66c View commit details
    Browse the repository at this point in the history
  4. Bump @octokit/plugin-throttling from 11.0.2 to 11.0.3 (#2207)

    Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 11.0.2 to 11.0.3.
    - [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
    - [Commits](octokit/plugin-throttling.js@v11.0.2...v11.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/plugin-throttling"
      dependency-version: 11.0.3
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    a5cfd70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27791c2 View commit details
    Browse the repository at this point in the history
  6. Add SHACL 1.2 Profiling (#2211)

    Close #1970, adding the suggested spec to the list.
    
    ### Changes to `index.json`
    This update would trigger the following changes in `index.json`:
    
    <details><summary>Add spec (1)</summary>
    
    ```json
    {
      "url": "https://w3c.github.io/data-shapes/shacl12-profiling/",
      "seriesComposition": "full",
      "shortname": "shacl12-profiling",
      "series": {
        "shortname": "shacl-profiling",
        "currentSpecification": "shacl12-profiling",
        "title": "SHACL 1.2 Profiling",
        "shortTitle": "SHACL 1.2 Profiling",
        "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-profiling/"
      },
      "seriesVersion": "1.2",
      "organization": "W3C",
      "groups": [
        {
          "name": "Data Shapes Working Group",
          "url": "https://www.w3.org/groups/wg/data-shapes/"
        }
      ],
      "nightly": {
        "url": "https://w3c.github.io/data-shapes/shacl12-profiling/",
        "status": "Editor's Draft",
        "alternateUrls": [],
        "repository": "https://github.com/w3c/data-shapes",
        "sourcePath": "shacl12-profiling/index.html",
        "filename": "index.html"
      },
      "title": "SHACL 1.2 Profiling",
      "source": "spec",
      "shortTitle": "SHACL 1.2 Profiling",
      "categories": [],
      "standing": "good"
    }
    ```
    </details>
    
    ### Tests
    These changes look good! 😎
    
    Co-authored-by: browser-specs-bot <>
    browser-specs-bot authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    2d316ba View commit details
    Browse the repository at this point in the history
  7. Add SHACL 1.2 User Interfaces (#2212)

    Close #2137, adding the suggested spec to the list.
    
    ### Changes to `index.json`
    This update would trigger the following changes in `index.json`:
    
    <details><summary>Add spec (1)</summary>
    
    ```json
    {
      "url": "https://w3c.github.io/data-shapes/shacl12-ui/",
      "seriesComposition": "full",
      "shortname": "shacl12-ui",
      "series": {
        "shortname": "shacl-ui",
        "currentSpecification": "shacl12-ui",
        "title": "SHACL 1.2 User Interfaces",
        "shortTitle": "SHACL 1.2 User Interfaces",
        "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-ui/"
      },
      "seriesVersion": "1.2",
      "organization": "W3C",
      "groups": [
        {
          "name": "Data Shapes Working Group",
          "url": "https://www.w3.org/groups/wg/data-shapes/"
        }
      ],
      "nightly": {
        "url": "https://w3c.github.io/data-shapes/shacl12-ui/",
        "status": "Editor's Draft",
        "alternateUrls": [],
        "repository": "https://github.com/w3c/data-shapes",
        "sourcePath": "shacl12-ui/index.html",
        "filename": "index.html"
      },
      "title": "SHACL 1.2 User Interfaces",
      "source": "spec",
      "shortTitle": "SHACL 1.2 User Interfaces",
      "categories": [],
      "standing": "good"
    }
    ```
    </details>
    
    ### Tests
    These changes look good! 😎
    
    Co-authored-by: browser-specs-bot <>
    browser-specs-bot authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    37e95b3 View commit details
    Browse the repository at this point in the history
  8. Add Confidence Method v1.0 (#2213)

    Close #2194, adding the suggested spec to the list.
    
    ### Changes to `index.json`
    This update would trigger the following changes in `index.json`:
    
    <details><summary>Add spec (1)</summary>
    
    ```json
    {
      "url": "https://www.w3.org/TR/vc-confidence-method/",
      "seriesComposition": "full",
      "shortname": "vc-confidence-method",
      "series": {
        "shortname": "vc-confidence-method",
        "currentSpecification": "vc-confidence-method",
        "title": "Confidence Method v1.0",
        "shortTitle": "Confidence Method v1.0",
        "releaseUrl": "https://www.w3.org/TR/vc-confidence-method/",
        "nightlyUrl": "https://w3c.github.io/vc-confidence-method/"
      },
      "organization": "W3C",
      "groups": [
        {
          "name": "Verifiable Credentials Working Group",
          "url": "https://www.w3.org/groups/wg/vc/"
        }
      ],
      "release": {
        "url": "https://www.w3.org/TR/vc-confidence-method/",
        "status": "First Public Working Draft",
        "filename": "Overview.html"
      },
      "nightly": {
        "url": "https://w3c.github.io/vc-confidence-method/",
        "status": "Editor's Draft",
        "alternateUrls": [],
        "repository": "https://github.com/w3c/vc-confidence-method",
        "sourcePath": "index.html",
        "filename": "index.html"
      },
      "title": "Confidence Method v1.0",
      "source": "w3c",
      "shortTitle": "Confidence Method v1.0",
      "categories": [],
      "standing": "good"
    }
    ```
    </details>
    
    ### Tests
    These changes look good! 😎
    
    Co-authored-by: browser-specs-bot <>
    browser-specs-bot authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    b3abfda View commit details
    Browse the repository at this point in the history
  9. Add Verifiable Credential Rendering Methods v1.0 (#2214)

    Close #2195, adding the suggested spec to the list.
    
    ### Changes to `index.json`
    This update would trigger the following changes in `index.json`:
    
    <details><summary>Add spec (1)</summary>
    
    ```json
    {
      "url": "https://www.w3.org/TR/vc-render-method/",
      "seriesComposition": "full",
      "shortname": "vc-render-method",
      "series": {
        "shortname": "vc-render-method",
        "currentSpecification": "vc-render-method",
        "title": "Verifiable Credential Rendering Methods v1.0",
        "shortTitle": "Verifiable Credential Rendering Methods v1.0",
        "releaseUrl": "https://www.w3.org/TR/vc-render-method/",
        "nightlyUrl": "https://w3c.github.io/vc-render-method/"
      },
      "organization": "W3C",
      "groups": [
        {
          "name": "Verifiable Credentials Working Group",
          "url": "https://www.w3.org/groups/wg/vc/"
        }
      ],
      "release": {
        "url": "https://www.w3.org/TR/vc-render-method/",
        "status": "First Public Working Draft",
        "filename": "Overview.html"
      },
      "nightly": {
        "url": "https://w3c.github.io/vc-render-method/",
        "status": "Editor's Draft",
        "alternateUrls": [],
        "repository": "https://github.com/w3c/vc-render-method",
        "sourcePath": "index.html",
        "filename": "index.html"
      },
      "title": "Verifiable Credential Rendering Methods v1.0",
      "source": "w3c",
      "shortTitle": "Verifiable Credential Rendering Methods v1.0",
      "categories": [],
      "standing": "good"
    }
    ```
    </details>
    
    ### Tests
    These changes look good! 😎
    
    Co-authored-by: browser-specs-bot <>
    browser-specs-bot authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    24c860f View commit details
    Browse the repository at this point in the history
  10. [data] Update spec info

    fetch-info bot committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    df59c8c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. [data] Update spec info

    fetch-info bot committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    1f2c303 View commit details
    Browse the repository at this point in the history
Loading