-
Notifications
You must be signed in to change notification settings - Fork 22.9k
New data-type: <axis> #42015
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
New data-type: <axis> #42015
Conversation
|
Preview URLs Flaws (24)URL:
URL:
(comment last updated: 2025-11-20 14:24:49) |
chrisdavidmills
left a comment
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.
@estelle looking good; just a couple of bits for you to consider.
| - : The block axis of the scroller element, which is the axis in the direction perpendicular to the flow of text within a line. For horizontal writing modes, such as standard English, this is the same as `y`, while for vertical writing modes, it is the same as `x`. | ||
| - `inline` | ||
| - : The inline axis of the scroller element, which is the axis in the direction parallel to the flow of text in a line. For horizontal writing modes, this is the same as `x`, while for vertical writing modes, this is the same as `y`. | ||
| - `y` |
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.
Put this one at the end so they are in alphabetical order?
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
part of scroll driven animation.
this will be a large PR, so doing it in parts.