jorendorff / es-spec-html

An HTML version of the ECMAScript draft specification autogenerated from the source
http://ecma-international.org/ecma-262/5.1/
51 stars 17 forks source link

Improve layout on small viewports #70

Closed mathiasbynens closed 10 years ago

mathiasbynens commented 10 years ago

It’s not perfect yet, but it’s a start. Ref. #69.

jorendorff commented 10 years ago

I definitely want to start merging parts of this right now. The max-width: 100%; overflow: auto; trick, for example. The 'Liberation Serif' thing too. Can you send me a PR with just that?

(I'm sure you're already aware of this, but just to avoid any possible misunderstanding: es6-draft.html is of course autogenerated, so I can't take a PR that changes it without updating the script.)

mathiasbynens commented 10 years ago

(I'm sure you're already aware of this, but just to avoid any possible misunderstanding: es6-draft.html is of course autogenerated, so I can't take a PR that changes it without updating the script.)

Yeah I know, I just used that part of the patch to show you what changes are needed to make a responsive version possible at all. Ref. https://github.com/jorendorff/es-spec-html/issues/69#issuecomment-43988810