|
Posted by Jukka K. Korpela on 10/06/06 19:58
Scripsit John Salerno:
> Jukka K. Korpela wrote:
>> Scripsit John Salerno:
>>
>>> URI : http://python.johnjsalerno.com/xrc_tutorial.css
>>>
>>> * Line : 6 (Level : 1) This property applies to block-level
>>> elements. : h1
>>
>> How did you get that warning? Using the W3C "CSS Validator" on your
>> CSS code, I get no such message, even when I have selected "All" in
>> the "Warnings" menu.
>
> Hmm, I just tried it again and you're right, it's not there now. But
> it was earlier, and I haven't changed it since then.
Strange indeed.
Earlier, I get an "internal error" message from the "CSS Validator", but
retrying with the same URL gave a normal report. Maybe there's something odd
in the software right now.
I can't trigger the warning quoted above even if I explicitly try it, by
adding
h1 { display: inline; }
(This could conceivably make a checker warn about properties that do not
apply to inline elements. Probably not very useful, but conceivable.)
The error message itself is listed in
http://jigsaw.w3.org/css-validator/org/w3c/css/util/Messages.properties
but with no useful comment.
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|