Kevin Gibbons

Results 638 comments of Kevin Gibbons

See https://github.com/tc39/ecmarkup/issues/151 re: multipage support. I think we're in agreement that this would be useful (at least, I am), we just haven't yet had the time to work out the...

Multipage builds are available as of https://github.com/tc39/ecmarkup/pull/301. I'm leaving this open to track any other mobile-specific issues.

That'll happen naturally as part of their normal process.

> I'm assuming it will be sometime after August Next meeting is August 31 & September 1 - the next couple meetings are always listed at the bottom of the...

Ambiguous productions are inherently editorial errors (except for the RegExp grammar [given in Annex B](https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html#sec-regular-expressions-patterns), which explicitly notes how ambiguities are broken). I'm not totally sure it's worth writing that...

> Are all values with identity guaranteed to be Records? No. The spec-internal List type and the ES language Object type both have identity, and neither are Records, for example.

I notice that this makes the scrollbar jump around as you scroll, since the browser doesn't know how big the document actually is. I wonder if it would be practical...

> Note that the scrollbar jumping around already happens on mobile platforms even without this patch. Hm, I can get that to happen occasionally on my Android phone (a Pixel...

> I thought the problem was also that the ecma262 clauses are all very different sizes. What's the rough workaround there, bucket the clause classes by size? If we're using...