Y
Hacker News
new
|
ask
|
show
|
jobs
by
endtwist
5218 days ago
Even the CSS is nicely organized:
http://editsquarterly.com/lib/css/edits.iancoyle.css?0.0.0.9
2 comments
christiangenco
5218 days ago
My God... it even has a table of contents.
link
gioele
5217 days ago
And the content is still fully accessible if you disable JavaScript and CSS.
link
spindritf
5217 days ago
Doesn't work for me without JS, it only shows the first page then.
link
gioele
5217 days ago
You have to disable the CSS as well. The CSS stylesheet will hide everything except the first page, letting the JS code change visibility when the user presses keys.
If you see the HTML code, all the pages are there, delimited by <article> elements.
link