1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
|
<pre>Internet Architecture Board (IAB) H. Flanagan
Request for Comments: 7990 RFC Editor
Category: Informational December 2016
ISSN: 2070-1721
<span class="h1">RFC Format Framework</span>
Abstract
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.
Status of This Memo
This document is not an Internet Standards Track specification; it is
published for informational purposes.
This document is a product of the Internet Architecture Board (IAB)
and represents information that the IAB has deemed valuable to
provide for permanent record. It represents the consensus of the
Internet Architecture Board (IAB). Documents approved for
publication by the IAB are not a candidate for any level of Internet
Standard; see <a href="./rfc7841#section-2">Section 2 of RFC 7841</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc7990">http://www.rfc-editor.org/info/rfc7990</a>.
Copyright Notice
Copyright (c) 2016 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents
(<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document.
<span class="grey">Flanagan Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-2">2</a>. Problem Statement . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-4">4</a>. Overview of the Decision-Making Process . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-5">5</a>. Key Changes . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6">6</a>. Canonical Format Documents . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6.1">6.1</a>. XML for RFCs . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-7">7</a>. Publication Format Documents . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-7.1">7.1</a>. HTML . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-7.2">7.2</a>. PDF . . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-8">8</a>
<a href="#section-7.3">7.3</a>. Plain Text . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-7.4">7.4</a>. Potential Future Publication Formats . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-7.4.1">7.4.1</a>. EPUB . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-8">8</a>. Figures and Artwork . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-8.1">8.1</a>. SVG . . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-9">9</a>
<a href="#section-9">9</a>. Content and Page Layout . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-9.1">9.1</a>. Non-ASCII Characters . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-9.2">9.2</a>. Style Guide . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-9.3">9.3</a>. CSS Requirements . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-10">10</a>. Transition Plan . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-10.1">10.1</a>. Statement of Work and RFP for Tool Development . . . . . <a href="#page-10">10</a>
<a href="#section-10.2">10.2</a>. Testing and Transition . . . . . . . . . . . . . . . . . <a href="#page-10">10</a>
<a href="#section-10.3">10.3</a>. Completion . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-11">11</a>. Security Considerations . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-12">12</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-12.1">12.1</a>. Normative References . . . . . . . . . . . . . . . . . . <a href="#page-12">12</a>
<a href="#section-12.2">12.2</a>. Informative References . . . . . . . . . . . . . . . . . <a href="#page-13">13</a>
IAB Members at the Time of Approval . . . . . . . . . . . . . . . <a href="#page-15">15</a>
Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-15">15</a>
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-16">16</a>
<span class="grey">Flanagan Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
"RFC Series Format Requirements and Future Development" [<a href="./rfc6949" title=""RFC Series Format Requirements and Future Development"">RFC6949</a>]
discusses 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
[<a href="#ref-XML-ANNOUNCE">XML-ANNOUNCE</a>]. This document serves as the framework that describes
the problems being solved and summarizes the documents created to-
date that capture the specific requirements for each aspect of the
change in format.
Key changes to the publication of RFCs are highlighted, and a
transition plan that will take the Series from a plain text, ASCII-
only format to the new formats is described on the rfc-interest
mailing list [<a href="#ref-RFC-INTEREST">RFC-INTEREST</a>].
This document is concerned with the production of RFCs, focusing on
the published formats. 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 will be discussed within each document stream.
The details described in this document are expected to change based
on experience gained in implementing the new publication toolsets.
Revised documents will be published capturing those changes as the
toolsets are completed. Other implementers must not expect those
changes to remain backwards compatible with the details described in
this document.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Problem Statement</span>
There are nearly three billion people connected to the Internet
[<a href="#ref-ISTATS" title=""Internet Live Stats"">ISTATS</a>] and individuals from at least 45 countries have regularly
attended IETF meetings over the last five years. The Internet is now
global, and while the world has changed from when the first RFCs were
published, the Series remains critical to defining protocols,
standards, best practices, and more for this global network that
continues to grow. In order to make RFCs easily viewable to the
largest number of people possible, across a wide array of devices,
and to respect the diversity of authors and reference materials while
still recognizing the archival aspects of the Series, it is time to
update the tightly prescribed format of the RFC Series.
<span class="grey">Flanagan Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
All changes to the format of the RFC Series must be made with
consideration to the requirements of a wide set of communities over
an extended length of time. Examples of the preferences and specific
needs are those of existing authors and implementers, lawyers that
argue Intellectual Property Rights (IPR), educators, managers, and
policymakers that need to know what to list in potential Request for
Proposals (RFPs) for their organizations. The immediate needs of
today's communities must be balanced with the needs for long-term
archival storage.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Terminology</span>
This document uses terminology from <a href="./rfc6949">RFC 6949</a>, repeated below for
convenience.
ASCII: Coded Character Set - 7-bit American Standard Code for
Information Interchange, ANSI X3.4-1986 [<a href="#ref-ASCII" title=""Coded Character Set - 7-bit American Standard Code for Information Interchange"">ASCII</a>]
Canonical format: the authorized, recognized, accepted, and
archived version of the document
Metadata: information associated with a document so as to provide,
for example, definitions of its structure, or of elements within
the document such as its topic or author
Publication format: display and distribution format as it may be
read or printed after the publication process has completed
Reflowable text: text that automatically wraps to the next line in
a document as the user moves the margins of the text, either by
resizing the window or changing the font size
Revisable format: the format that will provide the information for
conversion into a Publication format; it is used or created by the
RFC Editor
Submission format: the format submitted to the RFC Editor for
editorial revision and publication
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Overview of the Decision-Making Process</span>
Requirements, use cases, concerns, and suggestions were collected
from the communities of interest at every stage of the project to
update the RFC format. Input was received through the rfc-interest
mailing list, as well as in several face-to-face sessions at IETF
meetings. Regular conversations were held with the Chairs of the
IETF, IRTF, IAB, and IAOC as well as the Independent Stream Editor to
discuss high-level stream requirements. Updates regarding the status
<span class="grey">Flanagan Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
of the project were provided to the IETF community during the IETF
Technical Plenary as well as Format BoFs or IAB sessions at several
IETF meetings [<a href="#ref-IETF84" title=""IETF 84 Proceedings: RFC Format (rfcform)"">IETF84</a>] [<a href="#ref-IETF85" title=""IETF 85 Proceedings: RFC Format (rfcform)"">IETF85</a>] [<a href="#ref-IETF88" title=""IETF 88 Proceedings: RFC Format (rfcform)"">IETF88</a>] [<a href="#ref-IETF89" title=""IETF 89 Proceedings: RFC Format (rfcform)"">IETF89</a>] [<a href="#ref-IETF90" title=""IETF 90 Proceedings: RFC Format (rfcform)"">IETF90</a>].
The output from the first year of discussion on the topic of RFC
format was published as <a href="./rfc6949">RFC 6949</a>, which provided the first solid
documentation on the requirements for the Series. <a href="./rfc6949">RFC 6949</a> is a
product of the IAB stream (following the process described in
"Process for Publication of IAB RFCs" [<a href="./rfc4845" title=""Process for Publication of IAB RFCs"">RFC4845</a>]). This is also the
case with all of the RFCs that informed the format update work.
After the high-level requirements were published, the RFC Series
Editor (RSE) brought together an RFC Format Design Team to start
working out the necessary details to develop the code needed to
create new and changed formats. The Design Team discussed moving
away from the existing xml2rfc vocabulary, but with such a strong
existing support base within the community and no clear value with
other XML vocabularies or schemas, the decision was made to work with
the xml2rfc version 2 (xml2rfc v2) [<a href="./rfc7749" title=""The "">RFC7749</a>] model and use it as the
base for the new format environment. Part of this discussion
included a decision to stop using an XML document type definition
(DTD) in favor of a Regular Language for XML Next General (RELAX NG)
model using a defined vocabulary. While the biweekly calls for this
team were limited to Design Team members, review of the decisions as
documented in the documents produced by this team was done publicly
through requests for feedback on the rfc-interest mailing list.
Several of the documents produced by the Design Team, including those
on xml2rfc v2 [<a href="./rfc7749" title=""The "">RFC7749</a>] and v3 [<a href="./rfc7991" title=""The "">RFC7991</a>] and the SVG profile
[<a href="./rfc7996" title=""SVG Drawings for RFCs: SVG 1.2 RFC"">RFC7996</a>], were sent through an early GenART review [<a href="#ref-GEN-ART" title=""General Area Review Team (Gen-ART)"">GEN-ART</a>] before
starting the process to be accepted by the IAB stream.
While the IETF community provided the majority of input on the
process, additional outreach opportunities were sought to gain input
from an even broader audience. Informal discussions were held with
participants at several International Association of Scientific,
Technical, and Medical Publisher events [<a href="#ref-STM" title=""The global voice of scholarly publishing"">STM</a>], and presentations made
at technical conferences such as the TERENA Networking Conference
2014 [<a href="#ref-TNC2014" title=""IETF Update - 'What's Hot?' - RFC Update"">TNC2014</a>] and NORDUnet 2014 [<a href="#ref-NDN2014" title=""28th NORDUnet Conference 2014"">NDN2014</a>].
In order to respond to concerns regarding responses to subpoenas and
to understand the legal requirements, advice was requested from the
IETF Trust legal team regarding what format or formats would be
considered reasonable when responding to a subpoena request for an
RFC.
Given that several other standards development organizations (SDOs)
do not offer plain-text documents, and in fact may offer more than
one format for their standards, informal input was sought from them
<span class="grey">Flanagan Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
regarding their experience with supporting one or more non-plain-text
formats for their standards.
Finally, the entire process was reviewed regularly with the RFC
Series Oversight Committee [<a href="#ref-RSOC" title=""RFC Editor Program: The RSOC"">RSOC</a>] and regular updates provided to the
IAB and IESG. They have offered support and input throughout the
process.
Where consensus was not reached during the process, the RSE made any
necessary final decisions, as per the guidance in "RFC Editor Model
(Version 2)" [<a href="./rfc6635" title=""RFC Editor Model (Version 2)"">RFC6635</a>].
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Key Changes</span>
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. The
RFC Editor will become responsible for more than just the plain-text
file and the PDF-from-text format created at time of publication; the
RFC Editor will be creating several different formats in order to
meet the diverse requirements of the community.
The final XML file produced by the RFC Editor will be considered the
canonical format for RFCs; it is the lowest common denominator that
holds all the information intended for an RFC. PDF/A-3 will be the
publication format offered in response to subpoenas for RFCs
published through this new process and will be developed with an eye
towards long-term archival storage. HTML will be the focus of
providing the most flexible set of features for an RFC, including
JavaScript to provide pointers to errata and other metadata. Plain
text will continue to be offered in order to support existing tool
chains, where practicable, and the individuals who prefer to read
RFCs in this format.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Canonical Format Documents</span>
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>. XML for RFCs</span>
Key points regarding the XML format:
o The canonical format for RFCs is XML using the xml2rfc version 3
(xml2rfc v3) vocabulary. The XML file must contain all
information necessary to render a variety of formats; any question
about what was intended in the publication will be answered from
this format.
<span class="grey">Flanagan Informational [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
o Authors may submit documents using the xml2rfc v2 vocabulary, but
the final publication will be converted to use the xml2rfc v3
vocabulary.
o SVG is supported and will be embedded in the final XML file.
o There will be automatically generated identifiers for sections,
paragraphs, figures, and tables in the final XML file.
o The XML file will not contain any xml2rfc v3 vocabulary elements
or attributes that have been marked deprecated.
o A DTD will no longer be used. The grammar will be defined using
RELAX NG [<a href="#ref-RNC" title=""RELAX NG Compact Syntax"">RNC</a>].
o The final XML file will contain, verbatim, the appropriate
boilerplate as applicable at time of publication specified by <a href="./rfc7841">RFC</a>
<a href="./rfc7841">7841</a> [<a href="./rfc7841" title=""RFC Streams, Headers, and Boilerplates"">RFC7841</a>] or its successors.
o The final XML will be self-contained with all the information
known at publication time. For instance, all features that
reference externally defined input will be expanded. This
includes all uses of xinclude, src attributes (such as in
<artwork> or <sourcecode> elements), include-like processing
instructions, and externally defined entities.
o The final XML will not contain comments or processing
instructions.
o The final XML will not contain src attributes for <artwork> or
<sourcecode> elements.
[<a id="ref-RFC7749">RFC7749</a>] describes the xml2rfc v2 vocabulary. While in wide use at
the time of writing, this vocabulary had not been formally documented
prior to the publication of <a href="./rfc7749">RFC 7749</a>. In order to understand what
needed to change in the vocabulary to allow for a more simple
experience and additional features for authors, the current
vocabulary needed to be fully described. <a href="./rfc7749">RFC 7749</a> will be obsoleted
by [<a href="./rfc7991" title=""The "">RFC7991</a>].
[<a id="ref-RFC7991">RFC7991</a>] describes the xml2rfc v3 vocabulary. The design goals were
to make the vocabulary more intuitive for authors and to expand the
features to support the changes being made in the publication
process. It obsoletes <a href="./rfc7749">RFC 7749</a>.
<span class="grey">Flanagan Informational [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Publication Format Documents</span>
<span class="h3"><a class="selflink" id="section-7.1" href="#section-7.1">7.1</a>. HTML</span>
[<a id="ref-RFC7992">RFC7992</a>] describes the semantic HTML that will be produced by the
RFC Editor from the xml2rfc v3 files.
Key points regarding the HTML output:
o The HTML will be rendered from the XML file; it will not be
derived from the plain-text publication format.
o The body of the document will use a subset of HTML. The documents
will include Cascading Style Sheets (CSS) for default visual
presentation; it can be overwritten by a local CSS file.
o SVG is supported and will be included in the HTML file.
o Text will be reflowable.
o JavaScript will be supported on a limited basis. It will not be
permitted to overwrite or change any text present in the rendered
HTML. It may, on a limited basis, add text that provides post-
publication metadata or pointers, if warranted. All such text
will be clearly marked as additional.
<span class="h3"><a class="selflink" id="section-7.2" href="#section-7.2">7.2</a>. PDF</span>
[<a id="ref-RFC7995">RFC7995</a>] describes the tags and profiles that will be used to create
the new PDF format, including both the internal structure and the
visible layout of the file. A review of the different versions of
PDF is offered, with a recommendation of what PDF standard should
apply to RFCs.
Key points regarding the PDF output:
o The PDF file will be rendered from the XML file; it will not be
derived from the plain-text publication format.
o The PDF publication format will conform to the PDF/A-3 standard
and will embed the canonical XML source.
o The PDF will look more like the HTML publication format than the
plain-text publication format.
o The PDF will include a rich set of tags and metadata within the
document.
<span class="grey">Flanagan Informational [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
o SVG is supported and will be included in the PDF file.
<span class="h3"><a class="selflink" id="section-7.3" href="#section-7.3">7.3</a>. Plain Text</span>
[<a id="ref-RFC7994">RFC7994</a>] describes the details of the plain-text format; in
particular, it focuses on what is changing from the existing plain-
text output.
Key points regarding the plain-text output:
o The plain-text document will no longer be the canonical version of
an RFC.
o The plain-text format will be UTF-8 encoded; non-ASCII characters
will be allowed.
o A Byte Order Mark (BOM) will be added at the start of each file.
o Widow and orphan control [<a href="#ref-TYPOGRAPHY">TYPOGRAPHY</a>] for the plain-text
publication format will not have priority for the developers
creating the rendering code.
o Authors may choose to have pointers to line art in other
publication formats in place of ASCII art in the .txt file.
o An unpaginated plain-text file will be created.
o Running headers and footers will not be used.
<span class="h3"><a class="selflink" id="section-7.4" href="#section-7.4">7.4</a>. Potential Future Publication Formats</span>
<span class="h4"><a class="selflink" id="section-7.4.1" href="#section-7.4.1">7.4.1</a>. EPUB</span>
This format is intended for use by ebook readers and will be
available for RFCs after the requirements have been defined. No
document on this topic is currently available.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Figures and Artwork</span>
<span class="h3"><a class="selflink" id="section-8.1" href="#section-8.1">8.1</a>. SVG</span>
[<a id="ref-RFC7996">RFC7996</a>] describes the profile for SVG line art. SVG is an XML-
based vocabulary for creating line drawings; SVG information will be
embedded within the canonical XML at the time of publication.
<span class="grey">Flanagan Informational [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Content and Page Layout</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</a>. Non-ASCII Characters</span>
There are security and readability implications to moving outside the
ASCII range of characters. [<a href="./rfc7997" title=""The Use of Non-ASCII Characters in RFCs"">RFC7997</a>] focuses on exactly where and
how non-ASCII characters may be used in an RFC, with an eye towards
keeping the documents as secure and readable as possible, given the
information that needs to be expressed.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Style Guide</span>
The RFC Style Guide [<a href="./rfc7322" title=""RFC Style Guide"">RFC7322</a>] was revised to remove as much page
formatting information as possible, focusing instead on grammar,
structure, and content of RFCs. Some of the changes recommended,
however, informed the XML v3 vocabulary.
<span class="h3"><a class="selflink" id="section-9.3" href="#section-9.3">9.3</a>. CSS Requirements</span>
[<a id="ref-RFC7993">RFC7993</a>] describes how the CSS classes mentioned in "HyperText
Markup Language Request for Comments Format" should be used to create
an accessible and responsive design for the HTML format.
<span class="h2"><a class="selflink" id="section-10" href="#section-10">10</a>. Transition Plan</span>
<span class="h3"><a class="selflink" id="section-10.1" href="#section-10.1">10.1</a>. Statement of Work and RFP for Tool Development</span>
Existing tools for the creation of RFCs will need to be updated, and
new tools created, to implement the updated format. As the
requirements-gathering effort, described in the various documents
described earlier in this document, finishes the bulk of the work,
the Tools Development Team of the IETF will work with the RSE to
develop Statements of Work (SoWs). Those SoWs will first be reviewed
within the Tools Development Team and the Tools Management Committee,
and it will then go out for a public comment period. After public
review, the SoWs will be attached to an RFP and posted as per the
IETF Administrative Support Activity (IASA) bid process [<a href="#ref-IASA-RFP" title=""RFPs and RFIs"">IASA-RFP</a>].
Once bids have been received, reviewed, and awarded, coding will
begin.
<span class="h3"><a class="selflink" id="section-10.2" href="#section-10.2">10.2</a>. Testing and Transition</span>
During the I-D review and approval process, authors and stream-
approving bodies will select drafts to run through the proposed new
publication process. The RFC Editor will process these documents
after they have been approved for publication using xml2rfc v2 and
will simultaneously test the selected I-Ds with the xml2rfc v3
<span class="grey">Flanagan Informational [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
process and tools. While the final RFCs published during this time
will continue as plain text and immutable once published, the
feedback process is necessary to bootstrap initial testing. These
early tests will target finding issues with the proposed xml2rfc v3
vocabulary that result in poorly formed publication formats as well
as issues that prevent proper review of submitted documents.
Feedback will result in regular iteration of the basic code and XML
vocabulary. In order to limit the amount of time the RFC Production
Center (RPC) spends on testing and quality assurance (QA), their
priority will be to edit and publish documents; therefore, community
assistance will be necessary to help move this stage along. A
mailing list and experimental source directory on the RFC Editor
website will be created for community members willing to assist in
the detailed review of the XML and publication formats. Editorial
checks of the publication formats by the community are out of scope;
the focus will be the QA of each available output, checking for
inconsistencies across formats.
The purpose of the testing phase is to work with the community to
identify and fix bugs in the process and the code before producing
canonical, immutable XML, and to collect additional feedback on the
usability of the new publication formats.
Any modifications to the document review process, up to and including
AUTH48, will happen with the community and the stream-approving
bodies as we learn more about the features and outputs of the new
publication tools. Defining those processes is out of scope for this
document.
Success will be measured by the closure of all bugs identified by the
RPC and the Tools Development Team as fatal in addition to reaching
rough consensus with the community on the readiness of the XML
vocabulary and final output files for publication. The actual
rendering engine can go through further review and iteration, as the
publication formats may be republished as needed.
Authors are not required to submit their approved drafts to the RFC
Editor in an XML format, though they are strongly encouraged to do
so; plain text will also remain an option for the foreseeable future.
However, documents submitted as plain text cannot include such
features as SVG artwork. The RPC will generate an XML file if
necessary for basic processing and subsequent rendering into the
approved output formats.
A known risk at this point of the transition is the difficulty in
quantifying the resources required from the RPC. This phase will
require more work on the part of the RPC to support both old and new
<span class="grey">Flanagan Informational [Page 11]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-12" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
publication processes for at least six months. There is potential
for confusion as consumers of RFCs find some documents published at
this time with a full set of outputs, while older documents only have
plain text. There may be a delay in publication as new bugs are
found that must be fixed before the files can be converted into the
canonical format and associated publication formats.
<span class="h3"><a class="selflink" id="section-10.3" href="#section-10.3">10.3</a>. Completion</span>
Authors may submit XML (preferred) or plain-text files. The XML
files submitted for publication will be converted to canonical XML
format and published with all available publication formats. All
authors will be expected to review the final documents as consistent
with the evolving procedures for reviewing documents.
Success for this phase will be measured by a solid understanding by
the RSE and the IAOC of the necessary costs and resources required
for long-term support of the new format model.
<span class="h2"><a class="selflink" id="section-11" href="#section-11">11</a>. Security Considerations</span>
Changing the format for RFCs involves modifying a great number of
components to publication. Understanding those changes and the
implications for the entire tool chain is critical so as to avoid
unintended bugs that would allow unintended changes to text.
Unintended changes to text could in turn corrupt a standard,
practice, or critical piece of information about a protocol.
<span class="h2"><a class="selflink" id="section-12" href="#section-12">12</a>. References</span>
<span class="h3"><a class="selflink" id="section-12.1" href="#section-12.1">12.1</a>. Normative References</span>
[<a id="ref-RFC6949">RFC6949</a>] Flanagan, H. and N. Brownlee, "RFC Series Format
Requirements and Future Development", <a href="./rfc6949">RFC 6949</a>,
DOI 10.17487/RFC6949, May 2013,
<<a href="http://www.rfc-editor.org/info/rfc6949">http://www.rfc-editor.org/info/rfc6949</a>>.
[<a id="ref-RFC7749">RFC7749</a>] Reschke, J., "The "xml2rfc" Version 2 Vocabulary",
<a href="./rfc7749">RFC 7749</a>, DOI 10.17487/RFC7749, February 2016,
<<a href="http://www.rfc-editor.org/info/rfc7749">http://www.rfc-editor.org/info/rfc7749</a>>.
[<a id="ref-RFC7991">RFC7991</a>] Hoffman, P., "The "xml2rfc" Version 3 Vocabulary",
<a href="./rfc7991">RFC 7991</a>, DOI 10.17487/RFC7991, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc7991">http://www.rfc-editor.org/info/rfc7991</a>>.
[<a id="ref-RFC7992">RFC7992</a>] Hildebrand, J., Ed. and P. Hoffman, "HTML Format for
RFCs", <a href="./rfc7992">RFC 7992</a>, DOI 10.17487/RFC7992, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc792">http://www.rfc-editor.org/info/rfc792</a>>.
<span class="grey">Flanagan Informational [Page 12]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-13" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
[<a id="ref-RFC7993">RFC7993</a>] Flanagan, H., "Cascading Style Sheets (CSS) Requirements
for RFCs", <a href="./rfc7993">RFC 7993</a>, DOI 10.17487/RFC7993, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc7993">http://www.rfc-editor.org/info/rfc7993</a>>.
[<a id="ref-RFC7994">RFC7994</a>] Flanagan, H., "Requirements for Plain-Text RFCs",
<a href="./rfc7994">RFC 7994</a>, DOI 10.17487/RFC7994, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc7994">http://www.rfc-editor.org/info/rfc7994</a>>.
[<a id="ref-RFC7995">RFC7995</a>] Hansen, T., Ed., Masinter, L., and M. Hardy, "PDF Format
for RFCs", <a href="./rfc7995">RFC 7995</a>, DOI 10.17487/RFC7995, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc7995">http://www.rfc-editor.org/info/rfc7995</a>>.
[<a id="ref-RFC7996">RFC7996</a>] Brownlee, N., "SVG Drawings for RFCs: SVG 1.2 RFC",
<a href="./rfc7996">RFC 7996</a>, DOI 10.17487/RFC7996, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc7996">http://www.rfc-editor.org/info/rfc7996</a>>.
[<a id="ref-RFC7997">RFC7997</a>] Flanagan, H., Ed., "The Use of Non-ASCII Characters in
RFCs", <a href="./rfc7997">RFC 7997</a>, DOI 10.17487/RFC7997, December 2016,
<<a href="http://www.rfc-editor.org/info/rfc7997">http://www.rfc-editor.org/info/rfc7997</a>>.
<span class="h3"><a class="selflink" id="section-12.2" href="#section-12.2">12.2</a>. Informative References</span>
[<a id="ref-RFC4845">RFC4845</a>] Daigle, L., Ed. and Internet Architecture Board, "Process
for Publication of IAB RFCs", <a href="./rfc4845">RFC 4845</a>,
DOI 10.17487/RFC4845, July 2007,
<<a href="http://www.rfc-editor.org/info/rfc4845">http://www.rfc-editor.org/info/rfc4845</a>>.
[<a id="ref-RFC6635">RFC6635</a>] Kolkman, O., Ed., Halpern, J., Ed., and IAB, "RFC Editor
Model (Version 2)", <a href="./rfc6635">RFC 6635</a>, DOI 10.17487/RFC6635, June
2012, <<a href="http://www.rfc-editor.org/info/rfc6635">http://www.rfc-editor.org/info/rfc6635</a>>.
[<a id="ref-RFC7322">RFC7322</a>] Flanagan, H. and S. Ginoza, "RFC Style Guide", <a href="./rfc7322">RFC 7322</a>,
DOI 10.17487/RFC7322, September 2014,
<<a href="http://www.rfc-editor.org/info/rfc7322">http://www.rfc-editor.org/info/rfc7322</a>>.
[<a id="ref-RFC7841">RFC7841</a>] Halpern, J., Ed., Daigle, L., Ed., and O. Kolkman, Ed.,
"RFC Streams, Headers, and Boilerplates", <a href="./rfc7841">RFC 7841</a>,
DOI 10.17487/RFC7841, May 2016,
<<a href="http://www.rfc-editor.org/info/rfc7841">http://www.rfc-editor.org/info/rfc7841</a>>.
[<a id="ref-ASCII">ASCII</a>] American National Standards Institute, "Coded Character
Set - 7-bit American Standard Code for Information
Interchange", ANSI X3.4-1986, 1986.
[<a id="ref-GEN-ART">GEN-ART</a>] IETF, "General Area Review Team (Gen-ART)",
<<a href="http://www.ietf.org/iesg/directorate/gen-art.html">http://www.ietf.org/iesg/directorate/gen-art.html</a>>.
<span class="grey">Flanagan Informational [Page 13]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-14" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
[<a id="ref-IASA-RFP">IASA-RFP</a>] IETF Administrative Support Activity, "RFPs and RFIs",
<<a href="http://iaoc.ietf.org/rfps-rfis.html">http://iaoc.ietf.org/rfps-rfis.html</a>>.
[<a id="ref-IETF84">IETF84</a>] Flanagan, H., "IETF 84 Proceedings: RFC Format (rfcform)",
July 2012,
<<a href="http://www.ietf.org/proceedings/84/rfcform.html">http://www.ietf.org/proceedings/84/rfcform.html</a>>.
[<a id="ref-IETF85">IETF85</a>] Flanagan, H., "IETF 85 Proceedings: RFC Format (rfcform)",
November 2012,
<<a href="http://www.ietf.org/proceedings/85/rfcform.html">http://www.ietf.org/proceedings/85/rfcform.html</a>>.
[<a id="ref-IETF88">IETF88</a>] Flanagan, H., "IETF 88 Proceedings: RFC Format (rfcform)",
November 2013,
<<a href="http://www.ietf.org/proceedings/88/rfcform.html">http://www.ietf.org/proceedings/88/rfcform.html</a>>.
[<a id="ref-IETF89">IETF89</a>] Flanagan, H., "IETF 89 Proceedings: RFC Format (rfcform)",
March 2014,
<<a href="http://www.ietf.org/proceedings/89/rfcform.html">http://www.ietf.org/proceedings/89/rfcform.html</a>>.
[<a id="ref-IETF90">IETF90</a>] Flanagan, H., "IETF 90 Proceedings: RFC Format (rfcform)",
July 2014,
<<a href="http://www.ietf.org/proceedings/90/rfcform.html">http://www.ietf.org/proceedings/90/rfcform.html</a>>.
[<a id="ref-ISTATS">ISTATS</a>] "Internet Live Stats",
<<a href="http://www.internetlivestats.com/internet-users/">http://www.internetlivestats.com/internet-users/</a>>.
[<a id="ref-NDN2014">NDN2014</a>] "28th NORDUnet Conference 2014", 2014,
<<a href="https://events.nordu.net/display/NORDU2014/">https://events.nordu.net/display/NORDU2014/</a>
BoF%27s+and+side+meetings>.
[<a id="ref-RFC-INTEREST">RFC-INTEREST</a>]
RFC Editor, "rfc-interest -- A list for discussion of the
RFC series and RFC Editor functions.",
<<a href="https://www.rfc-editor.org/mailman/listinfo/rfc-interest">https://www.rfc-editor.org/mailman/listinfo/</a>
<a href="https://www.rfc-editor.org/mailman/listinfo/rfc-interest">rfc-interest</a>>.
[<a id="ref-RNC">RNC</a>] Clark, J., "RELAX NG Compact Syntax", OASIS , November
2002, <<a href="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">http://www.oasis-open.org/committees/relax-ng/</a>
<a href="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">compact-20021121.html</a>>.
[<a id="ref-RSOC">RSOC</a>] IAB, "RFC Editor Program: The RSOC",
<<a href="http://www.iab.org/activities/programs/rfc-editor-program/">http://www.iab.org/activities/programs/</a>
<a href="http://www.iab.org/activities/programs/rfc-editor-program/">rfc-editor-program/</a>>.
[<a id="ref-TNC2014">TNC2014</a>] Flanagan, H., "IETF Update - 'What's Hot?' - RFC Update",
2014, <<a href="https://tnc2014.terena.org/core/presentation/84">https://tnc2014.terena.org/core/presentation/84</a>>.
<span class="grey">Flanagan Informational [Page 14]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-15" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
[<a id="ref-STM">STM</a>] STM, "The global voice of scholarly publishing",
<<a href="http://www.stm-assoc.org/">http://www.stm-assoc.org/</a>>.
[<a id="ref-TYPOGRAPHY">TYPOGRAPHY</a>]
Butterick, M., "Butterick's Practical Typography",
<<a href="http://practicaltypography.com/widow-and-orphan-control.html">http://practicaltypography.com/</a>
<a href="http://practicaltypography.com/widow-and-orphan-control.html">widow-and-orphan-control.html</a>>.
[<a id="ref-XML-ANNOUNCE">XML-ANNOUNCE</a>]
Flanagan, H., "Subject: [rfc-i] Direction of the RFC
Format Development effort", message to the rfc-interest
mailing list, May 2013,
<<a href="http://www.rfc-editor.org/pipermail/rfc-interest/2013-May/005584.html">http://www.rfc-editor.org/pipermail/rfc-interest/</a>
<a href="http://www.rfc-editor.org/pipermail/rfc-interest/2013-May/005584.html">2013-May/005584.html</a>>.
IAB Members at the Time of Approval
The IAB members at the time this memo was approved were (in
alphabetical order):
Jari Arkko
Ralph Droms
Ted Hardie
Joe Hildebrand
Russ Housley
Lee Howard
Erik Nordmark
Robert Sparks
Andrew Sullivan
Dave Thaler
Martin Thomson
Brian Trammell
Suzanne Woolf
Acknowledgements
With many thanks to the RFC Format Design Team for their efforts in
making this transition successful: Nevil Brownlee (ISE), Tony Hansen,
Joe Hildebrand, Paul Hoffman, Ted Lemon, Julian Reschke, Adam Roach,
Alice Russo, Robert Sparks (Tools Team liaison), and Dave Thaler.
<span class="grey">Flanagan Informational [Page 15]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-16" ></span>
<span class="grey"><a href="./rfc7990">RFC 7990</a> RFC Format Framework December 2016</span>
Author's Address
Heather Flanagan
RFC Editor
Email: rse@rfc-editor.org
URI: <a href="http://orcid.org/0000-0002-2647-2220">http://orcid.org/0000-0002-2647-2220</a>
Flanagan Informational [Page 16]
</pre>
|