09:57
<leobalter>
Richard Gibson ryzokuken https://github.com/tc39/ecma402/releases/tag/es2022-candidate
09:58
<leobalter>
the "New Contributors" list is funky but seems like we need a start for better lists in the further releases.
15:24
<Richard Gibson>

thanks, agreed. The PDFs look better than I ever remember seeing, although there is moderate difficulty with whatever row of Table 12 (Numbering System) is split by a page break (the data can be copied, but I wouldn't have confidence in reading the right data from a printout). The issue seems to be caused by the great width of the Digits column (due to hanidec) squeezing the Numbering System column so much that its header cell is broken into multiple lines.

I think it could be fixed by updating the CSS for emu-table th, emu-table thead td, table.real-table th (which currently defines the gray background) to include white-space: nowrap, but that seems likely to exacerbate the already-too-wide layout of Table 14 (Plural Rules Operands Record Fields), which itself would need to be addressed by something like overflow-wrap: anywhere on the cells and/or changing from a table to another format and/or renaming the [[NumberOfFractionDigitsWithoutTrailing]] slot to something shorter.

Does anyone have a preference regarding those three options, or an alternative?

15:25
<Richard Gibson>
btw leobalter, thanks so much for landing those pending PRs
15:25
<ljharb>
fwiw it would be great if any PDF-specific changes yall make could be shared by 262, and vice versa :-)
15:26
<ljharb>
for 262, i do npm run build-for-pdf, and then i open it in safari, and i print to pdf. and then i open it in Adobe Acrobat and add the first 4 pages, and then add the autonumbering for the rest.
15:33
<ljharb>
leobalter: ah my bad, istvan is saying isabel did tweak 402 last year, i didn't realize
16:06
<leobalter>
I forgot the npm run build-for-pdf part
16:09
<leobalter>
I'm mostly playing with Chrome settings. I try different scales from 75 and up and I already tried different margins. (0.5in each side and 0.6 bottom)
16:10
<leobalter>
I'll do a print with Safari and see how it goes
16:11
<leobalter>
ljharb: do you use a custom scale or 100%?
16:17
<ljharb>
just 100%, US letter
16:17
<ljharb>
they probably want A4 but I’m not paid for this :-p