
So I have a sheet that I wanted repeating sections for, but it didn't quite work out and couldn't find any previous mention of similar issues:
It might have to do with how the filedsets are made over a few cells but I'm not sure:

It might have to do with how the filedsets are made over a few cells but I'm not sure:
<table class="sheet-c19"><!-- Equippment & gear--> <tbody> <tr class="sheet-c5"> <td class="sheet-c21 sheet-c41" colspan="3" rowspan="1"> <p class="sheet-c13"><span class="sheet-c2">EQUIPMENT</span></p> </td> <td class="sheet-c30" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c9 sheet-c18"></span></p> </td> <td class="sheet-c21 sheet-c67" colspan="3" rowspan="1"> <p class="sheet-c13"><span class="sheet-c2">GEAR</span></p> </td> </tr> <tr class="sheet-c5"> <td class="sheet-c12" colspan="1" rowspan="1"> <p class="sheet-c13"><span class="c0">EQUIPMENT</span></p> </td> <td class="sheet-c24 sheet-c53" colspan="1" rowspan="1"> <p class="sheet-c13"><span class="c0">NOTES</span></p> </td> <td class="sheet-c65 sheet-c24" colspan="1" rowspan="1"> <p class="sheet-c13"><span class="c0">WT</span></p> </td> <td class="sheet-c30" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c9 sheet-c18"></span></p> </td> <td class="sheet-c52 sheet-c24" colspan="1" rowspan="1"> <p class="sheet-c13"><span class="c0">GEAR</span></p> </td> <td class="sheet-c24 sheet-c64" colspan="1" rowspan="1"> <p class="sheet-c13"><span class="c0">NOTES</span></p> </td> <td class="sheet-c24 sheet-c56" colspan="1" rowspan="1"> <p class="sheet-c13"><span class="c0">WT</span></p> </td> </tr> <tr class="sheet-c5"> <fieldset class="repeating_eq"> <td class="sheet-c59" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"></span><input style="width:99%;" type="text" name="attr_eqname" value="name"></p> </td> <td class="sheet-c53" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"><input style="width:99%;" type="text" name="attr_eqnotes" value="notes"></span></p> </td> <td class="sheet-c65" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"><input style="width:99%;" type="number" name="attr_eqweight" value="1"></span></p> </td> </fieldset> <td class="sheet-c30" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"></span></p> </td> <fieldset class="repeating_gear"> <td class="sheet-c52" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"></span><input style="width:99%;" type="text" name="attr_gearname" value="name"></p> </td> <td class="sheet-c64" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"></span><input style="width:99%;" type="text" name="attr_gearnotes" value="notes"></p> </td> <td class="sheet-c56" colspan="1" rowspan="1"> <p class="sheet-c17"><span class="sheet-c1"></span><input style="width:99%;" type="number" name="attr_gearweight" value="1"></p> </td> </fieldset> </tr> </tbody> </table>The sheet is imported to html from a google doc file, hence the awful class naming convention.