w3c / tr-design

CSS used by W3C specs (this repo is not about the w3.org/TR index page)
https://w3c.github.io/tr-design/src/README
Other
64 stars 29 forks source link

Added class="removeOnSave" to amendments button #356

Closed himorin closed 6 months ago

himorin commented 6 months ago

fixup.js adds buttons to candidate corrections/amendments. When spec is using respec, fixup.js adds them on load, and export feature exports html with them. So, displaying exported html results to have two sets of buttons. Adding removeOnSave, respec will remove buttons on export, which will fix the issue of having two sets of buttons.