Re: unchanged values status

On Oct 10, 2010, at 7:11 AM, timeless wrote:

>>> a {
>>>  background-position: 0 0;
>>> }
>>> a:hover {
>>>  background-position: unchanged -50px;
>>> }
>>> a:visited {
>>>  background-position: unchanged -100px;
>>> }
> 
> personally, i'd want "inherit" instead of "unchanged" since "inherit"
> exists in css today.
> (this isn't an endorsement for the proposal.)

It exists, and it means something entirely different from what was proposed.

Received on Sunday, 10 October 2010 16:21:30 UTC