[Bug 16265] Define transition for "z-index: auto"

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16265

L. David Baron (Mozilla) <dbaron@dbaron.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbaron@dbaron.org

--- Comment #1 from L. David Baron (Mozilla) <dbaron@dbaron.org> ---
Saying that it's transitioned as an integer implies that it transitions only
when both values are an integer:

   Values are animatable when both the from and the to values of the property
have the type described. (When a composite type such as "length, percentage, or
calc" is listed, this means that both values must fit into that composite
type.) When multiple types are listed in the form "either A or B", both values
must be of the same type to be interpolable.

   --http://dev.w3.org/csswg/css-transitions/#animatable-properties


It's not clear to me if the Chrome/Opera behavior is actually intentional, or
the same WebKit-based 'auto' bug, or if trying to make the behavior here better
is worth a special case.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 11 February 2015 00:28:06 UTC