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

Add pointerevents4 #1585

Closed
browser-specs-bot opened this issue Dec 2, 2024 · 2 comments · Fixed by #1591
Closed

Add pointerevents4 #1585

browser-specs-bot opened this issue Dec 2, 2024 · 2 comments · Fixed by #1591
Labels
new spec Suggestion to add a new spec

Comments

@browser-specs-bot
Copy link
Collaborator

URL

https://www.w3.org/TR/pointerevents4/

Rationale

Additional properties

{}
@browser-specs-bot browser-specs-bot added the new spec Suggestion to add a new spec label Dec 2, 2024
@browser-specs-bot
Copy link
Collaborator Author

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://www.w3.org/TR/pointerevents4/",
  "seriesComposition": "full",
  "shortname": "pointerevents4",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "pointerevents3",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
Update spec in the same series (1)
{
  "url": "https://www.w3.org/TR/pointerevents3/",
  "seriesComposition": "full",
  "shortname": "pointerevents3",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "3",
  "seriesNext": "pointerevents4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents3/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}

Tests

These changes look good! 😎

@tidoust
Copy link
Member

tidoust commented Dec 9, 2024

@browser-specs-bot pr

github-actions bot pushed a commit that referenced this issue Dec 9, 2024
Close #1585, 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/pointerevents4/",
  "seriesComposition": "full",
  "shortname": "pointerevents4",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "pointerevents3",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
```
</details>
<details><summary>Update spec in the same series (1)</summary>

```json
{
  "url": "https://www.w3.org/TR/pointerevents3/",
  "seriesComposition": "full",
  "shortname": "pointerevents3",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "3",
  "seriesNext": "pointerevents4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents3/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
```
</details>

### Tests
These changes look good! 😎
tidoust pushed a commit that referenced this issue Dec 9, 2024
Close #1585, 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/pointerevents4/",
  "seriesComposition": "full",
  "shortname": "pointerevents4",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "4",
  "seriesPrevious": "pointerevents3",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents4/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
```
</details>
<details><summary>Update spec in the same series (1)</summary>

```json
{
  "url": "https://www.w3.org/TR/pointerevents3/",
  "seriesComposition": "full",
  "shortname": "pointerevents3",
  "series": {
    "shortname": "pointerevents",
    "currentSpecification": "pointerevents4",
    "title": "Pointer Events",
    "shortTitle": "Pointer Events",
    "releaseUrl": "https://www.w3.org/TR/pointerevents/",
    "nightlyUrl": "https://w3c.github.io/pointerevents/"
  },
  "seriesVersion": "3",
  "seriesNext": "pointerevents4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Pointer Events Working Group",
      "url": "https://www.w3.org/groups/wg/pointer-events/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/pointerevents3/",
    "status": "Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://w3c.github.io/pointerevents/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/pointerevents",
    "sourcePath": "index.html",
    "filename": "index.html"
  },
  "title": "Pointer Events",
  "source": "w3c",
  "shortTitle": "Pointer Events",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "pointerevents"
    ]
  }
}
```
</details>

### Tests
These changes look good! 😎

Co-authored-by: browser-specs-bot <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new spec Suggestion to add a new spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants