Application parsing error in Facebook app

Im getting some syntax breaks when loading in my facebook app via canvas. Its in an iframe. Can anyone tell me where I can start looking for documentation on this?

Errors whilst loading page from application

Parse errors:

CSS Error (line 40 char 36): Error in parsing value for property.: 'font'  Declaration dropped.

CSS Error (line 183 char 18): Expected declaration.  Skipped to next declaration.
CSS Error (line 272 char 65): Unknown property.: '-webkit-border-radius'  Declaration dropped.
CSS Error (line 272 char 110): Unknown property.: 'border-radius'  Declaration dropped.
CSS Error (line 272 char 135): Unknown property.: '-webkit-box-shadow'  Declaration dropped.
CSS Error (line 272 char 181): Unknown property.: '-moz-box-shadow'  Declaration dropped.
CSS Error (line 272 char 221): Unknown property.: 'box-shadow'  Declaration dropped.
CSS Error (line 317 char 23): Unknown property.: '-webkit-border-radius'  Declaration dropped.
CSS Error (line 319 char 15): Unknown property.: 'border-radius'  Declaration dropped.

      

thanks

- Mark

+2


a source to share


2 answers


Forget it, if your layout is fine, facebook imposes a lot of restrictions. Please note that only the developer will see these messages, not the users of the app



0


a source


Yes, sarfraz is absolutely right. This is only a developer's fault, so worry about that.



+1


a source







All Articles