Graceful degradation - when to consider
问题 When designing and building the UI for an application that uses AJAX, when do you consider graceful degradation (for users who have JavaScript disabled, or are using a screen reader)? At the end, once the AJAX version of the site is completely finished At every stage of development I don't Something else... 回答1: These days, Progressive Enhancement is generally preferred over Graceful Degradation - i.e. the exact opposite approach. 回答2: The method I'm employing so far is to write it so it