RE: [css3-images] linear-gradient keywords and angles are opposite

Brad Kemper:
> The keywords and the measurement of degrees are two different ways to
> end up with a direction. They are obviously different from each other.
> Since they are two different animals, it should not be surprising that
> they act differently. I don't see the problem.

Again, we disagree.  They are not obviously different from each other.

Two fields, in the same location of the same functional syntax, with the same role.

Assertion:  Should not have opposite effects.



If you'd like to split linear-gradient into...

linear-gradient-with-direction(27deg, red, blue);
linear-gradient-that-starts-from(left, red, blue);

...then your approach makes more sense to me, and isn't inconsistent with itself.

Received on Friday, 10 June 2011 06:45:45 UTC