<?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.8 (Ruby 3.3.0) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-hoffman-pub-format-updates-00" category="info" submissionType="editorial" updates="7990, 7992, 7994, 7995, 8153" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.0 -->
  <front>
    <title abbrev="Format updates">Updates to RFC Publication Formats</title>
    <seriesInfo name="Internet-Draft" value="draft-hoffman-pub-format-updates-00"/>
    <author initials="P." surname="Hoffman" fullname="Paul Hoffman">
      <organization>ICANN</organization>
      <address>
        <email>paul.hoffman@icann.org</email>
      </address>
    </author>
    <date year="2024" month="April" day="04"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 35?>

<t>draft-rswg-rfc7990-updates, the successor to RFC 7990, defines the definitive version of an RFC as a published RFC with is in RFCXML.
It defines publication versions of the RFC as published RFCs in the publication formats such as PDF, plain text, and HTML.
draft-rswg-xml2rfcv3-implemented is updating the specification for the RFCXML format.</t>
      <t>This document updates some of the publication formats, specifically updating RFC 7992, RFC 7994, RFC 7995, and RFC 8153.
Because RFC 7990 mentions some of the features of the publication formats, this document also updates RFC 7990.</t>
      <!--
This draft is part of the RFC Series Working Group (RSWG); see <https://datatracker.ietf.org/edwg/rswg/documents/>.
-->
<t>There is a repository for this draft at <eref target="https://github.com/paulehoffman/pub-format-updates">https://github.com/paulehoffman/pub-format-updates</eref>.</t>
    </abstract>
  </front>
  <middle>
    <?line 49?>

<!--

For text format, consider RFC 8792

-->

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document updates the RFCs that define the publication formats for RFCs in plain-text and HTML formats.
It updates
"HTML Format for RFCs" (<xref target="RFC7992"/>),
"Requirements for Plain-Text RFCs" (<xref target="RFC7994"/>),
and two documents about the PDF format,
"PDF Format for RFCs" (<xref target="RFC7995"/>) and "Digital Preservation Considerations for the RFC Series" (<xref target="RFC8153"/>).</t>
      <t>Future versions of this draft might also update
"Cascading Style Sheets (CSS) Requirements for RFCs" (<xref target="RFC7993"/>), 
"SVG Drawings for RFCs: SVG 1.2 RFC" (<xref target="RFC7996"/>),
and
"'xml2rfc' Version 3 Preparation Tool Description" (<xref target="RFC7998"/>),
but does not do so yet.</t>
      <t>Because <xref target="RFC7990"/> mentions some of the features of the publication, this document also updates <xref target="RFC7990"/>.</t>
      <t>It is important to note that this document does not update <xref target="I-D.rswg-xml2rfcv3-implemented"/>.
That is, this document updates only some of the publication formats for RFCs, not the definitive format (RFCXML).</t>
    </section>
    <section anchor="pdf-publication-format">
      <name>PDF Publication Format</name>
      <section anchor="move-requirement-from-pdfa-3-to-pdfa">
        <name>Move Requirement from PDF/A-3 to PDF/A</name>
        <t>This document updates <xref target="RFC7995"/> and <xref target="RFC8153"/> by changing the requirement from using the PDF/A-3 standard to using the PDF/A standard,
and by dropping the requirement that the XML be embedded in the PDF publication version.
Other parts of <xref target="RFC8153"/>, particularly the need to archive metadata about RFCs, are not changed.</t>
      </section>
    </section>
    <section anchor="html-publication-format">
      <name>HTML Publication Format</name>
      <section anchor="additional-information-about-an-rfc">
        <name>Additional Information about an RFC</name>
        <t>This document significantly changes Section 6 of <xref target="RFC7992"/> to say that the front matter will contain significantly more information than is specified in <xref target="RFC7992"/>.
In specific, the HTML will include the metadata currently visible in the "HTMLized" version of RFCs seen in the IETF Datatracker.
This includes links to the following:</t>
        <ul spacing="normal">
          <li>
            <t>The Datatracker page for the RFC</t>
          </li>
          <li>
            <t>Errata for the RFC</t>
          </li>
          <li>
            <t>How to report errata for the RFC</t>
          </li>
          <li>
            <t>The Datatracker page(s) for the author(s) of the RFC</t>
          </li>
        </ul>
        <t>It will also include a link to the Datatracker page for the draft that became the RFC, links to including earlier versions of that draft, and the ability to comapre earlier version of the RFC with the RFC and with each other.</t>
      </section>
    </section>
    <section anchor="plain-text-publication-format">
      <name>Plain Text Publication Format</name>
      <section anchor="line-length">
        <name>Line Length</name>
        <t>Section 4.3 of <xref target="RFC7994"/> says:</t>
        <ul empty="true">
          <li>
            <t>Each line must be limited to 72 characters followed by the character sequence that denotes an end-of-line (EOL).</t>
          </li>
        </ul>
        <t>This document updates that limit to 100 characters.
The primary reason for this update is that the 72-character limit forced document authors to constrain the examples they use.
With a wider maximum line limit, those authors can construct more accurate and more useful examples, and thus improve the quality of the RFC Series.</t>
        <t>Note that the 72-character limit was imposed when RFCs were all in the plain-text format and commonly printed on printers with an 80-character line limit.
Printing from the plain-text format of modern RFCs happens tremendously less often than earlier.
Even in cases where someone prints a plain-text publication format RFC with lines longer than what that can fit on the page, the reader will immediately see the problem and can instead read from the HTML or PDF format for the same RFC.</t>
      </section>
    </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>Changing the formats for plain-text and HTML publication versions of RFCs is not expected to cause any security issues.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This document is inspired by many suggestions from many people in the RSWG.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="RFC7992">
          <front>
            <title>HTML Format for RFCs</title>
            <author fullname="J. Hildebrand" initials="J." role="editor" surname="Hildebrand"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2016"/>
            <abstract>
              <t>In order to meet the evolving needs of the Internet community, the canonical format for RFCs is changing from a plain-text, ASCII-only format to an XML format that will, in turn, be rendered into several publication formats. This document defines the HTML format that will be rendered for an RFC or Internet-Draft.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7992"/>
          <seriesInfo name="DOI" value="10.17487/RFC7992"/>
        </reference>
        <reference anchor="RFC7994">
          <front>
            <title>Requirements for Plain-Text RFCs</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <date month="December" year="2016"/>
            <abstract>
              <t>In 2013, after a great deal of community discussion, the decision was made to shift from the plain-text, ASCII-only canonical format for RFCs to XML as the canonical format with more human-readable formats rendered from that XML. The high-level requirements that informed this change were defined in RFC 6949, "RFC Series Format Requirements and Future Development". Plain text remains an important format for many in the IETF community, and it will be one of the publication formats rendered from the XML. This document outlines the rendering requirements for the plain-text RFC publication format. These requirements do not apply to plain-text RFCs published before the format transition.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7994"/>
          <seriesInfo name="DOI" value="10.17487/RFC7994"/>
        </reference>
        <reference anchor="RFC7995">
          <front>
            <title>PDF Format for RFCs</title>
            <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <author fullname="M. Hardy" initials="M." surname="Hardy"/>
            <date month="December" year="2016"/>
            <abstract>
              <t>This document discusses options and requirements for the PDF rendering of RFCs in the RFC Series, as outlined in RFC 6949. It also discusses the use of PDF for Internet-Drafts, and available or needed software tools for producing and working with PDF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7995"/>
          <seriesInfo name="DOI" value="10.17487/RFC7995"/>
        </reference>
        <reference anchor="RFC8153">
          <front>
            <title>Digital Preservation Considerations for the RFC Series</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>The RFC Editor is both the publisher and the archivist for the RFC Series. This document applies specifically to the archivist role of the RFC Editor. It provides guidance on when and how to preserve RFCs and describes the tools required to view or re-create RFCs as necessary. This document also highlights gaps in the current process and suggests compromises to balance cost with best practice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8153"/>
          <seriesInfo name="DOI" value="10.17487/RFC8153"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.rswg-xml2rfcv3-implemented">
          <front>
            <title>The "xml2rfc" version 3 Vocabulary as Implemented</title>
            <author fullname="John R. Levine" initials="J. R." surname="Levine">
              <organization>Standcore</organization>
            </author>
            <author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman">
              <organization>ICANN</organization>
            </author>
            <date day="3" month="March" year="2024"/>
            <abstract>
              <t>   This document describes the "xml2rfc" version 3 vocabulary as
   implemented in xml2rfc tools at the time of publication.

Editorial Note

   This note is to be removed before publishing as an RFC.

   Discussion of this draft takes place on the rswg@rfc-editor.org
   mailing list, which has its home pags at
   &lt;https://www.ietf.org/mailman/listinfo/rswg&gt;.

   Source code and issues list for this draft can be found at
   &lt;https://github.com/jrlevine/draft-rswg-xml2rfcv3-implemented&gt;.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-rswg-xml2rfcv3-implemented-03"/>
        </reference>
        <reference anchor="RFC7993">
          <front>
            <title>Cascading Style Sheets (CSS) Requirements for RFCs</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <date month="December" year="2016"/>
            <abstract>
              <t>The HTML format for RFCs assigns style guidance to a Cascading Style Sheet (CSS) specifically defined for the RFC Series. The embedded, default CSS as included by the RFC Editor is expected to take into account accessibility needs and to be built along a responsive design model. This document describes the requirements for the default CSS used by the RFC Editor. The class names are based on the classes defined in "HTML for RFCs" (RFC 7992).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7993"/>
          <seriesInfo name="DOI" value="10.17487/RFC7993"/>
        </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="RFC7998">
          <front>
            <title>"xml2rfc" Version 3 Preparation Tool Description</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Hildebrand" initials="J." surname="Hildebrand"/>
            <date month="December" year="2016"/>
            <abstract>
              <t>This document describes some aspects of the "prep tool" that is expected to be created when the new xml2rfc version 3 specification is deployed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7998"/>
          <seriesInfo name="DOI" value="10.17487/RFC7998"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
EgAA

-->

</rfc>
