<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.17 (Ruby 3.3.4) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-rswg-rfc7990-updates-11" category="info" submissionType="editorial" obsoletes="7990" updates="9280" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="RFC Formats and Versions">RFC Formats and Versions</title>

    <author initials="P." surname="Hoffman" fullname="Paul Hoffman">
      <organization>ICANN</organization>
      <address>
        <email>paul.hoffman@icann.org</email>
      </address>
    </author>
    <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
      <organization>Spherical Cow Consulting</organization>
      <address>
        <email>hlf@sphericalcowconsulting.com</email>
      </address>
    </author>

    <date year="2024" month="July" day="25"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 40?>

<t>In order to improve the readability of RFCs while supporting their archivability, the definitive version of the RFC Series transitioned from plain-text ASCII to XML using the RFCXML vocabulary; different publication versions are rendered from that base document.
This document describes how RFCs are published.</t>

<t>This document obsoletes RFC 7990.
This document also updates the stability policy in RFC 9280.</t>



    </abstract>



  </front>

  <middle>


<?line 49?>

<section anchor="introduction"><name>Introduction</name>

<t>"RFC Series Format Requirements and Future Development" <xref target="RFC6949"/> discussed the need to improve the display of items such as author names and artwork in RFCs as well as the need to improve the ability of RFCs to be displayed properly on various devices.
Based on the discussions with communities of interest, such as the IETF, the RFC Series Editor decided to explore a change to the format of the Series.
<xref target="RFC7990"/> was the culmination of that exploration.</t>

<t>This document is concerned with the production of RFCs, focusing on the published documents.
It does not address any changes to the processes each stream uses to develop and review their submissions (specifically, how Internet-Drafts will be developed).
While I-Ds have a similar set of issues and concerns, directly addressing those issues for I-Ds should be discussed within each document stream.</t>

<t>The details described in this document are expected to continue to change over time as the community and the RFC Production Center (RPC) gains further experience implementing the policies described here.</t>

<t>Implementors of those components are advised to avoid assuming that all such changes will be backwards-compatible.</t>

<section anchor="changes-to-rfc-7990"><name>Changes to RFC 7990</name>

<t><xref target="RFC7990"/> defined a framework for how RFCs would be published after that document was published, including new formats and a new "canonical format" for archiving RFCs.
It talked about "the XML file" as if there would only be one XML file for an RFC because that was the expectation at the time <xref target="RFC7990"/> was published.
It also talked about "publication formats" as the versions of HTML, text, and PDF derived from the "canonical format".</t>

<t>After extensive experience with publishing RFCs in the RFCXML format <xref target="RFC7991"/>, it has been decided that an RFC's XML file can be updated for narrowly limited purposes.
This document changes <xref target="RFC7990"/> in significant ways:</t>

<t><list style="symbols">
  <t>It defines four terms that replace the use of the term "canonical" and clarifies "format":
  <list style="symbols">
      <t>The "definitive format", which is RFCXML</t>
      <t>The "definitive version", which is a published RFC in the definitive format</t>
      <t>A "publication format", which is currently one of PDF, plain text, or HTML</t>
      <t>A "publication version", which is a published RFC in one of the publication formats</t>
    </list></t>
  <t>It defines a policy governing how the RFCXML format changes.</t>
  <t>It defines a policy for when the definitive version of an RFC can be updated and older definitive versions archived.</t>
  <t>It defines a policy for when the publication versions of an RFC can be updated and older publication versions archived.</t>
</list></t>

<t>When using the new terminology, it is important to note that <xref target="RFC7990"/> used the term "canonical format" to mean two very different things. Quoting from RFC 7990:</t>

<ul empty="true"><li>
  <t>Canonical format: the authorized, recognized, accepted, and archived version of the document</t>
</li></ul>

<t>and</t>

<ul empty="true"><li>
  <t>At the highest level, the changes being made to the RFC format involve breaking away from solely ASCII plain text and moving to a canonical format that includes all the information required for rendering a document into a wide variety of publication formats.</t>
</li></ul>

<t>This document uses two terms, "definitive version" and "definitive format", for the earlier term "canonical format".</t>

<t>Other terminology changes made by this document are the following:
- It changes the phrase "xml2rfc version 3" to "RFCXML".
- It changes the name of the body that publishes RFCs from "RFC Editor" to "RFC Production Center" (RPC).</t>

<t>Historical text from <xref target="RFC7990"/> such as Section 2 ("Problem Statement"), Section 4 ("Overview of the Decision-Making Process"), and Section 10 ("Transition Plan") were purposely omitted from this document.
Text from <xref target="RFC7990"/> that repeated what was in other RFCs, particularly Section 8 (Figures and Artwork) and Section 9 (Content and Page Layout) were also removed.</t>

</section>
<section anchor="changes-to-9280"><name>Changes to RFC 9280</name>

<t>Section 7.6 of <xref target="RFC9280"/> currently says:</t>

<ul empty="true"><li>
  <t>Once published, RFC Series documents are not changed.</t>
</li></ul>

<t>This document replaces that sentence with:</t>

<ul empty="true"><li>
  <t>Once published, RFCs may be re-issued, but the semantic content of publication versions shall be preserved to the greatest extent possible.</t>
</li></ul>

<t>This document also creates a new policy that would exist in Section 7 of <xref target="RFC9280"/>:</t>

<ul empty="true"><li>
  <t>7.8.  Consistency</t>

  <t>RFCs are copyedited, formatted, published, and may be reissued to maintain a consistent presentation.</t>
</li></ul>

<t><xref target="updating"/> and <xref target="pub-versions"/> in this document are based on this updated policy in <xref target="RFC9280"/>.</t>

</section>
<section anchor="key-changes-from-the-earlier-rfc-process"><name>Key Changes from the Earlier RFC Process</name>

<t>The first RFC to be published following the guidance of the group of RFCs described in <xref target="RFC7990"/> was <xref target="RFC8651"/>, published in October 2019.
In the time since then, all published RFCs have followed the general plan from <xref target="RFC7990"/>.</t>

<t>At the highest level, the changes that <xref target="RFC7990"/> made to the RFC format involved breaking away from solely ASCII <xref target="RFC20"/> plain text and moving to a definitive format that includes all the information required for rendering a document into a wide variety of publication formats.
The RPC became responsible for more than just the plain-text file and a PDF rendering that was created from the plain text at the time of publication; the RPC now creates the definitive version and three publication versions of the RFC in order to meet the diverse requirements of the community.</t>

<t>The final RFCXML file produced by the RPC is the definitive version for RFCs; it holds all the information intended for an RFC.
Additional publication versions (HTML, PDF, and plain text) are also published by the RPC.
The publication formats are described in <xref target="pub-versions"/> and fully specified in other RFCs.</t>

</section>
</section>
<section anchor="definitive-version-of-an-rfc"><name>Definitive Version of an RFC</name>

<t>The definitive version produced by the RPC is the publication version that holds all the information intended for an RFC.
The RPC may change the definitive version of an RFC over time (that is, change the XML file), as described in <xref target="updating"/>.
See <xref target="RFC7991"/> for the original complete description of RFCXML.</t>

<t>The XML may contain SVG line art, as originally described in <xref target="RFC7996"/>.
That SVG will also appear in the HTML publication versions.
The XML may contain non-ASCII characters, as originally described in <xref target="RFC7997"/>.
These characters will appear in all the publication versions.</t>

<t>The definitive version must contain all information necessary to render the specified publication versions; any question about what was intended in the publication will be answered from this file.
It is self-contained with all the semantic content known at publication time.
For instance, all features that reference externally defined input are expanded.
It does not contain src attributes for &lt;artwork&gt; or &lt;sourcecode&gt; elements.
It  does not contain comments or processing instructions.</t>

<section anchor="updating"><name>Updating the Definitive Version of an RFC</name>

<t>RFCs may be re-issued, as described in <xref target="changes-to-9280"/>.
Such changes must preserve the semantics expressed in the original RFC; changes that result in a change in implementing the specification described in an RFC, for example, must be avoided.
Reasons for such changes include updates to the RFCXML schema, errors discovered in the XML, and changes to the tooling used to generate the publication versions of the definitive version of the RFC.
The RPC will keep a public record of when it re-issues any RFC, and give a short description of its reasoning for each change.</t>

</section>
<section anchor="expected-updates-to-rfcxml"><name>Expected Updates to RFCXML</name>

<t>It is anticipated that <xref target="RFC7991"/> will be updated.
Updates to the RFCXML specification that are applied to existing RFCs should preserve to the greatest extent possible the semantics expressed in the original RFC.
The goal of limiting changes only to syntax is to preserve the semantic meaning encoded in the published document.</t>

<t>This policy does not require that updates to RFCXML avoid all risk of introducing semantic changes to existing RFCs.
Instead, it only requires that such updates consider the potential for semantic changes, take steps to understand the risk of a semantic change (either deliberate or inadvertent), and to limit those risks.</t>

</section>
</section>
<section anchor="pub-versions"><name>Publication Versions</name>

<t>The RPC is permitted but not required to re-issue publication versions of an RFC, as described in <xref target="changes-to-9280"/>.
In deciding whether to update the publication versions of an RFC, the RPC will take into account both the risk of semantic changes and consistency of the series.</t>

<t>XML format errors and better design choices have been discovered by the community since the first RFCs were published using the RFCXML format.
When the XML in a definitive version changes, the publication versions may change, even if this might not result in observable differences.
Similarly, as production tools change, publication versions may be regenerated to ensure a consistent presentation.</t>

</section>
<section anchor="archived-documents"><name>Archived Documents</name>

<t>The RPC will keep an archived set of all definitive versions of RFCs as well as archived sets of the publication versions for an RFC that were previously published.
These archived sets must be available using the same access methods as for current definitive and publication versions.
Every archived set shall record the date that a definitive and/or publication version was created or reissued.</t>

<t>When the RPC archives definitive and publication versions, it does so in a manner that allows them to be found by people who want the historical (as compared to current) files.</t>

<t>This document does not specify how archives are maintained or how archived documents might be located or identified.
The methods for storage and access will be determined by the RPC in consultation with the technical community.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA considerations.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Allowing changes to the definitive versions and publication versions of RFCs introduces risks.
A significant risk is that unintended changes could occur in either the definitive version or publication versions of an RFC as a result of an editing error, or may be introduced into a publication version when it is regenerated from the definitive version.
This may result in the corruption of a standard, practice, or critical piece of information about a protocol, and harm to the reputation of the RFC series.</t>

<t>The RPC is expected to identify, track, and actively mitigate risks introduced by this new policy.</t>

</section>
<section anchor="acknowledgments"><name>Acknowledgments</name>

<t>Martin Thomson wrote a great deal of the significant text here as part of draft-thomson-rswg-syntax-change.</t>

<t>This document has greatly benefited from the input of the RSWG.
In particular,
Alexis Rossi,
Brian Carpenter,
Eliot Lear,
Jay Daley,
Jean Mahoney,
John Levine,
and Pete Resnick,
gave significant input on the early drafts of this document.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC7991">
  <front>
    <title>The "xml2rfc" Version 3 Vocabulary</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7991"/>
  <seriesInfo name="DOI" value="10.17487/RFC7991"/>
</reference>

<reference anchor="RFC7996">
  <front>
    <title>SVG Drawings for RFCs: SVG 1.2 RFC</title>
    <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document specifies SVG 1.2 RFC -- an SVG profile for use in diagrams that may appear in RFCs -- and considers some of the issues concerning the creation and use of such diagrams.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7996"/>
  <seriesInfo name="DOI" value="10.17487/RFC7996"/>
</reference>

<reference anchor="RFC7997">
  <front>
    <title>The Use of Non-ASCII Characters in RFCs</title>
    <author fullname="H. Flanagan" initials="H." role="editor" surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to support the internationalization of protocols and a more diverse Internet community, the RFC Series must evolve to allow for the use of non-ASCII characters in RFCs. While English remains the required language of the Series, the encoding of future RFCs will be in UTF-8, allowing for a broader range of characters than typically used in the English language. This document describes the RFC Editor requirements and gives guidance regarding the use of non-ASCII characters in RFCs.</t>
      <t>This document updates RFC 7322. Please view this document in PDF form to see the full text.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7997"/>
  <seriesInfo name="DOI" value="10.17487/RFC7997"/>
</reference>

<reference anchor="RFC9280">
  <front>
    <title>RFC Editor Model (Version 3)</title>
    <author fullname="P. Saint-Andre" initials="P." role="editor" surname="Saint-Andre"/>
    <date month="June" year="2022"/>
    <abstract>
      <t>This document specifies version 3 of the RFC Editor Model. The model defines two high-level tasks related to the RFC Series. First, policy definition is the joint responsibility of the RFC Series Working Group (RSWG), which produces policy proposals, and the RFC Series Approval Board (RSAB), which approves such proposals. Second, policy implementation is primarily the responsibility of the RFC Production Center (RPC) as contractually overseen by the IETF Administration Limited Liability Company (IETF LLC). In addition, various responsibilities of the RFC Editor function are now performed alone or in combination by the RSWG, RSAB, RPC, RFC Series Consulting Editor (RSCE), and IETF LLC. Finally, this document establishes the Editorial Stream for publication of future policy definition documents produced through the processes defined herein.</t>
      <t>This document obsoletes RFC 8728. This document updates RFCs 7841, 8729, and 8730.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9280"/>
  <seriesInfo name="DOI" value="10.17487/RFC9280"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC20">
  <front>
    <title>ASCII format for network interchange</title>
    <author fullname="V.G. Cerf" initials="V.G." surname="Cerf"/>
    <date month="October" year="1969"/>
  </front>
  <seriesInfo name="STD" value="80"/>
  <seriesInfo name="RFC" value="20"/>
  <seriesInfo name="DOI" value="10.17487/RFC0020"/>
</reference>

<reference anchor="RFC6949">
  <front>
    <title>RFC Series Format Requirements and Future Development</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <author fullname="N. Brownlee" initials="N." surname="Brownlee"/>
    <date month="May" year="2013"/>
    <abstract>
      <t>This document describes the current requirements and requests for enhancements for the format of the canonical version of RFCs. Terms are defined to help clarify exactly which stages of document production are under discussion for format changes. The requirements described in this document will determine what changes will be made to RFC format. This document updates RFC 2223.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6949"/>
  <seriesInfo name="DOI" value="10.17487/RFC6949"/>
</reference>

<reference anchor="RFC7990">
  <front>
    <title>RFC Format Framework</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to improve the readability of RFCs while supporting their archivability, the canonical format of the RFC Series will be transitioning from plain-text ASCII to XML using the xml2rfc version 3 vocabulary; different publication formats will be rendered from that base document. With these changes comes an increase in complexity for authors, consumers, and the publisher of RFCs. This document serves as the framework that provides the problem statement, lays out a road map of the documents that capture the specific requirements, and describes the transition plan.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7990"/>
  <seriesInfo name="DOI" value="10.17487/RFC7990"/>
</reference>

<reference anchor="RFC8651">
  <front>
    <title>Dynamic Link Exchange Protocol (DLEP) Control-Plane-Based Pause Extension</title>
    <author fullname="B. Cheng" initials="B." surname="Cheng"/>
    <author fullname="D. Wiggins" initials="D." surname="Wiggins"/>
    <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
    <date month="October" year="2019"/>
    <abstract>
      <t>This document defines an extension to the Dynamic Link Exchange Protocol (DLEP) that enables a modem to use DLEP messages to pause and resume data traffic coming from its peer router.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8651"/>
  <seriesInfo name="DOI" value="10.17487/RFC8651"/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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
fIW6k4PHLLd3E8dffNIXVcV/AbKPtGDdLQAA

-->

</rfc>

