Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR corrects the animation types for various CSS properties, mainly which were mistaken as "discrete".
Note: During the cleanup:
block-overflow
andoverflow-clip-box
don't exist on either the specs or MDN. Should I detele them?point-events
has conflicting definitions in Scalable Vector Graphics (SVG) 2 and CSS Basic User Interface Module Level 4. Which one should I align to?overflow-clip-margin
intact because there's a spec change between CSS Overflow Module Level 3 and Level 4.I do think it's important to use webref for automation now, and there should be a way to combine this with community-driven l10n.
Motivation
Additional details
The spec links (sorry for flooding in a single PR 🙏):
touch-action
(background|mix)-blend-mode
,isolation
background-(clip|origin|position|size)
,border-image
background-position-(x|y)
outline-style
aspect-ratio
contain
,content-visibility
flex-flow
font-style
orphans
,widows
grid
,grid-auto-(columns|rows)
,grid-template
object-position
initial-letter
counter-(increment|reset|set)
,list-style
border-(block|inline)(-(end|start))?(-(color|width))?
mask-(position|size)
text-size-adjust
scroll-behavior
ruby-(align|merge)
scrollbar-(color|width)
hyphenate-limit-chars
transition(-(delay|duration|property|timing-function))?
will-change
direction
,text-orientation
,unicode-bidi
,writing-mode
Related issues and pull requests
Fixes #584.
Note: This PR doesn't address the infra problem in the issue above.