Skip to content

Notes to tables: numbering must restart for each new table #374

@thomasheritage

Description

@thomasheritage

I had a NOTE immediately following a Table which I've moved inside the frame of the table to comply with the ISO directives (see https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor436) based on feedback from @ERyan71258

The final row of the 3-column table is now specified by:

<tr>
  <td colspan="3"><p class="note">The value of byte 6 of the ...</p></td>
</tr>

In the rendering, the problem is that this is prefixed "NOTE 1" because there are other NOTEs in the subclause containing the Table. This is incorrect because "numbering restarts for each new table". This table has only one NOTE and so the prefix should be "NOTE" not "NOTE 1" (and of course the other NOTEs in the subclause will need to be re-numbered).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions