Skip to content

[css-transitions-1] transition-property and transition shorthand conflict on whether none can be listed #2031

@fantasai

Description

@fantasai

transition-property: none | <single-transition-property>#
transition: [ [ none | <single-transition-property> ] || <time> || <single-timing-function> || <time> ]#

The transition shorthand allows none to be listed multiple times, but the transition-property shorthand it's supposed to be assigned into doesn't allow that. One of these syntaxes is therefore wrong.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions