The USFM spec indicates that these can only follow \c or \v directly. However, this library allows them anywhere, overwriting any previous instance of them in the current chapter or verse, without any diagnostics emitted for it. You can find an example of this in ESG of the TPI translation.
Looking a bit further into this, however, things seem to reveal that \ca and \va may be used in other places, but then are treated as chars instead of as metadata for the preceding \c or \v.
The USFM spec indicates that these can only follow \c or \v directly. However, this library allows them anywhere, overwriting any previous instance of them in the current chapter or verse, without any diagnostics emitted for it. You can find an example of this in ESG of the TPI translation.
Looking a bit further into this, however, things seem to reveal that \ca and \va may be used in other places, but then are treated as
chars instead of as metadata for the preceding \c or \v.