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

Remove constructor from CSSTransition #6707

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

queengooborg
Copy link
Contributor

This PR removes the constructor data for the CSSTransition API. As per the spec (https://drafts.csswg.org/css-transitions-2/#the-CSSTransition-interface), this interface should not have a constructor. It looks like I had added it in on #6372, but I don't know how I determined that Chrome supported the constructor... (No browser has constructor support.)

@queengooborg queengooborg requested a review from foolip September 16, 2020 17:25
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 16, 2020
@jpmedley jpmedley merged commit 41a875e into mdn:master Sep 16, 2020
@queengooborg queengooborg deleted the api/CSSTransition branch September 16, 2020 19:17
@foolip
Copy link
Contributor

foolip commented Sep 16, 2020

Since this removes an entry the release note label is needed. Added.

foolip added a commit to foolip/browser-compat-data that referenced this pull request Jul 13, 2022
These are all cases where the source data was updated but the mirrored
data wasn't updated. Assume that the changes in the PRs are correct and
use "mirror" to get the data in sync again.

AudioContext: mdn#1579

CSSTransition: mdn#6707

DOMTokenList: mdn#6568

MutationRecord: mdn#12457

RTCDataChannelEvent: mdn#12895

Response: mdn#12579
queengooborg pushed a commit that referenced this pull request Jul 13, 2022
These are all cases where the source data was updated but the mirrored
data wasn't updated. Assume that the changes in the PRs are correct and
use "mirror" to get the data in sync again.

AudioContext: #1579

CSSTransition: #6707

DOMTokenList: #6568

MutationRecord: #12457

RTCDataChannelEvent: #12895

Response: #12579
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants