j9t’s avatarj9t’s Twitter Archive—№ 2,465

    1. You’re marking up a looong data table in HTML. What is the maximum value for the rowspan attribute you could use?
  1. …in reply to @j9t
    rowspan has a maximum—and it’s 65534: html.spec.whatwg.org/multipage/tables.html#attributes-common-to-td-and-th-elements. Let’s wonder, now, how well the limit is supported.