<?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.29 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-editorial-rswg-svgsinrfcs-00" category="info" submissionType="editorial" obsoletes="7996" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.1 -->
  <front>
    <title>SVGs in RFCs</title>
    <seriesInfo name="Internet-Draft" value="draft-editorial-rswg-svgsinrfcs-00"/>
    <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="April" day="18"/>
    <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-editorial-rswg-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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
DBbFfwBHXtb7oxUAAA==

-->

</rfc>
