-
Notifications
You must be signed in to change notification settings - Fork 756
[css-view-transitions-2] Refactor based on topics #10098
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
Conversation
css-view-transitions-2/Overview.bs
Outdated
| ### The <dfn id="at-view-transition-rule">''@view-transition''</dfn> rule ### {#view-transition-rule} | ||
|
|
||
| The ''@view-transition'' rule is used by a document to indicate that cross-document navigations | ||
| should setup and activate a {{ViewTransition}}. To take effect, it must be present in the old document |
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.
Can we move "To take effect, it must be present in the old document ... is fired" to a non-normative note?
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.
This is removed
Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
Co-authored-by: Khushal Sagar <63884798+khushalsagar@users.noreply.github.com>
css-view-transitions-2/Overview.bs
Outdated
| In this way, the author can use the the <code data-x="">blocking</code> attribute, to delay the transition until: | ||
| * All expected scripts are executed, by using the script's {{HTMLScriptElement/blocking}} attribute on required scripts. | ||
| * All expected styles are executed, by using the style or link's {{HTMLStyleElement/blocking}} attribute on required styles. | ||
| * All expected HTML elements are seen by the parser, using an [^link/rel/expect^] {{HTMLLinkElement}} element. |
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.
"[^link/rel/expect^]" isn't linked properly.
css-view-transitions-2/Overview.bs
Outdated
|
|
||
| : <dfn><<custom-ident>>+</dfn> | ||
| :: All of the specified <<custom-ident>> values (apart from <css>none</css>) are applied when used in [=named view transition pseudo-element=] selectors. | ||
| <css>none</css> is an invalid <<custom-ident>> for 'view-transition-class', even when combined with other <<custom-ident>>s. |
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 not sure why but "<>" in this line is not getting linked...
|
One more thing, can you use https://api.csswg.org/bikeshed/ after making edits to confirm there's no errors/typos. |
Closes #10011
Closes #10070
Closes #10071