<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.31 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-carpenter-gendispatch-anachronisms-04" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <front>
    <title abbrev="Process Document Anachronisms">Some Anachronisms in IETF Standards Process Documents</title>
    <seriesInfo name="Internet-Draft" value="draft-carpenter-gendispatch-anachronisms-04"/>
    <author initials="B. E." surname="Carpenter" fullname="Brian E. Carpenter">
      <organization abbrev="Univ. of Auckland">The University of Auckland</organization>
      <address>
        <postal>
          <postalLine>School of Computer Science</postalLine>
          <postalLine>The University of Auckland</postalLine>
          <postalLine>PB 92019</postalLine>
          <postalLine>Auckland 1142</postalLine>
          <postalLine>New Zealand</postalLine>
        </postal>
        <email>brian.e.carpenter@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="March" day="29"/>
    <area>General</area>
    <workgroup>GenDispatch</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 54?>

<t>This document discusses some aspects of documents describing
the IETF standards process that have been overtaken by events.
It covers the six-month expiry of Internet-Drafts, the citation
of Internet-Drafts, the reality of the two-stage standards process,
and other issues. This draft is posted only to open a discussion.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-carpenter-gendispatch-anachronisms/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        GenDispatch Working Group mailing list (<eref target="mailto:GenDispatch@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/gendispatch/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/GenDispatch/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 62?>

<section anchor="intro">
      <name>Introduction</name>
      <t>This draft is posted only to open a discussion and to record known issues.
If there is interest in the issues
raised, they should probably be split out into separate, more focussed, drafts.
Each of the following sections considers a specific issue.</t>
      <t>Note that <xref target="I-D.ietf-procon-2026bis"/> and <xref target="I-D.ietf-procon-2418bis"/> may clarify some of these issues. An open question is whether the PROCON WG should be rechartered to consider formal rule changes for such issues.</t>
    </section>
    <section anchor="making-internet-drafts-inactive">
      <name>Making Internet-Drafts Inactive</name>
      <t>Experience has shown that the expiry after six months of Internet-Drafts,
as described in <xref target="RFC2026"/>, is meaningless and often leads to wasted effort.
It is meaningless because drafts, once posted on line, never disappear; indeed
the IETF maintains a public archive of them. It leads to wasted effort since
authors often feel obliged to refresh a draft every six months with no
significant change. This wastes effort and resources for the authors themselves,
the IETF's own computing resources, and potentially the resources and time
of innumerable others. Additional arguments can be found in
<xref target="I-D.thomson-gendispatch-no-expiry"/>.</t>
      <t>The following sentence in Section 2.2 of <xref target="RFC2026"/>
(or its equivalent in <xref target="I-D.ietf-procon-2026bis"/>):</t>
      <artwork><![CDATA[
  An Internet-Draft that is published as an RFC, or that has remained
  unchanged in the Internet-Drafts directory for more than six months
  without being recommended by the IESG for publication as an RFC, is
  simply removed from the Internet-Drafts directory. 
]]></artwork>
      <t>describes what used to happen in the twentieth century. What really
happens today is closer to the following:</t>
      <artwork><![CDATA[
  An Internet-Draft that is published as an RFC, or that has remained
  unchanged for more than six months without being approved for
  publication as an RFC and is not under active discussion in a working
  group, is marked as "inactive" in tooling maintained by the IETF
  (such as the Datatracker).
]]></artwork>
      <t>In other words, nothing really "expires" after six months; either the draft is 
actively developed, or it simply remains in the archive.
Mentions of the expiry of Internet-Drafts in <xref target="RFC2418"/> (or
<xref target="I-D.ietf-procon-2418bis"/>) are anachronisms, as are
references to expiry or the period of six months in the header
or boilerplate of Internet-Drafts.</t>
    </section>
    <section anchor="citing-internet-drafts">
      <name>Citing Internet-Drafts</name>
      <t>Another rule about Internet-Drafts is broken as a matter of course - that they can only
be referenced "without referencing an Internet-Draft". Yes, that's what our
rules say today; <xref target="RFC2026"/> says:</t>
      <artwork><![CDATA[
  Note: It is acceptable to reference a standards-track specification
  that may reasonably be expected to be published as an RFC using the
  phrase "Work in Progress" without referencing an Internet-Draft.
  This may also be done in a standards track document itself  as long
  as the specification in which the reference is made would stand as a
  complete and understandable document with or without the reference to
  the "Work in Progress".
]]></artwork>
      <t>This isn't what we do, for sound practical reasons - we refer to I-Ds
frequently in other I-Ds, and those references are often normative when two
documents are being developed simultaneously. (Which leads naturally
to an interlock between the two documents if they come to be approved
as RFCs.) Also, we refer informatively to I-Ds in published RFCs.
Also, in some circumstances we refer to them as <em>stable</em> references
in IANA registries.</t>
      <t>In the real world these references explicitly <em>do</em> cite an I-D with its DataTracker
URL, directly in contradiction to the first sentence quoted above.
This makes sense, since otherwise the reader couldn't easily find the
cited document.</t>
      <t>Note that at the time of writing, this issue is fixed in <xref target="I-D.ietf-procon-2026bis"/>
by removing the phrase "without referencing an Internet-Draft" cited above,
but that seems to be an actual rule change, not a clarification.</t>
    </section>
    <section anchor="single-step-standards-process-and-std-numbers">
      <name>Single-step Standards Process and STD numbers</name>
      <t>Experience has shown that the process for elevating a Proposed Standard
(or a residual Draft Standard) to Internet Standard is so similar to the 
process for approving a Proposed Standard that there is now no practical 
difference between the two. In reality, the Proposed Standard process
is more stringent in practice than the description in <xref target="RFC2026"/>,
with in-depth reviews during the IETF Last Call and IESG discussion
stages. This is underlined by the Implementation Status Section recommended
by <xref target="RFC7942"/>, and echoes the arguments used in <xref target="RFC6410"/> to reduce 
the standards process to two stages. Additional arguments can be found in
<xref target="I-D.loughney-newtrk-one-size-fits-all"/>.</t>
      <t>Another perspective -- the confusion caused by STD numbers -- is covered
by <xref target="I-D.klensin-std-numbers"/>, and those arguments are not repeated here,
except to note that when a Proposed Standard updates or obsoletes an
Internet Standard, the STD number loses it legitimacy.</t>
      <t>It has long been observed that "The Internet runs on Proposed Stanrards."
What harm to the Internet would result if we
replaced the two-tier maturity ladder defined in
<xref target="RFC6410"/> with a single lavel of maturity, namely "Internet Standard"?
This maturity level would be a merger of Proposed Standard, Draft Standard,
and Standard as they are described in <xref target="RFC2026"/>. The characterization of an
Internet Standard could remain as stated in RFC 2026:</t>
      <artwork><![CDATA[
  An Internet Standard is characterized by a high degree of
  technical maturity and by a generally held belief that the
  specified protocol or service provides significant benefit to the
  Internet community.
]]></artwork>
      <t>In effect those criteria have long been applied by the IESG for the
Proposed Standard maturity level, including when a Proposed Standard
is updated without promotion to Internet Standard. Merging the two
levels would not change much at all, except for making things simpler.
Clarification of the scope of STD numbers is also needed.</t>
      <t>It would be good if all standards-track drafts <em>required</em>
an Implementation Status section <xref target="RFC7942"/> (noting that this
section will not be included in the published RFC). Then
the IESG could consider the following issues if they
are applicable, especially when the new document replaces or updates
a previous one:</t>
      <ol spacing="normal" type="1"><li>
          <t>Are there at least two independent interoperating implementations with widespread deployment and successful operational experience?</t>
        </li>
        <li>
          <t>Are there changes, including corrected errata, in the specification that would cause a new implementation to fail to interoperate with older ones?</t>
        </li>
        <li>
          <t>Are there non-essential features in the specification that might increase implementation complexity?</t>
        </li>
        <li>
          <t>If the technology required to implement the specification requires patented or otherwise controlled technology, do existing implementations demonstrate at least two independent, separate and successful uses of the licensing process?</t>
        </li>
      </ol>
    </section>
    <section anchor="how-many-bofs">
      <name>How many BOFs?</name>
      <t>Another issue is the number of BOFs allowed. We are currently inconsistent
with our own rules. <xref target="RFC2418"/> seems to limit the number of Birds of a Feather (BOF)
sessions to one per new working group:</t>
      <artwork><![CDATA[
 Note that an Area
 Director MAY require holding an exploratory Birds of a Feather (BOF)
 meeting, as described below, to gage the level of support for a
 working group before submitting the charter to the IESG and IAB for
 approval.   
]]></artwork>
      <t>Or it doesn't:</t>
      <artwork><![CDATA[
 To facilitate exploration of the issues the IETF
 offers the possibility of a Birds of a Feather (BOF) session, as well
 as the early formation of an email list for preliminary discussion.
]]></artwork>
      <t>In reality the IESG has interpreted this to allow "non-WG-forming" BOFs,
possibly followed by a "WG-forming BOF", and occasionally a second
one. Also there is a practice of creating non-WG mailing lists which
may or may not be associated with a BOF.</t>
      <t>The current documentation does not really decribe the current practice.
<xref target="RFC5434"/> is realistic but only Informational.</t>
    </section>
    <section anchor="area-director-for-individual-submissions">
      <name>Area Director for Individual Submissions</name>
      <t>Section 6.1.1 of <xref target="RFC2026"/> mentions individual submissions quite briefly:</t>
      <artwork><![CDATA[
 A standards action is initiated by a recommendation by the IETF
 Working group responsible for a specification to its Area Director,
 copied to the IETF Secretariat or, in the case of a specification not
 associated with a Working Group, a recommendation by an individual to
 the IESG.
]]></artwork>
      <t>This leaves it open which IESG member shepherds such a document.</t>
      <t>Section 4.2 on non-standards track documents also leaves this open, as does
Section 5 on BCPs.</t>
      <t>It seems necessary to state that a specific AD needs to sponsor and shepherd
such a submission, which is today's current practice.</t>
      <t><xref target="I-D.ietf-procon-2026bis"/> partially clarifies this by citing <eref target="https://datatracker.ietf.org/doc/statement-iesg-guidance-on-area-director-sponsoring-of-documents-20070320/">an IESG Statement</eref>.</t>
    </section>
    <section anchor="defining-the-ietf">
      <name>Defining the IETF</name>
      <t><xref target="RFC3233"/> (BCP 58) offers a slightly out-of-date definition of the IETF. Should this be resolved by</t>
      <ol spacing="normal" type="1"><li>
          <t>updating BCP 58,</t>
        </li>
        <li>
          <t>adding a sentence or two to the definition of the IETF in Section 3.1 of <xref target="RFC9281"/> (BCP 11), or</t>
        </li>
        <li>
          <t>leaving this matter for the IETF web site?</t>
        </li>
      </ol>
      <t>Suggested text is along the lines of:</t>
      <artwork><![CDATA[
 The IETF is an unincorporated, freestanding organization composed
 of volunteers who are independent, bound only by policy, not by any
 membership agreement.
]]></artwork>
    </section>
    <section anchor="force-majeure">
      <name>Force Majeure</name>
      <t>"Force Majeure" is the phrase used in many contexts to indicate that
normal rules may be broken when an event entirely outside the control
of those involved occurs and makes those rules unworkable. A recent example
in the IETF's history is the COVID-19 pandemic. Another example could
be an urgent need to temporarily replace a person much more quickly than the NomCom
can act.</t>
      <t>At the moment, the IETF's process documents do not tackle this issue, yet the
pandemic obliged both the IESG and IETF LLC to take urgent decisions
regardless of process rules and normal practice.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>No IANA actions are needed.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not directly affect the security of the Internet.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Useful comments were received from
Toerless Eckert,
Paul Hoffman,
John Klensin,
Michael Richardson,
Rich Salz,
Martin Thomson,
and others.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="RFC2026">
        <front>
          <title>The Internet Standards Process -- Revision 3</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="October" year="1996"/>
          <abstract>
            <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="9"/>
        <seriesInfo name="RFC" value="2026"/>
        <seriesInfo name="DOI" value="10.17487/RFC2026"/>
      </reference>
      <reference anchor="RFC2418">
        <front>
          <title>IETF Working Group Guidelines and Procedures</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="September" year="1998"/>
          <abstract>
            <t>This document describes the guidelines and procedures for formation and operation of IETF working groups. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="25"/>
        <seriesInfo name="RFC" value="2418"/>
        <seriesInfo name="DOI" value="10.17487/RFC2418"/>
      </reference>
      <reference anchor="RFC3233">
        <front>
          <title>Defining the IETF</title>
          <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="February" year="2002"/>
          <abstract>
            <t>This document gives a more concrete definition of "the IETF" as it understood today. Many RFCs refer to "the IETF". Many important IETF documents speak of the IETF as if it were an already-defined entity. However, no IETF document correctly defines what the IETF is. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="58"/>
        <seriesInfo name="RFC" value="3233"/>
        <seriesInfo name="DOI" value="10.17487/RFC3233"/>
      </reference>
      <reference anchor="RFC5434">
        <front>
          <title>Considerations for Having a Successful Birds-of-a-Feather (BOF) Session</title>
          <author fullname="T. Narten" initials="T." surname="Narten"/>
          <date month="February" year="2009"/>
          <abstract>
            <t>This document discusses tactics and strategy for hosting a successful IETF Birds-of-a-Feather (BOF) session, especially one oriented at the formation of an IETF Working Group. It is based on the experiences of having participated in numerous BOFs, both successful and unsuccessful. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5434"/>
        <seriesInfo name="DOI" value="10.17487/RFC5434"/>
      </reference>
      <reference anchor="RFC6410">
        <front>
          <title>Reducing the Standards Track to Two Maturity Levels</title>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <author fullname="D. Crocker" initials="D." surname="Crocker"/>
          <author fullname="E. Burger" initials="E." surname="Burger"/>
          <date month="October" year="2011"/>
          <abstract>
            <t>This document updates the Internet Engineering Task Force (IETF) Standards Process defined in RFC 2026. Primarily, it reduces the Standards Process from three Standards Track maturity levels to two. This memo documents an Internet Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="9"/>
        <seriesInfo name="RFC" value="6410"/>
        <seriesInfo name="DOI" value="10.17487/RFC6410"/>
      </reference>
      <reference anchor="RFC7942">
        <front>
          <title>Improving Awareness of Running Code: The Implementation Status Section</title>
          <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
          <author fullname="A. Farrel" initials="A." surname="Farrel"/>
          <date month="July" year="2016"/>
          <abstract>
            <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
            <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="205"/>
        <seriesInfo name="RFC" value="7942"/>
        <seriesInfo name="DOI" value="10.17487/RFC7942"/>
      </reference>
      <reference anchor="RFC9281">
        <front>
          <title>Entities Involved in the IETF Standards Process</title>
          <author fullname="R. Salz" initials="R." surname="Salz"/>
          <date month="June" year="2022"/>
          <abstract>
            <t>This document describes the individuals and organizations involved in the IETF standards process, as described in BCP 9. It includes brief descriptions of the entities involved and the role they play in the standards process.</t>
            <t>The IETF and its structure have undergone many changes since RFC 2028 was published in 1996. This document reflects the changed organizational structure of the IETF and obsoletes RFC 2028.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="11"/>
        <seriesInfo name="RFC" value="9281"/>
        <seriesInfo name="DOI" value="10.17487/RFC9281"/>
      </reference>
      <reference anchor="I-D.ietf-procon-2026bis">
        <front>
          <title>The Internet Standards Process</title>
          <author fullname="Rich Salz" initials="R." surname="Salz">
            <organization>Akamai Technologies</organization>
          </author>
          <author fullname="Scott O. Bradner" initials="S. O." surname="Bradner">
            <organization>SOBCO</organization>
          </author>
          <date day="26" month="March" year="2026"/>
          <abstract>
            <t>   This memo documents the process used by the Internet community for
   the standardization of protocols and procedures.  It defines the
   stages in the standardization process, the requirements for moving a
   document between stages, and the types of documents used during this
   process.  It also addresses the intellectual property rights and
   copyright issues associated with the standards process.

   This document obsoletes RFC 2026, RFC 5657, RFC 6410, RFC 7100, RFC
   7127, RFC 8789, and RFC 9282.  It also includes the changes from RFC
   7475.  If this document and [_2418bis] are published as RFCs, then
   taken together the two of them make RFC 7475 obsolete.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-procon-2026bis-06"/>
      </reference>
      <reference anchor="I-D.ietf-procon-2418bis">
        <front>
          <title>IETF Working Group Guidelines and Procedures</title>
          <author fullname="Rich Salz" initials="R." surname="Salz">
            <organization>Akamai Technologies</organization>
          </author>
          <author fullname="David Schinazi" initials="D." surname="Schinazi">
            <organization>Google LLC</organization>
          </author>
          <author fullname="Scott O. Bradner" initials="S. O." surname="Bradner">
            <organization>SOBCO</organization>
          </author>
          <date day="2" month="March" year="2026"/>
          <abstract>
            <t>   The Internet Engineering Task Force (IETF) has responsibility for
   developing and reviewing specifications intended as Internet
   Standards.  IETF activities are organized into working groups (WGs).
   This document describes the guidelines and procedures for formation
   and operation of IETF working groups.  It also describes the formal
   relationship between IETF participants WG and the Internet
   Engineering Steering Group (IESG) and the basic duties of IETF
   participants, including WG Chairs, WG participants, and IETF Area
   Directors.

   This document obsoletes RFC2418, and RFC3934.  It also includes the
   changes from RFC7475, and with [_2026bis], obsoletes it.  It also
   includes a summary of the changes implied in RFC7776 and incorporates
   the changes from RFC8717 and RFC9141.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-procon-2418bis-02"/>
      </reference>
      <reference anchor="I-D.loughney-newtrk-one-size-fits-all">
        <front>
          <title>A Single-Stage Standards Process</title>
          <author fullname="Spencer Dawkins" initials="S." surname="Dawkins">
            <organization>Futurewei</organization>
          </author>
          <author fullname="John A. Loughney" initials="J. A." surname="Loughney">
            <organization>Nokia</organization>
          </author>
          <date day="6" month="March" year="2006"/>
          <abstract>
            <t>This document proposes several changes of principle to the Internet
   standards process, specifically a reduction from three stages to a
   single stage in the standards track.  This does not effect the
   Informational, Experimental or BCP designations.
            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-loughney-newtrk-one-size-fits-all-01"/>
      </reference>
      <reference anchor="I-D.thomson-gendispatch-no-expiry">
        <front>
          <title>Removing Expiration Notices from Internet-Drafts</title>
          <author fullname="Martin Thomson" initials="M." surname="Thomson">
            <organization>Mozilla</organization>
          </author>
          <author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman">
            <organization>ICANN</organization>
          </author>
          <date day="16" month="January" year="2024"/>
          <abstract>
            <t>   The long-standing policy of requiring that Internet-Drafts bear an
   expiration date is no longer necessary.  This document removes
   requirements for expiration for Internet-Drafts from RFC 2026/BCP 9
   and RFC 2418/BCP 25.  In place of expiration, this document
   introduces Internet-Drafts being labeled "active" and "inactive" in
   the IETF tooling.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-thomson-gendispatch-no-expiry-03"/>
      </reference>
      <reference anchor="I-D.klensin-std-numbers">
        <front>
          <title>STD Numbers and the IETF Standards Track</title>
          <author fullname="Dr. John C. Klensin" initials="J. C." surname="Klensin">
         </author>
          <date day="18" month="March" year="2026"/>
          <abstract>
            <t>   STD numbers are assigned to IETF Standards Track specifications in
   order to provide a stable reference even when RFCs are revised and
   the underlying documents change.  However, the numbers are only
   assigned when the specifications reach Internet Standard maturity
   level, significantly reducing their utility in the contemporary world
   in which few specifications advance beyond the first standardization
   maturity level.  For that reason, one proposal, more than a decade
   ago, suggested eliminating the numbers entirely.  Others, including
   more recent ones, have suggested eliminating maturity levels
   entirely, in part as a way to solve the numbering problem.  This
   document argues that stable references for Standards Track
   specifications are actually useful and that the solution is not to
   abolish the numbers or maturity levels but to change the point at
   which they are assigned.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-klensin-std-numbers-03"/>
      </reference>
    </references>
    <?line 286?>

<section anchor="change-log-rfc-editor-please-remove">
      <name>Change Log [RFC Editor: please remove]</name>
      <section anchor="draft-00">
        <name>Draft-00</name>
        <ul spacing="normal">
          <li>
            <t>Original version</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-01">
        <name>Draft-01</name>
        <ul spacing="normal">
          <li>
            <t>Added individual submission issue</t>
          </li>
          <li>
            <t>Simplified Introduction</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-02">
        <name>Draft-02</name>
        <ul spacing="normal">
          <li>
            <t>Clarified that Implementation Status sections are removed before RFC publication</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-03">
        <name>Draft-03</name>
        <ul spacing="normal">
          <li>
            <t>Added "Defining the IETF"</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-04">
        <name>Draft-04</name>
        <ul spacing="normal">
          <li>
            <t>Added "Force majeure"</t>
          </li>
          <li>
            <t>Note on IANA citing I-Ds</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7VaXXMbN5Z9ZxX/A0p+iF0l0pLsZGLlISPLdka7ceyKnHXN
zky5wG6QxKrZYBrdopmU//uecy/QbEpUJvuwLrtMstHAxf0499wLTCaT8aj1
beXOzXVYOXNR22LZhNrHVTS+NlevP7wx162tS9uU0bxvQuFiNK9C0a1c3cbx
yM5mjbs9v/dof6rxqAxFbVdYp2zsvJ0UtlljlGsmC1eXPq5tWywndvDO5OT5
eDQeRS7+yVahxrtt0zn+6NeNfInt2cnJi5MziNE4e25+cLVrbDUebRby5VWa
eDy62ZybK65Xu3byiiKMR4Vtz7HJecAq3WzlY/Sh/rBdYyHumwut/fl4ZEwb
inOzdZGfY2jaxs3juTHmkSnd3HZVGzGkH7Bd6XP5DtG6dhkamYd/JvmDwdoY
9XJqXk/NZdbH7qmq62Xjbf3AiNBgmx+WzvxS+1vXRN9uTZibi664qaC13cBs
JI6bHh6yDtB0db77YWKui2UIFYdfhtW6w9L4ybu6cMNRf2b9iXn/0rw4Ozl9
MfwtjzOnp8/Pdg+K0NVtsz03P7mN+W9n96dyK+urczOjWqZu2vvRXxd8MC3C
ijq/dXXnZDOLJnTrc3M08IYjManY+ehjaG58vTA/cJg80PmH4//qXTufQtny
3DbFEs+XbbuO50+fcjh/ggKmedxT/vB01oRNdE8H/v30SJwXHtesbIs3RMKf
31yenZx9039+fvpt/vzs7Nmz/Pnr58+e58/fPD89yZ//8uL5Wf784uzbU/l8
NXkl0kzWCMtQT7jAzMfDz7Dg8FkVusWydttJ7TZtczNB5E2i/81N5r6NE1tV
/Uj49SpihmEI12HiPq897JdH3VSujr6exLac1N1qBkc5px4mkwkcM7aNLVp+
/7D00ZQZPjBh0cXoIgIOwGTj2hUIM7hXHoLBLhaNn8F+QDG4oaBV7NFqnSCp
XdrWLO2tMzPnahPgqq29wafZ1rhbzjQdj65aOB6d2HCm6D9PVqFul0Y3w3X3
4SMey8DCt7BkqMejh0YAmKoUGPzabgI0YRfuvqDHwApEQ8CwxgCNOhenRrXC
+fCTRKnDkLraEnECfN/YrCuIMc2KXfmyrAQrH1GsJpRdQTlzGP3+yPPXLzvF
/9klDGXEg8YVoSnNTR02dZYWapRdNo4zearDxZaJhFvXQeNRY310pWhna+Iy
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

-->

</rfc>
