ngff
ngff copied to clipboard
Tables hard to read on spec website
Because there is no delination between rows of tables, at least in RFC-5 it's very hard to parse columns that contain big blocks of text:
I think a good solution would be adding white horizontal lines between rows, or adding some padding between rows, to make them visually distinct.
@dstansby: did you have a diff in mind?
Adding class="data" or class="complex data" to the table element will add some or many lines respectively.
This is, of course, not in the bikeshed docs 🙄