Conversation
Preview URLs (9 pages)
Flaws (3)Note! 6 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
External URLs (3)URL:
URL:
(comment last updated: 2025-02-28 22:05:25) |
estelle
left a comment
There was a problem hiding this comment.
Thanks for the PR. I added a few comments
95f79e5 to
b91b186
Compare
|
@estelle Thanks! I think I've fixed everything. Do you know what's happening with the Formal Definition and why it's not found? Is there something I can do to fix this? |
estelle
left a comment
There was a problem hiding this comment.
thanks. I made some suggestions to the vt-group page to apply to the other pages.
The specificity info is at https://drafts.csswg.org/css-view-transitions-2/#pseudo-element-class-additions
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/_doublecolon_view-transition-image-pair/index.md
Outdated
Show resolved
Hide resolved
|
Hi @cssinate Do you plan to come back to this? As for the formal definition, they are hosted in a separate data repo, so you don't have to worry about them, though you are definitely welcome to contribute to https://github.com/mdn/data |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
My apologies. I didn't have the bandwidth last month to keep on this, but I'll handle this within the next few work days. |
e307b01 to
4620e42
Compare
estelle
left a comment
There was a problem hiding this comment.
partial review. still need to review the new page (transition class)
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/_doublecolon_view-transition-image-pair/index.md
Outdated
Show resolved
Hide resolved
| ```css | ||
| ::view-transition-group(.card) { | ||
| animation-duration: 3s; | ||
| } | ||
|
|
||
| .card { | ||
| view-transition-class: card; | ||
| } | ||
|
|
||
| .card#card1 { | ||
| view-transition-name: card1; | ||
| } | ||
|
|
||
| .card#card2 { | ||
| view-transition-name: card2; |
There was a problem hiding this comment.
This example likely works, but the reader will not know if the .card in the vtg parameter is the class of the element or the value of the vtc with a period in front of it. I suggest using two different class namet to make this clear.
|
Hi @cssinate. Please submit a re-review request by clicking on the icon next to my name in the reviewers list when you've had a chance to review the comments. thanks. |
@estelle would you like to commit your suggestions to the branch already so we can merge the improvements? There's another PR in-flight (linked by Josh above) on the same topic for Fx release docs, so it would be good to avoid conflicts on it. Any objections to that @cssinate? Thanks! |
|
Yeah, I'm sorry this has been low-priority for me. I had more free time when I submitted the initial PR than I've had since then. If anyone has time to merge the suggestions (doesn't have to be Estelle) that would be awesome please and thank you. |
Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
files/en-us/web/css/_doublecolon_view-transition-group/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thanks a lot. I've assigned myself to help get this over the finish line! Well done on all of your work, some small adjustments left as far as I can see, but hopefully we can merge soon. |
|
I appreciate it Brian. Thank you.
May 23, 2025 5:54:28 a.m. Brian Smith ***@***.***>:
…
[Image]*bsmth* left a comment (mdn/content#37901)[#37901 (comment)]
Yeah, I'm sorry this has been low-priority for me. I had more free time when I submitted the initial PR than I've had since then. If /anyone/ has time to merge the suggestions (doesn't have to be Estelle) that would be awesome please and thank you.
Thanks a lot. I've assigned myself to help get this over the finish line! Well done on all of your work, some small adjustments left as far as I can see, but hopefully we can merge soon.
—
Reply to this email directly, view it on GitHub[#37901 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AGAOZVG7MKU3NCGHSJFWZGL273V5FAVCNFSM6AAAAABWH52UO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMBTHEYDQMJVG4].
You are receiving this because you were mentioned.
[Tracking image][https://github.com/notifications/beacon/AGAOZVANDMOHA2ZLZOI7FJT273V5FA5CNFSM6AAAAABWH52UO6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTVNCYPT2.gif]
|
|
Thanks, all! Going to merge shortly |
* Add view-transition-class property * Address comments from @estelle * Fixing awkward wording * Add backticks to period * Remove KeyboardEvent.initKeyEvent page (mdn#39027) * Adding suggested changes * fix linting issues * Apply suggestions from code review Co-authored-by: Estelle Weyl <estelle@openwebdocs.org> * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore(css): Use parens for view transition pseudo names * Update files/en-us/web/api/view_transition_api/index.md * chore(css): ad param section * chore(css): try to make the view transition names more illustrative * Update files/en-us/web/css/view-transition-class/index.md --------- Co-authored-by: Paul Grant <paul.grant@hootsuite.com> Co-authored-by: Joshua Chen <sidachen2003@gmail.com> Co-authored-by: Estelle Weyl <estelle@weyl.org> Co-authored-by: Brian Smith <brian@smith.berlin> Co-authored-by: Estelle Weyl <estelle@openwebdocs.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Description
Adding a page for the
view-transition-classproperty.Motivation
This property is supported in Chrome and Edge, but not documented in MDN yet.
Additional details
Fix #37231