[go: nahoru, domu]

Skip to content
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-animations-1] Example for keyframes is confusing #4118

Closed
rillig opened this issue Jul 16, 2019 · 0 comments
Closed

[css-animations-1] Example for keyframes is confusing #4118

rillig opened this issue Jul 16, 2019 · 0 comments

Comments

@rillig
Copy link
rillig commented Jul 16, 2019

In section 4 "Keyframes", the specification says:

At the 1s mark, the slide-right animation will have the same state as if we had defined the 50% rule like this:

The words "At the 1s mark" seem to imply that the rest of this sentence is only true for the 50% mark. I think the example wants to say something different though, which should rather be worded like this:

The slide-right animation will have the same state as if the 50% rule were defined like this:

Or, even shorter:

The two 50% rules from above can also be combined into an equivalent single rule:

This wording change intentionally omits the word "we". That word should not appear in a technical specification because every occurrence of "we" must clearly define who exactly is that "we". The word "we" occurs a second time in the specification, in example 7.

In the second part of example 3, the to rule is repeated from the first part, but not the from rule. This is confusing because repeating the to rule doesn't change anything about the 1s mark. Also, the introduction for the second part only talks about "the 50% rules". Therefore, if the second part of the example is equally valid with the to rule removed, it should be made shorter. Either that, or the from rule should be added in the second part of the example, for symmetry.

@rillig rillig changed the title [css-animations] Example for keyframes is confusing [css-animations-1] Example for keyframes is confusing Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant