====== 1.2. Implement alternatives to JavaScript ====== Provide an alternative for content or functionalities that rely on JavaScript. The alternative should allow the user to access similar content or functionalities with JavaScript disabled. The table below lists some examples of standard JavaScript uses, with a suggestion of an alternative when JavaScript is deactivated. ^ When JavaScript is enabled ^ When JavaScript is disabled ^ | Error management of a form is performed on the client side. | Error management of a form is performed on the server side. | | An accordion system allows for the dynamic hiding and display of specific content. | All content is shown on the page, with one section following the other. | | An interactive map indicates the physical address of an organisation. | The postal address of the organisation is indicated in text format. |