-
You’re marking up a looong data table in HTML. What is the maximum value for the
rowspan
attribute you could use? -
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.