idnits 2.17.1 draft-iab-html-rfc-01.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- ** The document seems to lack a both a reference to RFC 2119 and the recommended RFC 2119 boilerplate, even if it appears to use RFC 2119 keywords. RFC 2119 keyword, line 953: '...ks up words like MUST and SHOULD with ...' Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year -- The document date (January 12, 2016) is 2998 days in the past. Is this intentional? -- Found something which looks like a code comment -- if you have code sections in the document, please surround them with '' and '' lines. Checking references for intended status: Informational ---------------------------------------------------------------------------- == Outdated reference: A later version (-01) exists of draft-iab-rfc-css-00 == Outdated reference: A later version (-04) exists of draft-iab-xml2rfc-00 == Outdated reference: A later version (-02) exists of draft-iab-rfcv3-preptool-00 == Outdated reference: A later version (-06) exists of draft-iab-rfc-framework-00 Summary: 1 error (**), 0 flaws (~~), 5 warnings (==), 2 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Network Working Group J. Hildebrand, Ed. 3 Internet-Draft Cisco Systems, Inc. 4 Intended status: Informational P. Hoffman 5 Expires: July 15, 2016 ICANN 6 January 12, 2016 8 HyperText Markup Language Request For Comments Format 9 draft-iab-html-rfc-01 11 Abstract 13 In order to meet the evolving needs of the Internet community, the 14 format for RFCs is changing from a plain-text, ASCII-only format to a 15 canonical XML format that will in turn be rendered into several 16 publication formats. This document defines the HTML format that will 17 be rendered for an RFC or Internet-Draft. 19 Status of This Memo 21 This Internet-Draft is submitted in full conformance with the 22 provisions of BCP 78 and BCP 79. 24 Internet-Drafts are working documents of the Internet Engineering 25 Task Force (IETF). Note that other groups may also distribute 26 working documents as Internet-Drafts. The list of current Internet- 27 Drafts is at http://datatracker.ietf.org/drafts/current/. 29 Internet-Drafts are draft documents valid for a maximum of six months 30 and may be updated, replaced, or obsoleted by other documents at any 31 time. It is inappropriate to use Internet-Drafts as reference 32 material or to cite them other than as "work in progress." 34 This Internet-Draft will expire on July 15, 2016. 36 Copyright Notice 38 Copyright (c) 2016 IETF Trust and the persons identified as the 39 document authors. All rights reserved. 41 This document is subject to BCP 78 and the IETF Trust's Legal 42 Provisions Relating to IETF Documents 43 (http://trustee.ietf.org/license-info) in effect on the date of 44 publication of this document. Please review these documents 45 carefully, as they describe your rights and restrictions with respect 46 to this document. Code Components extracted from this document must 47 include Simplified BSD License text as described in Section 4.e of 48 the Trust Legal Provisions and are provided without warranty as 49 described in the Simplified BSD License. 51 Table of Contents 53 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 4 54 2. Requirements for the HTML Format . . . . . . . . . . . . . . 5 55 2.1. Requirements for Accessibility . . . . . . . . . . . . . 6 56 3. HTML Version . . . . . . . . . . . . . . . . . . . . . . . . 7 57 4. HTML Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 7 58 5. Common Items . . . . . . . . . . . . . . . . . . . . . . . . 8 59 5.1. IDs . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 60 5.2. Pilcrows . . . . . . . . . . . . . . . . . . . . . . . . 8 61 5.3. ASCII Equivalents . . . . . . . . . . . . . . . . . . . . 9 62 5.4. Syntactic Elements . . . . . . . . . . . . . . . . . . . 9 63 6. Front Matter . . . . . . . . . . . . . . . . . . . . . . . . 9 64 6.1. DOCTYPE . . . . . . . . . . . . . . . . . . . . . . . . . 9 65 6.2. Root Element . . . . . . . . . . . . . . . . . . . . . . 10 66 6.3. Head Element . . . . . . . . . . . . . . . . . . . . . . 10 67 6.3.1. Charset Declaration . . . . . . . . . . . . . . . . . 10 68 6.3.2. Document Title . . . . . . . . . . . . . . . . . . . 10 69 6.3.3. Document metadata . . . . . . . . . . . . . . . . . . 10 70 6.3.4. Style . . . . . . . . . . . . . . . . . . . . . . . . 11 71 6.3.5. Links . . . . . . . . . . . . . . . . . . . . . . . . 11 72 6.4. Document Information . . . . . . . . . . . . . . . . . . 11 73 6.5. Table of Contents . . . . . . . . . . . . . . . . . . . . 12 74 7. Main Body . . . . . . . . . . . . . . . . . . . . . . . . . . 13 75 8. Back Matter . . . . . . . . . . . . . . . . . . . . . . . . . 13 76 8.1. Index . . . . . . . . . . . . . . . . . . . . . . . . . . 13 77 8.1.1. Index Contents . . . . . . . . . . . . . . . . . . . 13 78 8.1.2. Index Letters . . . . . . . . . . . . . . . . . . . . 13 79 8.1.3. Index Items . . . . . . . . . . . . . . . . . . . . . 14 80 8.1.4. Index Sub-items . . . . . . . . . . . . . . . . . . . 14 81 8.2. Authors' Addresses . . . . . . . . . . . . . . . . . . . 15 82 8.3. Document Information . . . . . . . . . . . . . . . . . . 16 83 8.4. XML Source . . . . . . . . . . . . . . . . . . . . . . . 17 84 9. Elements . . . . . . . . . . . . . . . . . . . . . . . . . . 17 85 9.1. . . . . . . . . . . . . . . . . . . . . . . . 17 86 9.2.
. . . . . . . . . . . . . . . . . . . . . . . . 18 87 9.3. . . . . . . . . . . . . . . . . . . . . . . 18 88 9.4. . . . . . . . . . . . . . . . . . . . . . . . . . 18 89 9.5. . . . . . . . . . . . . . . . . . . . . . . . . 18 90 9.5.1. Text Artwork . . . . . . . . . . . . . . . . . . . . 18 91 9.5.2. SVG Artwork . . . . . . . . . . . . . . . . . . . . . 19 92 9.5.3. Other Artwork . . . . . . . . . . . . . . . . . . . . 19 93 9.6.