style:border error

in the latest version of the simulator.... I am now gettign error messages about style:border:

ERROR (E070000009): Invalid attribute value "2px solid rgba(255, 255, 255, 255)" (Element: div, Attribute: style:border, Line: 2220, Col: 10)

did something change in the spec after supplemental 3 as far as I can tell that syntax seems to be correct. style:border="2px solid rgba(255, 255, 255, 255)"




Answer this question

style:border error

  • FrancisEnem

    The simulator Or the Validator

    That should be valid syntax, but I'll check and get back to you.


  • Peter Ritchie

    The problem is probably the spaces in the rgba() parameter list

  • amiga

    thanks Peter, I removed the spaces in the rgba and no more error message.



  • Threads! Help!

    The Validator is throwing that error message... the border is on a div element if that helps.



  • Kimbe

    I used style:border="1px solid rgba(202,208,200,255)" and it doesn't give any problems or errors.
  • style:border error