bikeshed icon indicating copy to clipboard operation
bikeshed copied to clipboard

Uniqueness of assert ids

Open cconcolato opened this issue 2 years ago • 1 comments

When using the assert feature, in some cases, the text that is within the assert is not unique. Examples are:

  • things like "Mandatory: yes" in definition tables where uniqueness would be provided by the context of the table (example)
  • when the assert is a sub-bullet in a bullet list and the uniqueness is provided by upper bullet points.

One hack could be to repeat the context as invisible text in the assert. I wonder if there is a better recommendation.

cconcolato avatar Oct 03 '23 18:10 cconcolato

This is a hack that Cyril mentioned https://github.com/AOMediaCodec/av1-isobmff/pull/171/commits/2ab9864aabbcd55c4889c90858cc1fa8a8b78322

podborski avatar Oct 19 '23 02:10 podborski