Network Working Group J. Hildebrand, Ed. Internet-Draft Cisco Systems, Inc. Intended status: Informational H. Flanagan, Ed. Expires: April 30, 2015 RFC Editor October 27, 2014 HyperText Markup Language Request For Comments Format draft-hildebrand-html-rfc-04 Abstract This document defines the HTML format that will be rendered from the canonical XML format for an RFC. The HTML output will include a default CSS to enable page layout. 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 http://datatracker.ietf.org/drafts/current/. 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 April 30, 2015. Copyright Notice Copyright (c) 2014 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 (http://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. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Hildebrand & Flanagan Expires April 30, 2015 [Page 1] Internet-Draft HTML RFC October 2014 Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 4 2. Requirements for the HTML Format . . . . . . . . . . . . . . 4 3. HTML Version . . . . . . . . . . . . . . . . . . . . . . . . 6 4. HTML Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 6 5. Prologue . . . . . . . . . . . . . . . . . . . . . . . . . . 7 5.1. DOCTYPE . . . . . . . . . . . . . . . . . . . . . . . . . 7 5.2. Root Element . . . . . . . . . . . . . . . . . . . . . . 7 5.3. Head Element . . . . . . . . . . . . . . . . . . . . . . 7 5.3.1. Charset Declaration . . . . . . . . . . . . . . . . . 7 5.3.2. Document Title . . . . . . . . . . . . . . . . . . . 7 5.3.3. Document metadata . . . . . . . . . . . . . . . . . . 7 5.3.4. Style . . . . . . . . . . . . . . . . . . . . . . . . 8 5.4. Document Information . . . . . . . . . . . . . . . . . . 8 5.5. Table of Contents . . . . . . . . . . . . . . . . . . . . 9 5.6. Index . . . . . . . . . . . . . . . . . . . . . . . . . . 9 5.7. Authors' Addresses . . . . . . . . . . . . . . . . . . . 9 5.8. IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 5.9. Pilcrows . . . . . . . . . . . . . . . . . . . . . . . . 10 6. Elements . . . . . . . . . . . . . . . . . . . . . . . . . . 11 6.1. . . . . . . . . . . . . . . . . . . . . . . . 11 6.2.
. . . . . . . . . . . . . . . . . . . . . . . . 11 6.3. . . . . . . . . . . . . . . . . . . . . . . 11 6.4. . . . . . . . . . . . . . . . . . . . . . . . . . 11 6.5. . . . . . . . . . . . . . . . . . . . . . . . . 12 6.5.1. Text Artwork . . . . . . . . . . . . . . . . . . . . 12 6.5.2. SVG Artwork . . . . . . . . . . . . . . . . . . . . . 12 6.6.