CSS editing
Posted: Fri Apr 08, 2005 5:55 pm
Any chance of Oxygen adding CSS code completion support?
Code: Select all
{
background: url(foo/image.jpg);
}
I have the same problem. I open a CSS document with Oxygen standalone version, it is properly recognised as a CSS document (hence syntax highlighting works), but when I press on the Validate button, it stops at any url(blabla.gif) expression, just before the dot and returns the following error:ksader wrote: Also, the CSS validator doesn't recogize the following as valid
{
background: url(foo/image.jpg);
}
Code: Select all
Encountered "." at line 73, column 42.
Was expecting one of:
<S> ...
")" ...
"/" ...
"," ...
"-" ...
"+" ...
<NUMBER> ...
<PERCENT> ...
<LENGTH> ...
<EMS> ...
<EXS> ...
<ANGLE> ...
<TIME> ...
<FREQ> ...
<FUNCTION> ...
<STRING> ...
<IDENT> ...
<URI> ...
<RGB> ...
<UNICODE_RANGE> ...
<HASH> ...