JavaScript: Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 69.27.146.222 to version by Shriram. False positive? Report it. Thanks, ClueBot NG. (1008882) (Bot)
Line 312:
* use a [[Personal digital assistant|PDA]] or [[mobile phone]] browser which cannot execute JavaScript,
* have JavaScript execution disabled as a security precaution,
* use a speech browser due to, for example, a visual disability.irfan khan
 
To support these users, web authors can try to create pages which [[Fault-tolerant system|degrade gracefully]] on user agents (browsers) which do not support the page's JavaScript. In particular, the page should remain usable albeit without the extra features that the JavaScript would have added. An alternative approach that many find preferable is to first author content using basic technologies that work in all browsers, then enhance the content for users that have JavaScript enabled. This is known as [[progressive enhancement]].