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
7 Error
└- Code - MISSING_REQLEVEL_REF
└- Desc - An RFC2119 boilerplate is present but no reference to the RFC2119 was found.
└- Ref - https://www.rfc-editor.org/rfc/rfc7322.html#section-4.8.2
That's a an understandable error, but one that could be fixed.
I'm using kramdown-rfc's {::boilerplate bcp14-tagged-bcp}.
The text was updated successfully, but these errors were encountered:
<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP¤14 <xreftarget="BCP14"/> when, and only when, they
appear in all capitals, as shown here.</t>
Presumably, this should be detected as acceptable.
There are a few interesting quirks to this:
The string "BCP 14" uses a non-breaking space. (The topic of a <nobr> element is ongoing, so I anticipate this sticking around for a while to avoid a very awkward wrap in the text output.)
This uses a reference to BCP 14 rather than RFCs 2119 and 8174.
This uses <bcp14> elements. Some documents will not.
These are all variations that should be tolerated.
That's a an understandable error, but one that could be fixed.
I'm using kramdown-rfc's
{::boilerplate bcp14-tagged-bcp}
.The text was updated successfully, but these errors were encountered: