When i load my page i get following warnings and not getting desired output..

3891
1
06-25-2012 11:08 PM
PratikMehta
New Contributor
Hello,

I get following warnings when i load my HTML page which contains address locator javascript code.
If there any problem with my javascript api or dojo?

I am using

<style type="text/css">

@import "http://serverapi.arcgisonline.com/jsapi/arcgis/2.0/js/dojo/dijit/themes/tundra/tundra.css"; </style>

for theme. I have also downloaded JavaScript Api 3.0 but i havent used it locally yet.

Please help me.

Expected declaration but found '#zoom'. Skipped to next declaration.
Expected declaration but found '#display'. Skipped to next declaration.
Expected declaration but found '#vertical-align'. Skipped to next declaration.
Expected declaration but found '#zoom'. Skipped to next declaration.
Expected declaration but found '#display'. Skipped to next declaration.
Unknown property 'box-sizing'. Declaration dropped.
Expected declaration but found '#zoom'. Skipped to next declaration.
Expected declaration but found '#display'. Skipped to next declaration.
Expected declaration but found '#vertical-align'. Skipped to next declaration.
Unknown property 'zoom'. Declaration dropped.
Expected declaration but found '#overflow'. Skipped to next declaration.
Expected declaration but found '#overflow'. Skipped to next declaration.
Expected declaration but found '#vertical-align'. Skipped to next declaration.
Expected color but found 'auto'. Expected color but found '-webkit-focus-ring-color'. Expected end of value but found '-webkit-focus-ring-color'. Error in parsing value for 'outline'. Declaration dropped.
Error in parsing value for 'filter'. Declaration dropped.
Error in parsing value for 'filter'. Declaration dropped.
Unknown property '-moz-opacity'. Declaration dropped.
Error in parsing value for 'filter'. Declaration dropped.
Unknown property '-moz-border-radius'. Declaration dropped.
Error in parsing value for 'filter'. Declaration dropped.
Error in parsing value for 'padding'. Declaration dropped.
Expected declaration but found '#zoom'. Skipped to next declaration.
Expected declaration but found '#display'. Skipped to next declaration.
Error in parsing value for 'filter'. Declaration dropped.
Error in parsing value for 'top'. Declaration dropped.
Error in parsing value for 'filter'. Declaration dropped.
Unknown property '-moz-border-radius'. Declaration dropped.
Unknown property '-moz-opacity'. Declaration dropped.
Error in parsing value for 'filter'. Declaration dropped.
Expected declaration but found '#background'. Skipped to next declaration.
Expected declaration but found '#display'. Skipped to next declaration.
Expected declaration but found '#background-image'. Skipped to next declaration.
Expected declaration but found '#background'. Skipped to next declaration.
Error in parsing value for 'filter'. Declaration dropped.
Unknown property 'zoom'. Declaration dropped.
Expected color but found 'invert'. Expected end of value but found 'invert'. Error in parsing value for 'outline'. Declaration dropped.
Expected color but found 'none'. Error in parsing value for 'background-color'. Declaration dropped.
Unknown property 'zoom'. Declaration dropped.
Unknown property '-moz-border-radius'. Declaration dropped.
Error in parsing value for 'top'. Declaration dropped.
Unknown property '-moz-border-radius'. Declaration dropped.
Unknown property 'zoom'. Declaration dropped.
Error in parsing value for 'margin-left'. Declaration dropped.
Expected declaration but found '#zoom'. Skipped to next declaration.
Error in parsing value for 'filter'. Declaration dropped.
Unknown property '-moz-border-radius'. Declaration dropped.
Unknown property '-moz-box-shadow'. Declaration dropped.
Unknown property '-moz-border-radius'. Declaration dropped.


...rder-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-ra...

jsapi.css (line 39, col 45)

Unknown property '-moz-border-radius'. Declaration dropped.


-moz-border-radius: 9px;

jsapi.css (line 55, col 22)

Unknown property '-moz-box-shadow'. Declaration dropped.


-moz-box-shadow: 0 0 0.5em #BBBBBB; -webkit-box-shadow: 0 0 0.5em #BBBBBB;

jsapi.css (line 58, col 19)

Use of getAttributeNode() is deprecated. Use getAttribute() instead.
Use of attributes' specified attribute is deprecated. It always returns true.
Error in parsing value for 'width'. Declaration dropped.


Expected end of value but found 'height'. Error in parsing value for 'height'. Declaration dropped.
Tags (2)
0 Kudos
1 Reply
PatrickStevens
Esri Contributor
I think you might have better luck at getting an answer on the Javascript API forum:

http://forums.arcgis.com/forums/15-ArcGIS-API-for-JavaScript

This forum is for Network Analyst functionality specifically.
0 Kudos