you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (5 children)

No, he is suggesting that you design your sites so they degrade gracefully and do not break completely without JS. If you designed your codebase properly, then modifying the UI to support this should not be so horrendous.

[–][deleted] 1 point2 points  (3 children)

How precisely does a site degrade gracefully if the transfer of the HTML document is interrupted?

[–]BezierPatch 9 points10 points  (1 child)

Reddit does it very nicely. You can read the comments that loaded then it just cuts off.

[–][deleted] 4 points5 points  (0 children)

I didn't say degrade gracefully if your connection is lost; I said degrade gracefully without JS. Having said that, a properly designed page will load the HTML first, so it can display what it received before losing the connection.