I am getting the error:
Invalid number : color fuchsia is not a color value : fuchsia
from the W3C CSS validator, yet I am sure the same CSS validated ok
previously.
The offending CSS is:
a:active {
color: fuchsia;
text-decoration: underline;
background: inherit;
}
If I substitute, say, 'red' for 'fuchsia' then there is no error and if
I use rgb values it is also ok, but I somehow feel sure that this used
not to fail validation.
Am I doing something blindingly obviously wrong?
TIA
--
Bob Cox. Stoke Gifford, near Bristol, UK.
Invalid number : color fuchsia is not a color value : fuchsia
from the W3C CSS validator, yet I am sure the same CSS validated ok
previously.
The offending CSS is:
a:active {
color: fuchsia;
text-decoration: underline;
background: inherit;
}
If I substitute, say, 'red' for 'fuchsia' then there is no error and if
I use rgb values it is also ok, but I somehow feel sure that this used
not to fail validation.
Am I doing something blindingly obviously wrong?
TIA
--
Bob Cox. Stoke Gifford, near Bristol, UK.
Comment