-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested