-
Notifications
You must be signed in to change notification settings - Fork 689
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-view-transitions-2] Apply renames based on TPAC discussion #9382
Conversation
@khushalsagar @vmpstr ping? |
enum ViewTransitionTrigger { "navigation", "none" }; | ||
[Exposed=Window] | ||
interface CSSViewTransitionRule : CSSRule { | ||
readonly attribute CSSOMString navigationConditionText; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing this is not an enum because eventually we'll have a list of qualifiers here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. This is consistent with existing conditionText
attributes
@@ -299,29 +330,29 @@ The <dfn attribute for=PageRevealEvent>viewTransition</dfn> [=getter steps=] are | |||
<div algorithm="monkey patch to rendering"> | |||
Run the following step in [=update the rendering|updating the renedering=], before [=running the animation frame callbacks=]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bokand to review the timing for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's review the specifics as part of whatwg/html#9791. Merging for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM % bokan.
Btw we should be using semantic line breaks for wrapping but makes sense to do that in a separate PR.
…w-transition to navigation-behavior
Rename based on TPAC conversation: auto-view-transition => view-transition (with
trigger: navigation
as the descriptor)Also added CSSOM support for the new rule.
Close #8048 as per TPAC discussion.
Opened #9383 to continue bikeshedding discussion about the at-rule name. We can update the spec once that's finalized.