2 Replies Latest reply on Nov 15, 2007 10:21 PM by sergeysmirnov

    css will not validate in CVS

    nathandennis

      Downloaded current version of seam from CVS because i saw a problem with CSS validation in 2.0.X

      http://xxxx/a4j_3_1_2.GAcss/table.xcss/DATB/eAGLZKr5DAADWQHL
      
      .dr-table{
      border-top:solid 1px #C4C0C9;border-left:solid 1px #C4C0C9;background-color:#FFFFFF;}
      .dr-table-cell{
      border-right:solid 1px #C4C0C9;border-bottom:solid 1px #C4C0C9;padding:4px 4px 4px 4px;font-size:11px;color:#000000;font-family:Arial, Verdana, sans-serif ;empty-cells:show;}
      .dr-subtable-cell{
      border-right:solid 1px #C4C0C9;border-bottom:solid 1px #C4C0C9;padding:4px 4px 4px 4px;font-size:11px;color:#000000;font-family:Arial, Verdana, sans-serif ;}
      .dr-table-header{
      background-color:#D4CFC7;background-image: url(/a4j_3_1_2.GAorg.richfaces.renderkit.html.GradientA/DATB/eAF79urt8fNXABJ3BSg_);background-position:top left;background-repeat:repeat-x;}
      .dr-table-header-continue{
      background-color:#D4CFC7;}
      .dr-table-headercell{
      border-right:solid 1px #C4C0C9;border-bottom:solid 1px #C4C0C9;padding:4px 4px 4px 4px;color:#000000;text-align:center;font-weight:headerWeightFont;font-size:11px;font-family:Arial, Verdana, sans-serif ;}
      


      can someone tell me how this "font-weight:headerWeightFont;" junk got in there??? im fairly sure that isnt a valid parameter for font-weight.

      should there be a JIRA issue for this??