Network Working Group C. Bormann Internet-Draft Universität Bremen TZI Intended status: Informational 27 July 2023 Expires: 28 January 2024 Terminology for RFCXML Evolution draft-bormann-rswg-terminology-00 Abstract The canonical format for RFCs is called RFCXML, with the currently effective details originally documented in the RFC 799x series. This format has experienced some uncontrolled evolution since, partially caused by an unwillingness to recognize the need for overt, deliberate evolution. Controlled RFCXML evolution is going to be complex. Its discussion will need agreed terminology, without which it will devolve into a Tower of Babel. About This Document This note is to be removed before publishing as an RFC. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-bormann-rswg-terminology/. Discussion of this document takes place on the rswg Working Group mailing list (mailto:rswg@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/rswg/. Subscribe at https://www.ietf.org/mailman/listinfo/rswg/. Source for this draft and an issue tracker can be found at https://github.com/cabo/rswg-terminology. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Bormann Expires 28 January 2024 [Page 1] Internet-Draft Terminology for RFCXML Evolution July 2023 Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on 28 January 2024. Copyright Notice Copyright (c) 2023 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/ license-info) 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. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1. Conventions and Definitions . . . . . . . . . . . . . . . 3 2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.1. Format . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2. Instances . . . . . . . . . . . . . . . . . . . . . . . . 4 2.3. Evolution . . . . . . . . . . . . . . . . . . . . . . . . 5 2.4. Types of Evolution . . . . . . . . . . . . . . . . . . . 6 2.5. Correcting Errors . . . . . . . . . . . . . . . . . . . . 7 3. Security Considerations . . . . . . . . . . . . . . . . . . . 7 4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 7 5. Normative References . . . . . . . . . . . . . . . . . . . . 7 Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . 7 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 7 1. Introduction The canonical format for RFCs is called RFCXML, with the currently effective details originally documented in the RFC 799x series. This format has experienced some uncontrolled evolution since, partially caused by an unwillingness to recognize the need for overt, deliberate evolution. Controlled RFCXML evolution is going to be complex. Its discussion will need agreed terminology, without which it will devolve into a Tower of Babel. Bormann Expires 28 January 2024 [Page 2] Internet-Draft Terminology for RFCXML Evolution July 2023 1.1. Conventions and Definitions Although this document is not an IETF Standards Track publication, it adopts the conventions for normative language to provide clarity of instructions to the implementer. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. 2. Terminology Ultimately, this document should turn into a definitions section of some other document. For now, we will use a mix of prose and definition styles. 2.1. Format XML does not define the meaning of its instances. Saying "this document is in XML" doesn't tell you much more about its semantics than "this document is in ASCII". When we talk about the specific semantics instilled into an XML document by the RFCXML format, we will therefore always use the term RFCXML. This term can be split into several aspects: * *syntactic* aspects. As XML is (mostly) a tree, this is often reduced to a (tree) *grammar* of XML elements and XML attributes. However, there are other syntactical aspects, such as for the text in elements and attribute values (*lexical* aspects): the meaning of specific characters (e.g., format effectors; hyphenation semantics) and even whether some text is allowed in certain elements or attribute values. * *semantic* aspects. The elements and attributes carry specific semantics. These semantics are perceived by document users through *renderings*. Semantic markup is about keeping the semantics mostly at a domain level, with an ability to infer the right kind of *layout* (in a wide sense, e.g., including font choice) in a rendering process. However, there are also semantics that are defined at a rendering level, e.g., those of and . (Officially, these are also semantic markup, but as soon as a "Conventions" section says "Newly defined terms are shown in italics", that is no longer true.) Bormann Expires 28 January 2024 [Page 3] Internet-Draft Terminology for RFCXML Evolution July 2023 Semantic aspects that are not rendered are *hidden* semantics. E.g., the element is entirely not rendered in today's renderings; it is intended for processes outside of rendering/human consumption (e.g., search). The