<?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.23 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-rossi-svgsinrfcs-01" category="info" submissionType="editorial" obsoletes="7996" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title>SVGs in RFCs</title>
    <seriesInfo name="Internet-Draft" value="draft-rossi-svgsinrfcs-01"/>
    <author initials="A." surname="Rossi" fullname="Alexis Rossi">
      <organization>RFC Series Consulting Editor</organization>
      <address>
        <email>rsce@rfc-editor.org</email>
      </address>
    </author>
    <author initials="N." surname="Brownlee" fullname="Nevil Brownlee">
      <organization/>
      <address>
        <email>nevil.brownlee@gmail.com</email>
      </address>
    </author>
    <author initials="J." surname="Mahoney" fullname="Jean Mahoney">
      <organization>RFC Production Center</organization>
      <address>
        <email>jmahoney@staff.rfc-editor.org</email>
      </address>
    </author>
    <author initials="M." surname="Thomson" fullname="Martin Thomson">
      <organization/>
      <address>
        <email>mt@lowentropy.net</email>
      </address>
    </author>
    <date year="2025" month="February" day="13"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 58?>

<t>This document sets policy for the inclusion of SVGs in the definitive versions of RFCs and relevant publication formats. It contains policy requirements from <xref target="RFC7996"/> and removes all requirements related to using a specific SVG profile or specific implementation code. It also makes the RFC Publication Center (RPC) responsible for implementation decisions regarding SVGs.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://github.com/alexisannerossi/id-svgsinrfcs/blob/main/svgsinrfcs.md"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-rossi-svgsinrfcs/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        RSWG Editorial Stream Working Group mailing list (<eref target="mailto:rswg@rfc-editor.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/rswg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/alexisannerossi/id-svgsinrfcs"/>.</t>
    </note>
  </front>
  <middle>
    <?line 62?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document sets policy for the inclusion of SVGs (Scalable Vector Graphics) in the definitive versions of RFCs and relevant publication formats. It contains policy requirements taken from <xref target="RFC7996"/> and removes all requirements related to using a specific SVG profile or specific implementation code.</t>
      <t>SVG has been developed by W3C, the World Wide Web Consortium <xref target="ABOUT-SVG"/>.</t>
      <t>The RFC Publication Center (RPC) is responsible for making SVG tooling and implementation decisions. They may want to use the content of <xref target="RFC7996"/> as a starting point for those decisions, but they are not bound by <xref target="RFC7996"/> and they may change elements of the implementation as needed to support the RFC authoring community as long as those changes are aligned with the policy requirements in this document.</t>
    </section>
    <section anchor="policy-requirements">
      <name>Policy Requirements</name>
      <t>SVG tooling and implementation decisions are made or overseen by the RPC, and must adhere to the policy requirements in this document.</t>
      <ul spacing="normal">
        <li>
          <t>SVGs may be included in RFCs to help explain a concept more clearly, but cannot be the only representation of that concept and must not contain details relevant to the RFC that are not also represented in the text. Normative descriptions of protocols, systems, etc. must be fully represented in the text of the RFC, and must not be contingent on comprehension of any SVG. SVGs are never to be considered as specifications in themselves.</t>
        </li>
        <li>
          <t>SVGs must remain static after publication of the RFC, so there may be interactive, multimedia, or other elements that cannot be used.</t>
        </li>
        <li>
          <t>Images and diagrams in RFCs should be successfully rendered and understood by the widest audience possible. To that end, the RPC may prohibit the use of SVG features that are known to lack support on common devices, that do not render on small or low-resolution screens, or that could make diagrams less comprehensible for any significant readership. This includes:
          </t>
          <ul spacing="normal">
            <li>
              <t>SVGs must not contain pointers to external resources.  </t>
            </li>
            <li>
              <t>SVGs must not contain executable script.</t>
            </li>
            <li>
              <t>SVGs should be as accessible as possible to people with visual disabilities, including those who have color blindness, those who need to scale or change fonts, and those who use screen reading software. The RPC will refer to the W3C Accessibility Guidelines <xref target="WAI"/> when making decisions regarding accessibility.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Authors may include multiple versions of images or diagrams in rfcxml.  Publication formats should present the version that is best suited to each format.  In many cases, that will be an SVG.</t>
        </li>
        <li>
          <t>SVG vocabulary and implementation may change over time. Changes are not required to remain backwards-compatible, although maintaining compatibility where possible is encouraged.</t>
        </li>
      </ul>
      <t>The RPC is authorized to place constraints on SVG usage in RFCs for both technical and editorial reasons
in order to ensure that published RFCs meet the above policy
and to provide consistency across the RFC series.
The RPC must document the acceptable usage of SVGs, and all changes to tooling or implementation decisions must be widely communicated to the RFC author community using mailing lists or other means.</t>
    </section>
    <section anchor="implementation-guidance">
      <name>Implementation Guidance</name>
      <t>The RPC is expected to solicit community input before making decisions and to publicly explain their reasoning.</t>
      <t>Documentation produced by the RPC should describe what technical and editorial constraints apply to SVGs
and provide RFC authors with guidance on how to produce diagrams that meet these constraints.</t>
      <t>The RPC's implementation should strive to allow SVGs produced by widely used drawing tools.
Where possible, implementation decisions should focus on specifying what is disallowed, rather than attempting to specify exactly what is allowed.</t>
      <t>The RPC should periodically review and revise their practices.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document has no security considerations.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <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="ABOUT-SVG" target="https://www.w3.org/Graphics/SVG/About">
        <front>
          <title>About SVG</title>
          <author>
            <organization>W3C</organization>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
      <reference anchor="WAI" target="https://www.w3.org/WAI/standards-guidelines/">
        <front>
          <title>W3C Accessibility Standards Overview</title>
          <author>
            <organization>W3C</organization>
          </author>
          <date>n.d.</date>
        </front>
      </reference>
    </references>
    <?line 112?>



  </back>
  <!-- ##markdown-source:
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
qvoP13YiAZoVAAA=

-->

</rfc>
