-
Notifications
You must be signed in to change notification settings - Fork 756
[css-contain-2] rename ContentVisibilityAutoStateChanged to ContentVisibilityAutoStateChange
#8413
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
[css-contain-2] rename ContentVisibilityAutoStateChanged to ContentVisibilityAutoStateChange
#8413
Conversation
…tVisibilityAutoStateChange` Per #7603 (comment) the group resolved to use present tense for the event and interface. Since then, Mozilla and Chrome both implemented the interface under the new name. https://hg.mozilla.org/mozilla-central/rev/6095dabf5574 https://chromium.googlesource.com/chromium/src/+/9851571ecb54c47a205b2321006577b9799c0ea3 This updates both the event name and interface to reflect the resolution and to match implementation.
45d941a to
35e894e
Compare
8d7c4a8 to
45d941a
Compare
45d941a to
8d7c4a8
Compare
|
Can someone please review and merge or close this PR? This is one of those that play havoc with the mercurial conversion (due to the force push getting the hashes out of sync). @myakura In the future, please fork the repo and create your branches and PRs from your private fork instead of in the main repo. Thanks. |
|
Merged, I expect the only reason it wasn't was because of the IPR issue. I thought we were killing the mercurial bridge, fwiw? |
CSSWG updated the draft and had the new URL for the event and corresponding definitions. w3c/csswg-drafts#8413 Signed-off-by: Masataka Yakura <masataka.yakura@gmail.com>
…r to W3C specs mirror on GitHub Pages The CSSWG updaed the css-contain-2 editors' draft to incorporate name change I raised in mdn#18847 w3c/csswg-drafts#8413 The TR/contain-2 version updates less than Editors' drafts on GH. So I switched to the GH Pages link.
* update link to cotentvisibilityautostatechangeevent spec CSSWG updated the draft and had the new URL for the event and corresponding definitions. w3c/csswg-drafts#8413 Signed-off-by: Masataka Yakura <masataka.yakura@gmail.com> * Remove useless spec link in the prose --------- Signed-off-by: Masataka Yakura <masataka.yakura@gmail.com> Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
…r to W3C specs mirror on GitHub Pages (#18950) * update spec link for `contentvisibilityautostatechange` event to refer to W3C specs mirror on GitHub Pages The CSSWG updaed the css-contain-2 editors' draft to incorporate name change I raised in #18847 w3c/csswg-drafts#8413 The TR/contain-2 version updates less than Editors' drafts on GH. So I switched to the GH Pages link. * fix speclink to the `ContentVisibilityAutoStateChangeEvent` ctor.
* update link to cotentvisibilityautostatechangeevent spec CSSWG updated the draft and had the new URL for the event and corresponding definitions. w3c/csswg-drafts#8413 Signed-off-by: Masataka Yakura <masataka.yakura@gmail.com> * Remove useless spec link in the prose --------- Signed-off-by: Masataka Yakura <masataka.yakura@gmail.com> Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Per #7603 (comment) the group resolved to use present tense for the event and interface.
Since then, Mozilla and Chrome both implemented the interface under the new name.
https://hg.mozilla.org/mozilla-central/rev/6095dabf5574
https://chromium.googlesource.com/chromium/src/+/9851571ecb54c47a205b2321006577b9799c0ea3
This updates both the event name and interface to reflect the resolution and to match implementation.