| 13:30 | <jmdyck> | So after 2901, is there a rule about when to use entities and when not? (other than "Do what npm run format says") |
| 15:34 | <bakkot> | The rule is, don't use entities except for & and < |
| 15:35 | <bakkot> | which is also what npm run format does |
| 16:04 | <jmdyck> | < spec.html grep -o '&\w\+;' | sort | uniq -c says otherwise |
| 16:10 | <jmdyck> | most are in <emu-grammar> elements, but also some in <h1>, <code>, <td>. |
| 16:35 | <bakkot> | oh, sorry, also whitespace like nbsp |
| 16:35 | <bakkot> | I will fix up the others at some point |
| 16:40 | <bakkot> | (the formatter doesn't apply the same rules to emu-grammar etc, is why those got left behind) |
| 18:22 | <shu> | bakkot: Michael Ficarra: you two should prioritize reviewing https://github.com/tc39/ecma262/pull/2905 |
| 18:22 | <shu> | well, at least one of you |