Conversation:
Notices
-
#Javascrippled web pages (dependent on Javascript) don't work in secure browsers, don't work with accessibility devices, but most importantly, don't get indexed by search engines. It's that third point that usually convinces clients to avoid #Javascript dependencies.
-
I'm a purist. I still believe in the separation of content (text), semantics (HTML), appearance (CSS) and behaviour (Javascript). There should be no dependencies from the start to the end of that list, ie. the visibility of the content should not depend on the Javascript behaviour of the page; nor should the identification of headings, paragraphs, lists, &c (semantics) be dependent…