I wanted to get something cleared up and that is the use of Javascript on websites with regards to WCAG.
Am i correct that the use of Javascript is fine as long as it does not stop a user from accessing the content of the website or achieve an action on a website.
For example if a website required Javascript to login to a website i would assume this would be breaking WCAG?
Also if a site had something to purchase with options to configure that required Javascript to complete would also break WCAG?
Using AJAX is fine as long as the user is alerted that the page has been updated (could use ARIA)
My assumptions are that Javascript should be used to enhance the experience but not be relied on so a user can achive the goal without it?
Are these assumption correct?