You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'none' covers the use case where semantically text refers to a <reference>, but the generated text shouldn't show that.
For instance, it is very common to talk in prose about "RFC xxxx", and it's good if the XML source can express, that semantically this is indeed a reference, even if not styled that way. Example: first sentence of https://greenbytes.de/tech/webdav/rfc7990.html#rfc.section.3 - written by the RSE.
Technically, it's also helpful, as it keeps track of which references are actually used, and vice, versa, will cause an error if the reference target for some reason is removed from <references>.
The text was updated successfully, but these errors were encountered:
'none' covers the use case where semantically text refers to a <reference>, but the generated text shouldn't show that.
For instance, it is very common to talk in prose about "RFC xxxx", and it's good if the XML source can express, that semantically this is indeed a reference, even if not styled that way. Example: first sentence of https://greenbytes.de/tech/webdav/rfc7990.html#rfc.section.3 - written by the RSE.
Technically, it's also helpful, as it keeps track of which references are actually used, and vice, versa, will cause an error if the reference target for some reason is removed from <references>.
The text was updated successfully, but these errors were encountered: