This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Invalid test for transition
CSS property value
#2384
Labels
Component: Custom
Anything related to the custom tests, IDL, or other injections
BCD includes support data for a feature of the
transition
CSS property which is simply referred to as "Gradients." I can't find any explanation for what this means (neither on the MDN page nor in the relevant specification), though. In the absence of any evidence of a feature specific to thetransition
property itself, my guess is that this is intended to describe support for transitioning thebackground-image
property when it takes a CSS gradient value.However, that is not what the generated test attempts to verify. Instead, it checks if the
transition
property accepts the valuegradients
:This looks like a mistake to me. As written, the test passes consistently in all releases of Chrome and Firefox, in contradiction to the data in BCD. According to my reading of the spec, that's because the property can take any value.
here are the passing results from mdn-bcd-results for Firefox versions 16 through 104
This seems similar to gh-2347, but unlike
list-style-type
, it's not clear what value, if any, is being tested.The text was updated successfully, but these errors were encountered: