ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
63 stars 35 forks source link

xml2rfc should warn on deprecated attributes as well as elements #1096

Open ajeanmahoney opened 5 months ago

ajeanmahoney commented 5 months ago

Description

xml2rfc will warn if deprecated elements (e.g., <spanx>) are used, but it does not warn on the use of deprecated elements like "title" in <section>, <note>, <figure>, and <references> elements. (List of deprecated elements and attributes: https://www.rfc-editor.org/rfc/rfc7991#section-1.3.3).

Code of Conduct