Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Validating CSS -- luna_core.css

Quote Reply
Validating CSS -- luna_core.css
Validating luna_core.css gives following:

  • Line: 324 Context : .shadowtop , .shadowbottom
    Invalid number : display inline-block is not a display value : inline-block
  • Line: 542 Context : .row .value input.text , .row .value input.password , .row .value textarea
    Invalid number : width Parse Error - this.parentNode.offsetWidth * 0.74)
  • Line: 623 Context : .clear
    Invalid number : display inline-block is not a display value : inline-block


Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] Validating CSS -- luna_core.css In reply to
Yes, it won't validate because of some of the browser workarounds implemented. expression() on width is an ie only thing, but display: inline-block is a valid CSS2.1 value which it looks like the validator doesn't support yet.

Adrian