Movatterモバイル変換


[0]ホーム

URL:


 draft-v3-features.v3.py27.html  draft-v3-features.html 
<!DOCTYPE html><!DOCTYPE html>
<html lang="en"><html lang="en">
<head><head>
<meta charset="utf-8"><meta charset="utf-8">
<meta content="Cherokee,Common,Cyrillic,Greek,Latin" name="scripts"><meta content="Cherokee,Common,Cyrillic,Greek,Latin" name="scripts">
<meta content="initial-scale=1.0" name="viewport"><meta content="initial-scale=1.0" name="viewport">
<title>xml2rfc V3 Feature Tests</title><title>xml2rfc V3 Feature Tests</title>
<meta content="Julian Reschke" name="author"><meta content="Julian Reschke" name="author">
<meta content="Πυθαγόρας ὁ Σάμιος (Pythagoras of Samos)" name="author"><meta content="Πυθαγόρας ὁ Σάμιος (Pythagoras of Samos)" name="author">
<meta content="Armin Bergström" name="author">
<meta content="<meta content="
This document tests features introduced in xml2rfc v3 vocabulary. This document tests features introduced in xml2rfc v3 vocabulary.
" name="description"> " name="description">
<meta content="xml2rfc2.34.0" name="generator"><meta content="xml2rfc3.18.0" name="generator">
<meta content="draft-v3-features" name="ietf.draft"><meta content="draft-v3-features" name="ietf.draft">
<linkhref="tests/input/draft-v3-features.xml" type="application/rfc+xml" rel="alternate"><!-- Generator version information:
xml2rfc 3.18.0
Python 3.9.15
ConfigArgParse 1.5.3
google-i18n-address 3.0.0
intervaltree 3.1.0
Jinja2 3.1.2
lxml 4.9.0
platformdirs 3.8.0
pycountry 22.3.5
PyYAML 6.0
requests 2.28.0
setuptools 44.1.1
six 1.16.0
wcwidth 0.2.5
weasyprint 56.1
-->
<linkhref="draft-v3-features.xml" rel="alternate" type="application/rfc+xml">
<link href="#copyright" rel="license"><link href="#copyright" rel="license">
<link href="xml2rfc.css" type="text/css" rel="stylesheet"><style type="text/css">/*
<link href="rfc-local.css"type="text/css" rel="stylesheet">
NOTE: Changes at the bottom of this file overrides some earlier settings.
Once the style has stabilized and has been adopted as an official RFC style,
this can be consolidated so that style settings occur only in one place, but
for now the contents of this file consists first of the initial CSS work as
provided to the RFC Formatter (xml2rfc) work, followed by itemized and
commented changes found necessary during the development of the v3
formatters.
*/
/* fonts */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans'); /* Sans-serif */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif'); /* Serif (print) */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); /* Monospace */
:root {
--font-sans: 'Noto Sans', Arial, Helvetica, sans-serif;
--font-serif: 'Noto Serif', 'Times', 'Times New Roman', serif;
--font-mono: 'Roboto Mono', Courier, 'Courier New', monospace;
}
@viewport {
zoom: 1.0;
}
@-ms-viewport {
width: extend-to-zoom;
zoom: 1.0;
}
/* general and mobile first */
html {
}
body {
max-width: 90%;
margin: 1.5em auto;
color: #222;
background-color: #fff;
font-size: 14px;
font-family: var(--font-sans);
line-height: 1.6;
scroll-behavior: smooth;
overflow-wrap: break-word;
}
.ears {
display: none;
}
/* headings */
#title, h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0.5em;
font-weight: bold;
line-height: 1.3;
}
#title {
clear: both;
border-bottom: 1px solid #ddd;
margin: 0 0 0.5em 0;
padding: 1em 0 0.5em;
}
.author {
padding-bottom: 4px;
}
h1 {
font-size: 26px;
margin: 1em 0;
}
h2 {
font-size: 22px;
margin-top: -20px; /* provide offset for in-page anchors */
padding-top: 33px;
}
h3 {
font-size: 18px;
margin-top: -36px; /* provide offset for in-page anchors */
padding-top: 42px;
}
h4 {
font-size: 16px;
margin-top: -36px; /* provide offset for in-page anchors */
padding-top: 42px;
}
h5, h6 {
font-size: 14px;
}
#n-copyright-notice {
border-bottom: 1px solid #ddd;
padding-bottom: 1em;
margin-bottom: 1em;
}
/* general structure */
p {
padding: 0;
margin: 0 0 1em 0;
text-align: left;
}
div, span {
position: relative;
}
div {
margin: 0;
}
.alignRight.art-text {
background-color: #f9f9f9;
border: 1px solid #eee;
border-radius: 3px;
padding: 1em 1em 0;
margin-bottom: 1.5em;
}
.alignRight.art-text pre {
padding: 0;
}
.alignRight {
margin: 1em 0;
}
.alignRight > *:first-child {
border: none;
margin: 0;
float: right;
clear: both;
}
.alignRight > *:nth-child(2) {
clear: both;
display: block;
border: none;
}
svg {
display: block;
}
svg[font-family~="serif" i], svg [font-family~="serif" i] {
font-family: var(--font-serif);
}
svg[font-family~="sans-serif" i], svg [font-family~="sans-serif" i] {
font-family: var(--font-sans);
}
svg[font-family~="monospace" i], svg [font-family~="monospace" i] {
font-family: var(--font-mono);
}
.alignCenter.art-text {
background-color: #f9f9f9;
border: 1px solid #eee;
border-radius: 3px;
padding: 1em 1em 0;
margin-bottom: 1.5em;
}
.alignCenter.art-text pre {
padding: 0;
}
.alignCenter {
margin: 1em 0;
}
.alignCenter > *:first-child {
display: table;
border: none;
margin: 0 auto;
}
/* lists */
ol, ul {
padding: 0;
margin: 0 0 1em 2em;
}
ol ol, ul ul, ol ul, ul ol {
margin-left: 1em;
}
li {
margin: 0 0 0.25em 0;
}
.ulCompact li {
margin: 0;
}
ul.empty, .ulEmpty {
list-style-type: none;
}
ul.empty li, .ulEmpty li {
margin-top: 0.5em;
}
ul.ulBare, li.ulBare {
margin-left: 0em !important;
}
ul.compact, .ulCompact,
ol.compact, .olCompact {
line-height: 100%;
margin: 0 0 0 2em;
}
/* definition lists */
dl {
}
dl > dt {
float: left;
margin-right: 1em;
}
/*
dl.nohang > dt {
float: none;
}
*/
dl > dd {
margin-bottom: .8em;
min-height: 1.3em;
}
dl.compact > dd, .dlCompact > dd {
margin-bottom: 0em;
}
dl > dd > dl {
margin-top: 0.5em;
margin-bottom: 0em;
}
/* links */
a {
text-decoration: none;
}
a[href] {
color: #22e; /* Arlen: WCAG 2019 */
}
a[href]:hover {
background-color: #f2f2f2;
}
figcaption a[href],
a[href].selfRef,
.iref + a[href].internal {
color: #222;
}
/* XXX probably not this:
a.selfRef:hover {
background-color: transparent;
cursor: default;
} */
/* Figures */
tt, code, pre {
background-color: #f9f9f9;
font-family: var(--font-mono);
}
pre {
border: 1px solid #eee;
margin: 0;
padding: 1em;
}
img {
max-width: 100%;
}
figure {
margin: 0;
}
figure blockquote {
margin: 0.8em 0.4em 0.4em;
}
figcaption {
font-style: italic;
margin: 0 0 1em 0;
}
@media screen {
pre {
overflow-x: auto;
max-width: 100%;
max-width: calc(100% - 22px);
}
}
/* aside, blockquote */
aside, blockquote {
margin-left: 0;
padding: 1.2em 2em;
}
blockquote {
background-color: #f9f9f9;
color: #111; /* Arlen: WCAG 2019 */
border: 1px solid #ddd;
border-radius: 3px;
margin: 1em 0;
}
cite {
display: block;
text-align: right;
font-style: italic;
}
/* tables */
table {
width: 100%;
margin: 0 0 1em;
border-collapse: collapse;
border: 1px solid #eee;
}
th, td {
text-align: left;
vertical-align: top;
padding: 0.5em 0.75em;
}
th {
text-align: left;
background-color: #e9e9e9;
}
tr:nth-child(2n+1) > td {
background-color: #f5f5f5;
}
table caption {
font-style: italic;
margin: 0;
padding: 0;
text-align: left;
}
table p {
/* XXX to avoid bottom margin on table row signifiers. If paragraphs should
be allowed within tables more generally, it would be far better to select on a class. */
margin: 0;
}
/* pilcrow */
a.pilcrow {
color: #666; /* Arlen: AHDJ 2019 */
text-decoration: none;
visibility: hidden;
user-select: none;
-ms-user-select: none;
-o-user-select:none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
}
@media screen {
aside:hover > a.pilcrow,
p:hover > a.pilcrow,
blockquote:hover > a.pilcrow,
div:hover > a.pilcrow,
li:hover > a.pilcrow,
pre:hover > a.pilcrow {
visibility: visible;
}
a.pilcrow:hover {
background-color: transparent;
}
}
/* misc */
hr {
border: 0;
border-top: 1px solid #eee;
}
.bcp14 {
font-variant: small-caps;
}
.role {
font-variant: all-small-caps;
}
/* info block */
#identifiers {
margin: 0;
font-size: 0.9em;
}
#identifiers dt {
width: 3em;
clear: left;
}
#identifiers dd {
float: left;
margin-bottom: 0;
}
/* Fix PDF info block run off issue */
@media print {
#identifiers dd {
float: none;
}
}
#identifiers .authors .author {
display: inline-block;
margin-right: 1.5em;
}
#identifiers .authors .org {
font-style: italic;
}
/* The prepared/rendered info at the very bottom of the page */
.docInfo {
color: #666; /* Arlen: WCAG 2019 */
font-size: 0.9em;
font-style: italic;
margin-top: 2em;
}
.docInfo .prepared {
float: left;
}
.docInfo .prepared {
float: right;
}
/* table of contents */
#toc {
padding: 0.75em 0 2em 0;
margin-bottom: 1em;
}
nav.toc ul {
margin: 0 0.5em 0 0;
padding: 0;
list-style: none;
}
nav.toc li {
line-height: 1.3em;
margin: 0.75em 0;
padding-left: 1.2em;
text-indent: -1.2em;
}
/* references */
.references dt {
text-align: right;
font-weight: bold;
min-width: 7em;
}
.references dd {
margin-left: 8em;
overflow: auto;
}
.refInstance {
margin-bottom: 1.25em;
}
.references .ascii {
margin-bottom: 0.25em;
}
/* index */
.index ul {
margin: 0 0 0 1em;
padding: 0;
list-style: none;
}
.index ul ul {
margin: 0;
}
.index li {
margin: 0;
text-indent: -2em;
padding-left: 2em;
padding-bottom: 5px;
}
.indexIndex {
margin: 0.5em 0 1em;
}
.index a {
font-weight: 700;
}
/* make the index two-column on all but the smallest screens */
@media (min-width: 600px) {
.index ul {
-moz-column-count: 2;
-moz-column-gap: 20px;
}
.index ul ul {
-moz-column-count: 1;
-moz-column-gap: 0;
}
}
/* authors */
address.vcard {
font-style: normal;
margin: 1em 0;
}
address.vcard .nameRole {
font-weight: 700;
margin-left: 0;
}
address.vcard .label {
font-family: var(--font-sans);
margin: 0.5em 0;
}
address.vcard .type {
display: none;
}
.alternative-contact {
margin: 1.5em 0 1em;
}
hr.addr {
border-top: 1px dashed;
margin: 0;
color: #ddd;
max-width: calc(100% - 16px);
}
/* temporary notes */
.rfcEditorRemove::before {
position: absolute;
top: 0.2em;
right: 0.2em;
padding: 0.2em;
content: "The RFC Editor will remove this note";
color: #9e2a00; /* Arlen: WCAG 2019 */
background-color: #ffd; /* Arlen: WCAG 2019 */
}
.rfcEditorRemove {
position: relative;
padding-top: 1.8em;
background-color: #ffd; /* Arlen: WCAG 2019 */
border-radius: 3px;
}
.cref {
background-color: #ffd; /* Arlen: WCAG 2019 */
padding: 2px 4px;
}
.crefSource {
font-style: italic;
}
/* alternative layout for smaller screens */
@media screen and (max-width: 1023px) {
body {
padding-top: 2em;
}
#title {
padding: 1em 0;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
margin-top: -18px; /* provide offset for in-page anchors */
padding-top: 38px;
}
#identifiers dd {
max-width: 60%;
}
#toc {
position: fixed;
z-index: 2;
top: 0;
right: 0;
padding: 0;
margin: 0;
background-color: inherit;
border-bottom: 1px solid #ccc;
}
#toc h2 {
margin: -1px 0 0 0;
padding: 4px 0 4px 6px;
padding-right: 1em;
min-width: 190px;
font-size: 1.1em;
text-align: right;
background-color: #444;
color: white;
cursor: pointer;
}
#toc h2::before { /* css hamburger */
float: right;
position: relative;
width: 1em;
height: 1px;
left: -164px;
margin: 6px 0 0 0;
background: white none repeat scroll 0 0;
box-shadow: 0 4px 0 0 white, 0 8px 0 0 white;
content: "";
}
#toc nav {
display: none;
padding: 0.5em 1em 1em;
overflow: auto;
height: calc(100vh - 48px);
border-left: 1px solid #ddd;
}
}
/* alternative layout for wide screens */
@media screen and (min-width: 1024px) {
body {
max-width: 724px;
margin: 42px auto;
padding-left: 1.5em;
padding-right: 29em;
}
#toc {
position: fixed;
top: 42px;
right: 42px;
width: 25%;
margin: 0;
padding: 0 1em;
z-index: 1;
}
#toc h2 {
border-top: none;
border-bottom: 1px solid #ddd;
font-size: 1em;
font-weight: normal;
margin: 0;
padding: 0.25em 1em 1em 0;
}
#toc nav {
display: block;
height: calc(90vh - 84px);
bottom: 0;
padding: 0.5em 0 0;
overflow: auto;
}
img { /* future proofing */
max-width: 100%;
height: auto;
}
}
/* pagination */
@media print {
body {
width: 100%;
}
p {
orphans: 3;
widows: 3;
}
#n-copyright-notice {
border-bottom: none;
}
#toc, #n-introduction {
page-break-before: always;
}
#toc {
border-top: none;
padding-top: 0;
}
figure, pre {
page-break-inside: avoid;
}
figure {
overflow: scroll;
}
.breakable pre {
break-inside: auto;
}
h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
}
h2+*, h3+*, h4+*, h5+*, h6+* {
page-break-before: avoid;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
font-size: 10pt;
}
table {
border: 1px solid #ddd;
}
td {
border-top: 1px solid #ddd;
}
}
/* This is commented out here, as the string-set: doesn't
pass W3C validation currently */
/*
.ears thead .left {
string-set: ears-top-left content();
}
.ears thead .center {
string-set: ears-top-center content();
}
.ears thead .right {
string-set: ears-top-right content();
}
.ears tfoot .left {
string-set: ears-bottom-left content();
}
.ears tfoot .center {
string-set: ears-bottom-center content();
}
.ears tfoot .right {
string-set: ears-bottom-right content();
}
*/
@page :first {
padding-top: 0;
@top-left {
content: normal;
border: none;
}
@top-center {
content: normal;
border: none;
}
@top-right {
content: normal;
border: none;
}
}
@page {
size: A4;
margin-bottom: 45mm;
padding-top: 20px;
/* The following is commented out here, but set appropriately by in code, as
the content depends on the document */
/*
@top-left {
content: 'Internet-Draft';
vertical-align: bottom;
border-bottom: solid 1px #ccc;
}
@top-left {
content: string(ears-top-left);
vertical-align: bottom;
border-bottom: solid 1px #ccc;
}
@top-center {
content: string(ears-top-center);
vertical-align: bottom;
border-bottom: solid 1px #ccc;
}
@top-right {
content: string(ears-top-right);
vertical-align: bottom;
border-bottom: solid 1px #ccc;
}
@bottom-left {
content: string(ears-bottom-left);
vertical-align: top;
border-top: solid 1px #ccc;
}
@bottom-center {
content: string(ears-bottom-center);
vertical-align: top;
border-top: solid 1px #ccc;
}
@bottom-right {
content: '[Page ' counter(page) ']';
vertical-align: top;
border-top: solid 1px #ccc;
}
*/
}
/* Changes introduced to fix issues found during implementation */
/* Make sure links are clickable even if overlapped by following H* */
a {
z-index: 2;
}
/* Separate body from document info even without intervening H1 */
section {
clear: both;
}
/* Top align author divs, to avoid names without organization dropping level with org names */
.author {
vertical-align: top;
}
/* Leave room in document info to show Internet-Draft on one line */
#identifiers dt {
width: 8em;
}
/* Don't waste quite as much whitespace between label and value in doc info */
#identifiers dd {
margin-left: 1em;
}
/* Give floating toc a background color (needed when it's a div inside section */
#toc {
background-color: white;
}
/* Make the collapsed ToC header render white on gray also when it's a link */
@media screen and (max-width: 1023px) {
#toc h2 a,
#toc h2 a:link,
#toc h2 a:focus,
#toc h2 a:hover,
#toc a.toplink,
#toc a.toplink:hover {
color: white;
background-color: #444;
text-decoration: none;
}
}
/* Give the bottom of the ToC some whitespace */
@media screen and (min-width: 1024px) {
#toc {
padding: 0 0 1em 1em;
}
}
/* Style section numbers with more space between number and title */
.section-number {
padding-right: 0.5em;
}
/* prevent monospace from becoming overly large */
tt, code, pre {
font-size: 95%;
}
/* Fix the height/width aspect for ascii art*/
.sourcecode pre,
.art-text pre {
line-height: 1.12;
}
/* Add styling for a link in the ToC that points to the top of the document */
a.toplink {
float: right;
margin-right: 0.5em;
}
/* Fix the dl styling to match the RFC 7992 attributes */
dl > dt,
dl.dlParallel > dt {
float: left;
margin-right: 1em;
}
dl.dlNewline > dt {
float: none;
}
/* Provide styling for table cell text alignment */
table td.text-left,
table th.text-left {
text-align: left;
}
table td.text-center,
table th.text-center {
text-align: center;
}
table td.text-right,
table th.text-right {
text-align: right;
}
/* Make the alternative author contact information look less like just another
author, and group it closer with the primary author contact information */
.alternative-contact {
margin: 0.5em 0 0.25em 0;
}
address .non-ascii {
margin: 0 0 0 2em;
}
/* With it being possible to set tables with alignment
left, center, and right, { width: 100%; } does not make sense */
table {
width: auto;
}
/* Avoid reference text that sits in a block with very wide left margin,
because of a long floating dt label.*/
.references dd {
overflow: visible;
}
/* Control caption placement */
caption {
caption-side: bottom;
}
/* Limit the width of the author address vcard, so names in right-to-left
script don't end up on the other side of the page. */
address.vcard {
max-width: 30em;
margin-right: auto;
}
/* For address alignment dependent on LTR or RTL scripts */
address div.left {
text-align: left;
}
address div.right {
text-align: right;
}
/* Provide table alignment support. We can't use the alignX classes above
since they do unwanted things with caption and other styling. */
table.right {
margin-left: auto;
margin-right: 0;
}
table.center {
margin-left: auto;
margin-right: auto;
}
table.left {
margin-left: 0;
margin-right: auto;
}
/* Give the table caption label the same styling as the figcaption */
caption a[href] {
color: #222;
}
@media print {
.toplink {
display: none;
}
/* avoid overwriting the top border line with the ToC header */
#toc {
padding-top: 1px;
}
/* Avoid page breaks inside dl and author address entries */
.vcard {
page-break-inside: avoid;
}
}
/* Tweak the bcp14 keyword presentation */
.bcp14 {
font-variant: small-caps;
font-weight: bold;
font-size: 0.9em;
}
/* Tweak the invisible space above H* in order not to overlay links in text above */
h2 {
margin-top: -18px; /* provide offset for in-page anchors */
padding-top: 31px;
}
h3 {
margin-top: -18px; /* provide offset for in-page anchors */
padding-top: 24px;
}
h4 {
margin-top: -18px; /* provide offset for in-page anchors */
padding-top: 24px;
}
/* Float artwork pilcrow to the right */
@media screen {
.artwork a.pilcrow {
display: block;
line-height: 0.7;
margin-top: 0.15em;
}
}
/* Make pilcrows on dd visible */
@media screen {
dd:hover > a.pilcrow {
visibility: visible;
}
}
/* Make the placement of figcaption match that of a table's caption
by removing the figure's added bottom margin */
.alignLeft.art-text,
.alignCenter.art-text,
.alignRight.art-text {
margin-bottom: 0;
}
.alignLeft,
.alignCenter,
.alignRight {
margin: 1em 0 0 0;
}
/* In print, the pilcrow won't show on hover, so prevent it from taking up space,
possibly even requiring a new line */
@media print {
a.pilcrow {
display: none;
}
}
/* Styling for the external metadata */
div#external-metadata {
background-color: #eee;
padding: 0.5em;
margin-bottom: 0.5em;
display: none;
}
div#internal-metadata {
padding: 0.5em; /* to match the external-metadata padding */
}
/* Styling for title RFC Number */
h1#rfcnum {
clear: both;
margin: 0 0 -1em;
padding: 1em 0 0 0;
}
/* Make .olPercent look the same as <ol><li> */
dl.olPercent > dd {
margin-bottom: 0.25em;
min-height: initial;
}
/* Give aside some styling to set it apart */
aside {
border-left: 1px solid #ddd;
margin: 1em 0 1em 2em;
padding: 0.2em 2em;
}
aside > dl,
aside > ol,
aside > ul,
aside > table,
aside > p {
margin-bottom: 0.5em;
}
/* Additional page break settings */
@media print {
figcaption, table caption {
page-break-before: avoid;
}
}
/* Font size adjustments for print */
@media print {
body { font-size: 10pt; line-height: normal; max-width: 96%; }
h1 { font-size: 1.72em; padding-top: 1.5em; } /* 1*1.2*1.2*1.2 */
h2 { font-size: 1.44em; padding-top: 1.5em; } /* 1*1.2*1.2 */
h3 { font-size: 1.2em; padding-top: 1.5em; } /* 1*1.2 */
h4 { font-size: 1em; padding-top: 1.5em; }
h5, h6 { font-size: 1em; margin: initial; padding: 0.5em 0 0.3em; }
}
/* Sourcecode margin in print, when there's no pilcrow */
@media print {
.artwork,
.artwork > pre,
.sourcecode {
margin-bottom: 1em;
}
}
/* Avoid narrow tables forcing too narrow table captions, which may render badly */
table {
min-width: 20em;
}
/* ol type a */
ol.type-a { list-style-type: lower-alpha; }
ol.type-A { list-style-type: upper-alpha; }
ol.type-i { list-style-type: lower-roman; }
ol.type-I { list-style-type: lower-roman; }
/* Apply the print table and row borders in general, on request from the RPC,
and increase the contrast between border and odd row background slightly */
table {
border: 1px solid #ddd;
}
td {
border-top: 1px solid #ddd;
}
tr {
break-inside: avoid;
}
tr:nth-child(2n+1) > td {
background-color: #f8f8f8;
}
/* Use style rules to govern display of the TOC. */
@media screen and (max-width: 1023px) {
#toc nav { display: none; }
#toc.active nav { display: block; }
}
/* Add support for keepWithNext */
.keepWithNext {
break-after: avoid-page;
break-after: avoid-page;
}
/* Add support for keepWithPrevious */
.keepWithPrevious {
break-before: avoid-page;
}
/* Change the approach to avoiding breaks inside artwork etc. */
figure, pre, table, .artwork, .sourcecode {
break-before: auto;
break-after: auto;
}
/* Avoid breaks between <dt> and <dd> */
dl {
break-before: auto;
break-inside: auto;
}
dt {
break-before: auto;
break-after: avoid-page;
}
dd {
break-before: avoid-page;
break-after: auto;
orphans: 3;
widows: 3
}
span.break, dd.break {
margin-bottom: 0;
min-height: 0;
break-before: auto;
break-inside: auto;
break-after: auto;
}
/* Undo break-before ToC */
@media print {
#toc {
break-before: auto;
}
}
/* Text in compact lists should not get extra bottom margin space,
since that would makes the list not compact */
ul.compact p, .ulCompact p,
ol.compact p, .olCompact p {
margin: 0;
}
/* But the list as a whole needs the extra space at the end */
section ul.compact,
section .ulCompact,
section ol.compact,
section .olCompact {
margin-bottom: 1em; /* same as p not within ul.compact etc. */
}
/* The tt and code background above interferes with for instance table cell
backgrounds. Changed to something a bit more selective. */
tt, code {
background-color: transparent;
}
p tt, p code, li tt, li code {
background-color: #f8f8f8;
}
/* Tweak the pre margin -- 0px doesn't come out well */
pre {
margin-top: 0.5px;
}
/* Tweak the compact list text */
ul.compact, .ulCompact,
ol.compact, .olCompact,
dl.compact, .dlCompact {
line-height: normal;
}
/* Don't add top margin for nested lists */
li > ul, li > ol, li > dl,
dd > ul, dd > ol, dd > dl,
dl > dd > dl {
margin-top: initial;
}
/* Elements that should not be rendered on the same line as a <dt> */
/* This should match the element list in writer.text.TextWriter.render_dl() */
dd > div.artwork:first-child,
dd > aside:first-child,
dd > figure:first-child,
dd > ol:first-child,
dd > div.sourcecode:first-child,
dd > table:first-child,
dd > ul:first-child {
clear: left;
}
/* fix for weird browser behaviour when <dd/> is empty */
dt+dd:empty::before{
content: "\00a0";
}
/* Make paragraph spacing inside <li> smaller than in body text, to fit better within the list */
li > p {
margin-bottom: 0.5em
}
/* Don't let p margin spill out from inside list items */
li > p:last-of-type:only-child {
margin-bottom: 0;
}
</style>
<link href="rfc-local.css"rel="stylesheet" type="text/css">
</head></head>
<body><body>
<scriptsrc="metadata.min.js"></script><scriptsrc="https://www.rfc-editor.org/js/metadata.min.js"></script>
<table><table>
<thead><tr><thead><tr>
<td>Internet-Draft</td><td>Internet-Draft</td>
<td>xml2rfc V3 Feature Tests</td><td>xml2rfc V3 Feature Tests</td>
<td>April 2017</td><td>April 2017</td>
</tr></thead></tr></thead>
<tfoot><tr><tfoot><tr>
<tdclass="left">Reschke &amp; Samos</td><tdclass="left">Reschke, et al.</td>
<td>Expires October17, 2017</td><td>Expires17 October 2017</td>
<td>[Page]</td><td>[Page]</td>
</tr></tfoot></tr></tfoot>
</table></table>
<div></div><div></div>
<div><div>
<dl><dl>
<dt>Workgroup:</dt><dt>Workgroup:</dt>
<dd>Network Working Group</dd><dd>Network Working Group</dd>
<dt>Internet-Draft:</dt><dt>Internet-Draft:</dt>
<dd>draft-v3-features</dd><dd>draft-v3-features</dd>
<dt>Published:</dt><dt>Published:</dt>
<dd><dd>
<time datetime="2017-04-15">April 15, 2017</time><time datetime="2017-04-15">15 April 2017</time>
</dd> </dd>
<dt>Intended Status:</dt><dt>Intended Status:</dt>
<dd>Experimental</dd><dd>Experimental</dd>
<dt>Expires:</dt><dt>Expires:</dt>
<dd><time datetime="2017-10-17">October 17, 2017</time></dd><dd><time datetime="2017-10-17">17 October 2017</time></dd>
<dt>Authors:</dt><dt>Authors:</dt>
<dd><dd>
<div><div>
<div>J. Reschke, <span>Ed.</span> <div>J. Reschke, <span>Ed.</span>
</div></div>
</div></div>
<div><div>
<div> <div>
<span>Π. Ὁ. Σάμιος</span> (<span>P. O. Samos</span>)</div><span>Πυθαγόρας ὁ Σάμιος</span> (<span>P. O. Samos</span>)</div>
<div><div>
<span>Εργαστήριο γεωμετρία</span> (<span>Geometry Labs</span>)</div><span>Εργαστήριο γεωμετρία</span> (<span>Geometry Labs</span>)</div>
</div></div>
<div>
<div>A. Bergström</div>
</div>
</dd></dd>
</dl></dl>
</div></div>
<h1>xml2rfc V3 Feature Tests</h1><h1>xml2rfc V3 Feature Tests</h1>
<section><section>
<h2><a href="#abstract">Abstract</a></h2> <h2><a href="#abstract">Abstract</a></h2>
<p><p>
This document tests features introduced in xml2rfc v3 vocabulary.<a href="#section-abstract-1">¶</a></p> This document tests features introduced in xml2rfc v3 vocabulary.<a href="#section-abstract-1">¶</a></p>
</section></section>
<section><section>
<h2> <h2>
<a href="#name-note-to-readers">Note to Readers</a><a href="#name-note-to-readers">Note to Readers</a>
</h2> </h2>
<p>This note is to be removed before publishing as an RFC.<a href="#section-note.1-1">¶</a></p><p>This note is to be removed before publishing as an RFC.<a href="#section-note.1-1">¶</a></p>
<p><p>
Something important about this document.<a href="#section-note.1-2">¶</a></p> Something important about this document.<a href="#section-note.1-2">¶</a></p>
</section></section>
<section>
<p>This note is to be removed before publishing as an RFC.<a href="#sect
ion-note.2-1">¶</a></p>
<p>
Something else important, this time with no &lt;name&gt;.<a href="#section-note.2-2"lineno">
pilcrow">¶</a></p>
</section>
<section>
<p>This note is to be removed before publishing as an RFC.<a href="#sect
ion-note.3-1">¶</a></p>
<p>The warning in this note should not be doubled.<a href="#section-note.3-2"
class="pilcrow">¶</a></p>
</section>
<section>
<h2>
<a href="#name-another-note">Another Note</a>
</h2>
<p>This note is to be removed before publishing as an RFC.<a href="#section-no
te.4-1">¶</a></p>
<p>The warning in this note should not be doubled either.<a href="#section-not
e.4-2">¶</a></p>
</section>
<section>
<h2>
<a href="#name-yet-another-note">Yet Another Note</a>
</h2>
<p>This note is to be removed before publishing as an RFC.<a href="#section-no
te.5-1">¶</a></p>
<p>The removeInRFC warning is only ever the first paragraph, so if a paragraph
like this:<a href="#section-note.5-2">¶</a></p>
<p>This note is to be removed before publishing as an RFC.<a href="#section-no
te.5-3">¶</a></p>
<p>appears but is not the first paragraph, the warning should be added again.<
a href="#section-note.5-4">¶</a></p>
</section>
<div><div>
<section><section>
<h2> <h2>
<a href="#name-status-of-this-memo">Status of This Memo</a><a href="#name-status-of-this-memo">Status of This Memo</a>
</h2> </h2>
<p><p>
This Internet-Draft is submitted in full conformance with the This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.<a href="#section-boilerplate.1-1">¶</a></p> provisions of BCP 78 and BCP 79.<a href="#section-boilerplate.1-1">¶</a></p>
<p><p>
Internet-Drafts are working documents of the Internet Engineering Task Internet-Drafts are working documents of the Internet Engineering Task
Force (IETF). Note that other groups may also distribute working Force (IETF). Note that other groups may also distribute working
documents as Internet-Drafts. The list of current Internet-Drafts is documents as Internet-Drafts. The list of current Internet-Drafts is
at <span><a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a></span>.<a href="#section-boilerplate.1-2">¶</a></p> at <span><a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a></span>.<a href="#section-boilerplate.1-2">¶</a></p>
<p><p>
Internet-Drafts are draft documents valid for a maximum of six months Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3">¶</a></p> material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3">¶</a></p>
<p><p>
This Internet-Draft will expire onOctober 17, 2017.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> This Internet-Draft will expire on17 October 2017.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
</section></section>
</div></div>
<div><div>
<section><section>
<h2> <h2>
<a href="#name-copyright-notice">Copyright Notice</a><a href="#name-copyright-notice">Copyright Notice</a>
</h2> </h2>
<p><p>
Copyright (c) 2017 IETF Trust and the persons identified as the Copyright (c) 2017 IETF Trust and the persons identified as the
document authors. All rights reserved.<a href="#section-boilerplate.2-1">¶</a></p> document authors. All rights reserved.<a href="#section-boilerplate.2-1">¶</a></p>
<p><p>
This document is subject to BCP 78 and the IETF Trust's Legal This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of (<span><a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a></span>) in effect on the date of
publication of this document. Please review these documents publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with carefully, as they describe your rights and restrictions with
respect to this document.<a href="#section-boilerplate.2-2">¶</a></p> respect to this document.<a href="#section-boilerplate.2-2">¶</a></p>
</section></section>
</div></div>
<div><div>
<section><section>
<a href="#">▲</a><h2> <a href="#">▲</a><h2>
<a href="#name-table-of-contents">Table of Contents</a><a href="#name-table-of-contents">Table of Contents</a>
</h2> </h2>
<nav><ulclass="toc ulEmpty"><nav><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><a href="#section-1"class="xref">1</a>.  <a href="#name-tex <p><a href="#section-1"class="auto internal xref">1</a>.  <a h
t-styles">Text Styles</a><a href="#section-toc.1-1.1.1">¶</a></p>ref="#name-text-styles">Text Styles</a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<pid="section-toc.1-1.1.2.1.1"><a href="#section-1.1"class="xref">1.1</a>.  <a hre <pid="section-toc.1-1.1.2.1.1"><a href="#section-1.1"class="a
f="#name-em-strong">em/strong</a><a href="#section-toc.1-1.1.2.1.1">¶</uto internal xref">1.1</a>.  <a href="#name-em-strong">em/strong</a></p>
a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<pid="section-toc.1-1.1.2.2.1"><a href="#section-1.2"class="xref">1.2</a>.  <a hre <pid="section-toc.1-1.1.2.2.1"><a href="#section-1.2"class="a
f="#name-tt">tt</a><a href="#section-toc.1-1.1.2.2.1">¶</a></p>uto internal xref">1.2</a>.  <a href="#name-tt">tt</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<pid="section-toc.1-1.1.2.3.1"><a href="#section-1.3"class="xref">1.3</a>.  <a hre <pid="section-toc.1-1.1.2.3.1"><a href="#section-1.3"class="a
f="#name-bcp14">bcp14</a><a href="#section-toc.1-1.1.2.3.1">¶</a></p>uto internal xref">1.3</a>.  <a href="#name-bcp14">bcp14</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-1.4"class="xref">1.4</a>.  <a hre <p><a href="#section-1.4"class="auto internal xref">1.
f="#name-sup-sub">sup/sub</a><a href="#section-toc.1-1.1.2.4.1">¶</a></4</a>.  <a href="#name-sup-sub">sup/sub</a></p>
p>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-2"class="xref">2</a>.  <a href="#name-sec <p><a href="#section-2"class="auto internal xref">2</a>.  <a h
tion-titles">Section Titles</a><a href="#section-toc.1-1.2.1">¶</a></p>ref="#name-section-titles">Section Titles</a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><a href="#section-2.1"class="xref">2.1</a>.  <a hre <p><a href="#section-2.1"class="auto internal xref">2.
f="#name-title-in-name-element-inclu">Title in<code>&lt;name&gt;</code> element,inclu1</a>.  <a href="#name-title-in-name-element-inclu">Title in<code>&lt;name&gt
ding markup</a><a href="#section-toc.1-1.2.2.1.1">¶</a></p>;</code> element,including markup</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-2.2"class="xref">2.2</a>.  <a hre <p><a href="#section-2.2"class="auto internal xref">2.
f="#name-title-with-xref">Title with <code>xref</code>: Section2.2</a><a href="#sectio2</a>.  <a href="#name-title-with-xref">Title with <code>xref</code>: Section
n-toc.1-1.2.2.2.1">¶</a></p>2.2</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-2.3"class="xref">2.3</a>.  <a hre <p><a href="#section-2.3"class="auto internal xref">2.
f="#name-title-with-id">Title withid</a><a href="#section-toc.1-1.2.2.3.1"rblock">3</a>.  <a href="#name-title-with-id">Title withid</a></p>
row">¶</a></p></li>
<li>
<p><a href="#section-2.4">2.
4</a>.  <a href="#name-test-comment">Test: Comment</a></p>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-3"class="xref">3</a>.  <a href="#name-ren <p><a href="#section-3"class="auto internal xref">3</a>.  <a h
aming-references">Renaming References</a><a href="#section-toc.1-1.3.1"ref="#name-renaming-references">Renaming References</a></p>
>¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4"class="xref">4</a>.  <a href="#name-lis <p><a href="#section-4"class="auto internal xref">4</a>.  <a h
ts">Lists</a><a href="#section-toc.1-1.4.1">¶</a></p>ref="#name-lists">Lists</a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4.1"class="xref">4.1</a>.  <a hre <p><a href="#section-4.1"class="auto internal xref">4.
f="#name-definition-lists">Definition Lists</a><a href="#section-toc.1-1.4.2.1.1" class1</a>.  <a href="#name-definition-lists">Definition Lists</a></p>
="pilcrow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4.2"class="xref">4.2</a>.  <a hre <p><a href="#section-4.2"class="auto internal xref">4.
f="#name-ordered-lists">Ordered Lists</a><a href="#section-toc.1-1.4.2.2.1"rblock">2</a>.  <a href="#name-ordered-lists">Ordered Lists</a></p>
row">¶</a></p><ulclass="compact toc ulBare ulEmpty">
<ulclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"> <p><a href="#section-4.2.1"class="auto interna
<p><a href="#section-4.2.1"class="xref">4.2.1<l xref">4.2.1</a>.  <a href="#name-styles"class="internal xref">Styles</a></p>
/a>.  <a href="#name-styles"class="xref">Styles</a><a href="#section-toc.1-1.4.2.2.2.1.1"rblock">
lcrow">¶</a></p>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4.3"class="xref">4.3</a>.  <a hre <p><a href="#section-4.3"class="auto internal xref">4.
f="#name-unordered-lists">Unordered Lists</a><a href="#section-toc.1-1.4.2.3.1"rblock">3</a>.  <a href="#name-unordered-lists">Unordered Lists</a></p>
pilcrow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4.4"class="xref">4.4</a>.  <a hre <p><a href="#section-4.4"class="auto internal xref">4.
f="#name-unordered-lists-multi-parag">Unordered Lists(multi-paragraph /nested)</a><a4</a>.  <a href="#name-unordered-lists-multi-parag">Unordered Lists(multi-par
href="#section-toc.1-1.4.2.4.1">¶</a></p>agraph /nested)</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4.5"class="xref">4.5</a>.  <a hre <p><a href="#section-4.5"class="auto internal xref">4.
f="#name-unordered-lists-emptytrue">Unordered Lists(empty=true)</a><a href="#section-t5</a>.  <a href="#name-unordered-lists-emptytrue">Unordered Lists(empty=true)
oc.1-1.4.2.5.1">¶</a></p></a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-4.6"class="xref">4.6</a>.  <a hre <p><a href="#section-4.6"class="auto internal xref">4.
f="#name-referring-to-list-items">Referring to listitems</a><a href="#section-toc.1-1.6</a>.  <a href="#name-referring-to-list-items">Referring to listitems</a></p
4.2.6.1">¶</a></p>>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-5"class="xref">5</a>.  <a href="#name-blo <p><a href="#section-5"class="auto internal xref">5</a>.  <a h
ckquote"><code>&lt;blockquote&gt;</code></a><a href="#section-toc.1-1.5.1"rblock">ref="#name-blockquote"><code>&lt;blockquote&gt;</code></a></p>
ow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-6"class="xref">6</a>.  <a href="#name-asi <p><a href="#section-6"class="auto internal xref">6</a>.  <a h
de"><code>&lt;aside&gt;</code></a><a href="#section-toc.1-1.6.1">¶</a><ref="#name-aside"><code>&lt;aside&gt;</code></a></p>
/p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-7"class="xref">7</a>.  <a href="#name-sou <p><a href="#section-7"class="auto internal xref">7</a>.  <a h
rcecode"><code>&lt;sourcecode&gt;</code></a><a href="#section-toc.1-1.7.1"rblock">ref="#name-sourcecode"><code>&lt;sourcecode&gt;</code></a></p>
ow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-8"class="xref">8</a>.  <a href="#name-svg <p><a href="#section-8"class="auto internal xref">8</a>.  <a h
"><code>SVG</code></a><a href="#section-toc.1-1.8.1">¶</a></p>ref="#name-svg"><code>SVG</code></a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><a href="#section-8.1"class="xref">8.1</a>.  <a hre <p><a href="#section-8.1"class="auto internal xref">8.
f="#name-inline-with-alt-attribute">inline (with @altattribute)</a><a href="#section-t1</a>.  <a href="#name-inline-with-alt-attribute">inline (with @altattribute)
oc.1-1.8.2.1.1">¶</a></p></a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-8.2"class="xref">8.2</a>.  <a hre <p><a href="#section-8.2"class="auto internal xref">8.
f="#name-inline-left">inline (left)</a><a href="#section-toc.1-1.8.2.2.1"rblock">2</a>.  <a href="#name-inline-left">inline (left)</a></p>
w">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-8.3"class="xref">8.3</a>.  <a hre <p><a href="#section-8.3"class="auto internal xref">8.
f="#name-inline-centered">inline (centered)</a><a href="#section-toc.1-1.8.2.3.1" class3</a>.  <a href="#name-inline-centered">inline (centered)</a></p>
="pilcrow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-8.4"class="xref">8.4</a>.  <a hre <p><a href="#section-8.4"class="auto internal xref">8.
f="#name-inline-right">inline (right)</a><a href="#section-toc.1-1.8.2.4.1"rblock">4</a>.  <a href="#name-inline-right">inline (right)</a></p>
row">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-8.5"class="xref">8.5</a>.  <a hre <p><a href="#section-8.5"class="auto internal xref">8.
f="#name-included-type-svg">included (typesvg)</a><a href="#section-toc.1-1.8.2.5.1" c5</a>.  <a href="#name-included-type-svg">included (typesvg)</a></p>
lass="pilcrow">¶</a></p>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-9"class="xref">9</a>.  <a href="#name-fig <p><a href="#section-9"class="auto internal xref">9</a>.  <a h
ure-name"><code>&lt;figure&gt;</code>/<code>&lt;name&gt;</code></a><a href="#section-toref="#name-figure-name"><code>&lt;figure&gt;</code>/<code>&lt;name&gt;</code><
c.1-1.9.1">¶</a></p>/a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10"class="xref">10</a>. <a href="#name-t <p><a href="#section-10"class="auto internal xref">10</a>. <a
ables">Tables</a><a href="#section-toc.1-1.10.1">¶</a></p> href="#name-tables">Tables</a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.1"class="xref">10.1</a>.  <a <p><a href="#section-10.1"class="auto internal xref">
href="#name-bare-table-unnamed-no-ancho"class="xref">Bare Table (unnamed, no anchor, withiref)</a>10.1</a>.  <a href="#name-bare-table-unnamed-no-ancho"class="internal xref">Bare Table (unnamed, no
<a href="#section-toc.1-1.10.2.1.1">¶</a></p> anchor, withiref)</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.2"class="xref">10.2</a>.  <a <p><a href="#section-10.2"class="auto internal xref">
href="#name-bare-table-unnamed-with-anc"class="xref">Bare Table (unnamed,with anchor, notreferenc10.2</a>.  <a href="#name-bare-table-unnamed-with-anc"class="internal xref">Bare Table (unnamed,wi
ed)</a><a href="#section-toc.1-1.10.2.2.1">¶</a></p>th anchor, notreferenced)</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.3"class="xref">10.3</a>.  <a <p><a href="#section-10.3"class="auto internal xref">
href="#name-bare-table-unnamed-with-anch"class="xref">Bare Table (unnamed,with anchor,referenced)10.3</a>.  <a href="#name-bare-table-unnamed-with-anch"class="internal xref">Bare Table (unnamed,w
</a><a href="#section-toc.1-1.10.2.3.1">¶</a></p>ith anchor,referenced)</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.4"class="xref">10.4</a>.  <a <p><a href="#section-10.4"class="auto internal xref">
href="#name-named-table"class="xref">Named Table</a><a href="#section-toc.1-1.10.2.4.1"rblock">10.4</a>.  <a href="#name-named-table"class="internal xref">Named Table</a></p>
row">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.5"class="xref">10.5</a>.  <a <p><a href="#section-10.5"class="auto internal xref">
href="#name-aligned-table-1"class="xref">Aligned Table1</a><a href="#section-toc.1-1.10.2.5.1" cla10.5</a>.  <a href="#name-aligned-table-1"class="internal xref">Aligned Table1</a></p>
ss="pilcrow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.6"class="xref">10.6</a>.  <a <p><a href="#section-10.6"class="auto internal xref">
href="#name-colspan-1"class="xref">Colspan 1</a><a href="#section-toc.1-1.10.2.6.1"10.6</a>.  <a href="#name-colspan-1"class="internal xref">Colspan 1</a></p>
>¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.7"class="xref">10.7</a>.  <a <p><a href="#section-10.7"class="auto internal xref">
href="#name-rowspan-1"class="xref">Rowspan 1</a><a href="#section-toc.1-1.10.2.7.1"10.7</a>.  <a href="#name-rowspan-1"class="internal xref">Rowspan 1</a></p>
>¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.8"class="xref">10.8</a>.  <a <p><a href="#section-10.8"class="auto internal xref">
href="#name-references"class="xref">References</a><a href="#section-toc.1-1.10.2.8.1"rblock">10.8</a>.  <a href="#name-references"class="internal xref">References</a></p>
w">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.9"class="xref">10.9</a>.  <a <p><a href="#section-10.9"class="auto internal xref">
href="#name-markup-in-table-cells"class="xref">Markup in TableCells</a><a href="#section-toc.1-1.110.9</a>.  <a href="#name-markup-in-table-cells"class="internal xref">Markup in TableCells</a></p>
0.2.9.1">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.10"class="xref">10.10</a>. < <p><a href="#section-10.10"class="auto internal xref
a href="#name-examples-from-existing-rfcs"class="xref">Examples fromexisting RFCs</a><a href="#sec">10.10</a>. <a href="#name-examples-from-existing-rfcs"class="internal xref">Examples fromexistin
tion-toc.1-1.10.2.10.1">¶</a></p>g RFCs</a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><a href="#section-10.10.1"class="xref">10 <p><a href="#section-10.10.1"class="auto int
.10.1</a>.  <a href="#name-rfc-7541"class="xref">RFC 7541</a><a href="#section-toc.1-1.10.2.10.2.1.ernal xref">10.10.1</a>.  <a href="#name-rfc-7541"class="internal xref">RFC 7541</a></p>
1">¶</a></p>
</li></li>
</ul> </ul>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-11"class="xref">11</a>. <a href="#name-s <p><a href="#section-11"class="auto internal xref">11</a>. <a
ection-references">Section References</a><a href="#section-toc.1-1.11.1"rblock"> href="#name-section-references">Section References</a></p>
">¶</a></p><ulclass="compact toc ulBare ulEmpty">
<ulclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"> <p><a href="#section-11.1"class="auto internal xref">
<p><a href="#section-11.1"class="xref">11.1</a>.  <a11.1</a>.  <a href="#name-by-section-number"class="internal xref">By SectionNumber</a></p>
href="#name-by-section-number"class="xref">By SectionNumber</a><a href="#section-toc.1-1.11.2.1.1"
>¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-11.2"class="xref">11.2</a>.  <a <p><a href="#section-11.2"class="auto internal xref">
href="#name-by-relative-uri"class="xref">By RelativeURI</a><a href="#section-toc.1-1.11.2.2.1" cla11.2</a>.  <a href="#name-by-relative-uri"class="internal xref">By RelativeURI</a></p>
ss="pilcrow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-11.3"class="xref">11.3</a>.  <a <p><a href="#section-11.3"class="auto internal xref">
href="#name-to-references"class="xref">To "References"</a><a href="#section-toc.1-1.11.2.3.1" class11.3</a>.  <a href="#name-to-references"class="internal xref">To "References"</a></p>
="pilcrow">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-11.4"class="xref">11.4</a>.  <a <p><a href="#section-11.4"class="auto internal xref">
href="#name-to-unnumbered-section"class="xref">To UnnumberedSection</a><a href="#section-toc.1-1.111.4</a>.  <a href="#name-to-unnumbered-section"class="internal xref">To UnnumberedSection</a></p>
1.2.4.1">¶</a></p>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><a href="#section-12"class="xref">12</a>. <a href="#name-s <p><a href="#section-12"class="auto internal xref">12</a>. <a
ome-references">Some References</a><a href="#section-toc.1-1.12.1">¶</a href="#name-some-references">Some References</a></p>
></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><ahref="#section-appendix.a">Appendix A</a>.  <p><ahref="#appendix-A">Appendix A
 <a href="#name-change-log"class="xref">Change Log</a><a href="#section-toc.1-1.13.1"rblock"></a>.  <a href="#name-change-log"class="internal xref">Change Log</a></p>
w">¶</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><ahref="#section-appendix.b">Appendix B</a>.  <p><ahref="#appendix-B">Appendix B
 <a href="#name-another-change-log-only-con"class="xref">Another Change Log onlycontaining Subsect</a>.  <a href="#name-another-change-log-only-con"class="internal xref">Another Change Log onlycon
ions</a><a href="#section-toc.1-1.14.1">¶</a></p>taining Subsections</a></p>
<ulclass="toc ulEmpty"><ulclass="compact toc ulBare ulEmpty">
<liclass="toc ulEmpty"><liclass="compact toc ulBare ulEmpty">
<p><ahref="#section-b.1">B.1</a>.  <a hr <p><ahref="#appendix-B.1">
ef="#name-test">Test</a><a href="#section-toc.1-1.14.2.1.1">¶</a></p>B.1</a>.  <a href="#name-test">Test</a></p>
</li></li>
</ul> </ul>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><ahref="#section-appendix.c"></a><a href="#na <p><ahref="#appendix-C">Appendix C
me-contributors">Contributors</a><a href="#section-toc.1-1.15.1">¶</a><</a>.  <a href="#name-test-removeinrfc-duplicatio">Test removeInRFC duplicatio
/p>n</a></p>
</li></li>
<liclass="toc ulEmpty"> <liclass="compact toc ulBare ulEmpty">
<p><ahref="#section-appendix.e"></a><a href="#na <p><ahref="#appendix-D">Appendix D
me-authors-addresses">Authors' Addresses</a><a href="#section-toc.1-1.16.1"rblock"></a>.  <a href="#name-test-removeinrfc-duplication">Test removeInRFC duplicati
row">¶</a></p>on again</a></p>
</li>
<li>
<p><a href="#appendix-E">Appendix E
</a>.  <a href="#name-test-removeinrfc-without-na">Test removeInRFC without na
me</a></p>
<ul>
<li>
<p><a href="#appendix-E.1">
E.1</a>.  <a href="#name-section-as-first-child">section as first child</a></p
>
</li>
</ul>
</li>
<li>
<p><a href="#appendix-F"></a><a hre
f="#name-contributors">Contributors</a></p>
</li>
<li>
<p><a href="#appendix-G"></a><a hre
f="#name-index">Index</a></p>
</li>
<li>
<p><a href="#appendix-H"></a><a hre
f="#name-authors-addresses">Authors' Addresses</a></p>
</li></li>
</ul> </ul>
</nav></nav>
</section></section>
</div></div>
<section><section>
<h2> <h2>
<a href="#section-1">1. </a><a href="#name-text-styles">Text Styles</a><a href="#section-1">1. </a><a href="#name-text-styles">Text Styles</a>
</h2> </h2>
<spanclass="iref"></span><section><spanclass="iref"></span>
<section>
<h3> <h3>
<a href="#section-1.1">1.1. </a><a href="#name-em-strong">em/strong</a><a href="#section-1.1">1.1. </a><a href="#name-em-strong">em/strong</a>
</h3> </h3>
<p><p>
This is <em>emphasized</em>. This is <strong>strong</strong>. This is <em>emphasized</em>. This is <strong>strong</strong>.
This is <em><strong>both</strong></em>. This is <em><strong>both</strong></em>.
So is <strong><em>this</em></strong>.<a href="#section-1.1-1">¶</a></p> So is <strong><em>this</em></strong>.<a href="#section-1.1-1">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-1.2">1.2. </a><a href="#name-tt">tt</a><a href="#section-1.2">1.2. </a><a href="#name-tt">tt</a>
</h3> </h3>
<p><p>
This is <code>monospaced</code>. Standard 78: <span>[<a href="#STD78"delete">xref">STD78</a>]</span>.<a href="#section-1.2-1">¶</a></p> This is <code>monospaced</code>. Standard 78: <span>[<a href="#STD78"insert">cite xref">STD78</a>]</span>.<a href="#section-1.2-1">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-1.3">1.3. </a><a href="#name-bcp14">bcp14</a><a href="#section-1.3">1.3. </a><a href="#name-bcp14">bcp14</a>
</h3> </h3>
<p><p>
This is a BCP14 <span>MUST</span>.<a href="#section-1.3-1">¶</a></p> This is a BCP14 <span>MUST</span>.<a href="#section-1.3-1">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-1.4">1.4. </a><a href="#name-sup-sub">sup/sub</a><a href="#section-1.4">1.4. </a><a href="#name-sup-sub">sup/sub</a>
</h3> </h3>
<p><p>
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is s<sub>ubscript</sub>. This is s<sub>ubscript</sub>.
This is s<sup>uperscript</sup>. This is s<sup>uperscript</sup>.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text. This is regular text.
This is regular text.<a href="#section-1.4-1">¶</a></p> This is regular text.<a href="#section-1.4-1">¶</a></p>
</section></section>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-2">2. </a><a href="#name-section-titles">Section Titles</a><a href="#section-2">2. </a><a href="#name-section-titles">Section Titles</a>
</h2> </h2>
<spanclass="iref"></span><div><spanclass="iref"></span>
<div>
<section><section>
<h3> <h3>
<a href="#section-2.1">2.1. </a><a href="#name-title-in-name-element-inclu">Title in <code>&lt;name&gt;</code> element, including markup</a><a href="#section-2.1">2.1. </a><a href="#name-title-in-name-element-inclu">Title in <code>&lt;name&gt;</code> element, including markup</a>
</h3> </h3>
<p><p>
Test.<a href="#section-2.1-1">¶</a></p> Test.<a href="#section-2.1-1">¶</a></p>
<p><p>
The title of this section is "<a href="#titlenameelement"delete">xref">Title in &lt;name&gt; element, including markup</a>".<a href="#section-2.1-2">¶</a></p> The title of this section is "<a href="#titlenameelement"insert">internal xref">Title in &lt;name&gt; element, including markup</a>".<a href="#section-2.1-2">¶</a></p>
</section></section>
</div></div>
<div><div>
<section><section>
<h3> <h3>
<a href="#section-2.2">2.2. </a><a href="#name-title-with-xref" class="section-name selfRef">Title with <code>xref</code>: <emdelete">xref">Section 2.2</em></a><a href="#section-2.2">2.2. </a><a href="#name-title-with-xref" class="section-name selfRef">Title with <code>xref</code>: <eminsert">cite xref">[Section 2.2]</em></a>
</h3> </h3>
<p><p>
Test.<a href="#section-2.2-1">¶</a></p> Test.<a href="#section-2.2-1">¶</a></p>
</section></section>
</div></div>
<div><div>
<section><section>
<h3> <h3>
<a href="#section-2.3">2.3. </a><a href="#name-title-with-id">Title with <span>id</span></a><a href="#section-2.3">2.3. </a><a href="#name-title-with-id">Title with <span>id</span></a>
</h3> </h3>
<p><p>
Test: a <span><a href="#titleidid"class="xref">reference to the comment</a> (<ahref="#ti Test: a <span><a href="#titleidid"class="internal xref">reference to the comment</a> (<a
tleidid">Section 2.3</a>)</span>.<a href="#section-2.3-1">¶</a></p>href="#titleidid">Comment titleidid</a>)</span>.<a href="#section-2.3-1"
class="pilcrow">¶</a></p>
</section>
</div>
<div>
<section>
<h3>
<a href="#section-2.4">2.4. </a><a href="#name-test-comment"lineno">
ection-name selfRef">Test: Comment</a>
</h3>
<p>
<span>cref</span>
Text after comment<a href="#section-2.4-1">¶</a></p>
<p>More text after comment<a href="#section-2.4-2">¶</a></p>
</section></section>
</div></div>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-3">3. </a><a href="#name-renaming-references" class="section-name selfRef">Renaming References</a><a href="#section-3">3. </a><a href="#name-renaming-references" class="section-name selfRef">Renaming References</a>
</h2> </h2>
<spanclass="iref"></span><p><spanclass="iref"></span>
Test: <span>[<a href="#REFTEST"class="xref">0REFTEST</a>]</span>.<a href="#section-3-1" cla <p>
ss="pilcrow">¶</a></p> Test: <span>[<a href="#REFTEST"class="cite xref">0REFTEST</a>]</span>.<a href="#section-3-1
">¶</a></p>
</section></section>
<div><div>
<section><section>
<h2> <h2>
<a href="#section-4">4. </a><a href="#name-lists">Lists</a><a href="#section-4">4. </a><a href="#name-lists">Lists</a>
</h2> </h2>
<section><section>
<h3> <h3>
<a href="#section-4.1">4.1. </a><a href="#name-definition-lists" class="section-name selfRef">Definition Lists</a><a href="#section-4.1">4.1. </a><a href="#name-definition-lists" class="section-name selfRef">Definition Lists</a>
</h3> </h3>
<p>newline=default/spacing=default<a href="#section-4.1-1">¶</a></p><p>newline=default/spacing=default<a href="#section-4.1-1">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<ddid="section-4.1-2.2">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-2.2">¶</a> <ddstyle="margin-left: 1.5em">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-2.2">¶</a>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<ddid="section-4.1-2.4">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-2.4">¶</a> <ddstyle="margin-left: 1.5em">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-2.4">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>newline=true/spacing=default<a href="#section-4.1-3">¶</a></p><p>newline=true/spacing=default<a href="#section-4.1-3">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<ddid="section-4.1-4.2">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-4.2">¶</a> <ddstyle="margin-left: 1.5em">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-4.2">¶</a>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<ddid="section-4.1-4.4">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-4.4">¶</a> <ddstyle="margin-left: 1.5em">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-4.4">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>newline=false/spacing=default<a href="#section-4.1-5">¶</a></p><p>newline=false/spacing=default<a href="#section-4.1-5">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<ddid="section-4.1-6.2">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-6.2">¶</a> <ddstyle="margin-left: 1.5em">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-6.2">¶</a>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<ddid="section-4.1-6.4">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-6.4">¶</a> <ddstyle="margin-left: 1.5em">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-6.4">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>newline=default/spacing=compact<a href="#section-4.1-7">¶</a></p><p>newline=default/spacing=compact<a href="#section-4.1-7">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<ddid="section-4.1-8.2">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-8.2">¶</a> <ddstyle="margin-left: 1.5em">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-8.2">¶</a>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<ddid="section-4.1-8.4">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-8.4">¶</a> <ddstyle="margin-left: 1.5em">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-8.4">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>newline=false/spacing=compact<a href="#section-4.1-9">¶</a></p><p>newline=false/spacing=compact<a href="#section-4.1-9">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<ddid="section-4.1-10.2">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-10.2">¶</a> <ddstyle="margin-left: 1.5em">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-10.2">¶</a>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<ddid="section-4.1-10.4">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-10.4">¶</a> <ddstyle="margin-left: 1.5em">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-10.4">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>newline=true/spacing=compact<a href="#section-4.1-11">¶</a></p><p>newline=true/spacing=compact<a href="#section-4.1-11">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<ddid="section-4.1-12.2">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-12.2">¶</a> <ddstyle="margin-left: 1.5em">Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-12.2">¶</a>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<ddid="section-4.1-12.4">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-12.4">¶</a> <ddstyle="margin-left: 1.5em">Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-12.4">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>markup<a href="#section-4.1-13">¶</a></p><p>markup<a href="#section-4.1-13">¶</a></p>
<dl><span></span><dl>
<dtid="section-4.1-14.1"><em>Term1</em></dt> <dtid="section-4.1-14.1">
<dd>Description1. <code>Description1</code>.Description1. <strong>D<div><em>Term1</em></div>
escription1</strong>.<a href="#section-4.1-14.2">¶</a> </dt>
<ddstyle="margin-left: 1.5em">Description1. <code>Description1</code>.Descri
ption1. <strong>Description1</strong>.<a href="#section-4.1-14.2">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>multi-paragraph<a href="#section-4.1-15">¶</a></p><p>multi-paragraph<a href="#section-4.1-15">¶</a></p>
<dl><span></span><dl>
<dt><em>Term1</em></dt> <dt><em>Term1</em></dt>
<dd> <ddstyle="margin-left: 1.5em"id="section-4.1-16.2">
<p>Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-16.2.1">¶</a></p> <p>Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-16.2.1">¶</a></p>
<p>Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-16.2.2">¶</a></p><p>Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2. Description2.<a href="#section-4.1-16.2.2">¶</a></p>
</dd></dd>
<dd></dd>
</dl></dl>
<p>nested list<a href="#section-4.1-17">¶</a></p><p>nested list<a href="#section-4.1-17">¶</a></p>
<dl><span></span><dl>
<dt>Term1</dt> <dt>Term1</dt>
<dd> <ddstyle="margin-left: 1.5em"id="section-4.1-18.2">
<p>Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-18.2.1">¶</a></p> <p>Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1. Description1.<a href="#section-4.1-18.2.1">¶</a></p>
<dl><span></span><dl>
<dt>Term1b</dt> <dt>Term1b</dt>
<ddid="section-4.1-18.2.2.2">Description 1b.<a href="#section-4.1-18.2.2.2">¶</a> <ddstyle="margin-left: 1.5em">Description 1b.<a href="#section-4.1-18.2.2.2">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
</dd></dd>
<dd></dd>
<dt>Term2</dt><dt>Term2</dt>
<dd> <ddstyle="margin-left: 1.5em">
<dl><span></span><dl>
<dt>Term2b</dt> <dt>Term2b</dt>
<ddid="section-4.1-18.4.1.2">Description 2b.<a href="#section-4.1-18.4.1.2">¶</a> <ddstyle="margin-left: 1.5em">Description 2b.<a href="#section-4.1-18.4.1.2">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
</dd></dd>
<dd></dd>
</dl></dl>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-4.2">4.2. </a><a href="#name-ordered-lists">Ordered Lists</a><a href="#section-4.2">4.2. </a><a href="#name-ordered-lists">Ordered Lists</a>
</h3> </h3>
<ol start="1" type="1"class="normal"><ol start="1" type="1"class="normal type-1">
<liid="section-4.2-1.1">One<a href="#section-4.2-1.1">¶</a> <liid="section-4.2-1.1">
</li><div>One<a href="#ol1">¶</a>
<li>Two <strong>2</strong><a href="#section-4.2-1.2"class="pilcrow"></div>
¶</a> </li>
<li>Two <strong>2</strong><a href="#section-4.2-1.2"class="pilcrow">¶</a>
</li></li>
<li>Three <em>3</em><a href="#section-4.2-1.3">¶</a> <li>Three <em>3</em><a href="#section-4.2-1.3">¶</a>
</li></li>
</ol> </ol>
<p><p>
List item <a href="#ol1"class="xref">1.</a> is "One".<ahref="#section-4.2-2"rblock"> List item <a href="#ol1"class="auto internal xref">1</a> is "One".<ahref="#section-4.2-2
row">¶</a></p>">¶</a></p>
<ol start="4" type="1"class="normal"><ol start="4" type="1"class="normal type-1">
<li> <li>
<div>
<p>The quick brown fox jumps over the lazy dog.<a href="#section-4.2-3.1.1">¶</a></p> <p>The quick brown fox jumps over the lazy dog.<a href="#section-4.2-3.1.1">¶</a></p>
<p><em>The quick brown fox jumps over the lazy dog.</em><a href="#section-4.2-3.1.2">¶</a></p><p><em>The quick brown fox jumps over the lazy dog.</em><a href="#section-4.2-3.1.2">¶</a></p>
</li></div>
</ol> </li>
</ol>
<p><p>
List item <a href="#ol4"delete">xref">4.</a> is the list above.<a href="#section-4.2-4" class="pilcrow">¶</a></p> List item <a href="#ol4"insert">auto internal xref">4</a> is the list above.<a href="#section-4.2-4" class="pilcrow">¶</a></p>
<div><div>
<ol start="1" type="1"><ol start="1" type="1"insert"> type-1">
<li>list 1 / item 1<a href="#section-4.2-5.1">¶</a> <li>list 1 / item 1<a href="#section-4.2-5.1">¶</a>
</li></li>
<li>list 1 / item 2<a href="#section-4.2-5.2">¶</a> <li>list 1 / item 2<a href="#section-4.2-5.2">¶</a>
</li></li>
</ol> </ol>
</div></div>
<p>The items below should continue ordering from above.<a href="#section-4.2-6" class="pilcrow">¶</a></p><p>The items below should continue ordering from above.<a href="#section-4.2-6" class="pilcrow">¶</a></p>
<div><div>
<ol start="3" type="1"><ol start="3" type="1"insert"> type-1">
<li>list 1 / item 3<a href="#section-4.2-7.1">¶</a> <li>list 1 / item 3<a href="#section-4.2-7.1">¶</a>
</li></li>
<li>list 1 / item 4<a href="#section-4.2-7.2">¶</a> <li>list 1 / item 4<a href="#section-4.2-7.2">¶</a>
</li></li>
</ol> </ol>
</div></div>
<p>The items below should be numbered starting with 17.<a href="#section-4.2-8" class="pilcrow">¶</a></p><p>The items below should be numbered starting with 17.<a href="#section-4.2-8" class="pilcrow">¶</a></p>
<div><div>
<ol start="17" type="1"><ol start="17" type="1"insert"> type-1">
<li>list 1 / item 17<a href="#section-4.2-9.1">¶</a> <li>list 1 / item 17<a href="#section-4.2-9.1">¶</a>
</li></li>
<li>list 1 / item 18<a href="#section-4.2-9.2">¶</a> <li>list 1 / item 18<a href="#section-4.2-9.2">¶</a>
</li></li>
</ol> </ol>
</div></div>
<p>The items below should be numbered starting with 19.<a href="#section-4.2-10">¶</a></p><p>The items below should be numbered starting with 19.<a href="#section-4.2-10">¶</a></p>
<div><div>
<ol start="19" type="1"><ol start="19" type="1"insert"> type-1">
<li>list 1 / item 19<a href="#section-4.2-11.1">¶</a> <li>list 1 / item 19<a href="#section-4.2-11.1">¶</a>
</li></li>
<li>list 1 / item 20<a href="#section-4.2-11.2">¶</a> <li>list 1 / item 20<a href="#section-4.2-11.2">¶</a>
</li></li>
</ol> </ol>
</div></div>
<section><section>
<h4> <h4>
<a href="#section-4.2.1">4.2.1. </a><a href="#name-styles">Styles</a><a href="#section-4.2.1">4.2.1. </a><a href="#name-styles">Styles</a>
</h4> </h4>
<p>1<a href="#section-4.2.1-1">¶</a></p><p>1<a href="#section-4.2.1-1">¶</a></p>
<ol start="1" type="1"><ol start="1" type="1"insert"> type-1">
<li>1<a href="#section-4.2.1-2.1">¶</a> <li>1<a href="#section-4.2.1-2.1">¶</a>
</li></li>
<li>2<a href="#section-4.2.1-2.2">¶</a> <li>2<a href="#section-4.2.1-2.2">¶</a>
</li></li>
<liid="section-4.2.1-2.3">3 (check: <a href="#olstyle1item3"class="xref">3.</a>)<a hre <liid="section-4.2.1-2.3">
f="#section-4.2.1-2.3">¶</a><div>3 (check: <a href="#olstyle1item3"class="auto internal xref">3</a>)<a href=
</li>"#olstyle1item3">¶</a>
</ol></div>
</li>
</ol>
<p>a<a href="#section-4.2.1-3">¶</a></p><p>a<a href="#section-4.2.1-3">¶</a></p>
<ol start="1" type="a"><ol start="1" type="a"insert"> type-a">
<li>a<a href="#section-4.2.1-4.1">¶</a> <li>a<a href="#section-4.2.1-4.1">¶</a>
</li></li>
<li>b<a href="#section-4.2.1-4.2">¶</a> <li>b<a href="#section-4.2.1-4.2">¶</a>
</li></li>
<liid="section-4.2.1-4.3">c (check: <a href="#olstyleaitem3"class="xref">c.</a>)<a hre <liid="section-4.2.1-4.3">
f="#section-4.2.1-4.3">¶</a><div>c (check: <a href="#olstyleaitem3"class="auto internal xref">c</a>)<a href=
</li>"#olstyleaitem3">¶</a>
</ol></div>
</li>
</ol>
<p>A<a href="#section-4.2.1-5">¶</a></p><p>A<a href="#section-4.2.1-5">¶</a></p>
<ol start="1" type="A"><ol start="1" type="A"insert"> type-A">
<li>A<a href="#section-4.2.1-6.1">¶</a> <li>A<a href="#section-4.2.1-6.1">¶</a>
</li></li>
<li>B<a href="#section-4.2.1-6.2">¶</a> <li>B<a href="#section-4.2.1-6.2">¶</a>
</li></li>
<liid="section-4.2.1-6.3">C (check: <a href="#olstyleAitem3"class="xref">C.</a>)<a hre <liid="section-4.2.1-6.3">
f="#section-4.2.1-6.3">¶</a><div>C (check: <a href="#olstyleAitem3"class="auto internal xref">C</a>)<a href=
</li>"#olstyleAitem3">¶</a>
</ol></div>
</li>
</ol>
<p>i<a href="#section-4.2.1-7">¶</a></p><p>i<a href="#section-4.2.1-7">¶</a></p>
<ol start="1" type="i"><ol start="1" type="i"insert"> type-i">
<li>i<a href="#section-4.2.1-8.1">¶</a> <li>i<a href="#section-4.2.1-8.1">¶</a>
</li></li>
<li>ii<a href="#section-4.2.1-8.2">¶</a> <li>ii<a href="#section-4.2.1-8.2">¶</a>
</li></li>
<liid="section-4.2.1-8.3">iii (check: <a href="#olstyleiitem3"class="xref">iii.</a>)<a <liid="section-4.2.1-8.3">
href="#section-4.2.1-8.3">¶</a><div>iii (check: <a href="#olstyleiitem3"class="auto internal xref">iii</a>)<a h
</li>ref="#olstyleiitem3">¶</a>
</ol></div>
</li>
</ol>
<p>I<a href="#section-4.2.1-9">¶</a></p><p>I<a href="#section-4.2.1-9">¶</a></p>
<ol start="1" type="I"><ol start="1" type="I"insert"> type-I">
<li>I<a href="#section-4.2.1-10.1">¶</a> <li>I<a href="#section-4.2.1-10.1">¶</a>
</li></li>
<li>II<a href="#section-4.2.1-10.2">¶</a> <li>II<a href="#section-4.2.1-10.2">¶</a>
</li></li>
<liid="section-4.2.1-10.3">III (check: <a href="#olstyleIitem3"class="xref">III.</a>)< <liid="section-4.2.1-10.3">
a href="#section-4.2.1-10.3">¶</a><div>III (check: <a href="#olstyleIitem3"class="auto internal xref">III</a>)<a h
</li>ref="#olstyleIitem3">¶</a>
</ol></div>
</li>
</ol>
<p>REC%d<a href="#section-4.2.1-11">¶</a></p><p>REC%d<a href="#section-4.2.1-11">¶</a></p>
<dl><span></span><dl>
<dt>REC1</dt> <dt>REC1</dt>
<dd>REC1<a href="#section-4.2.1-12.1">¶</a><dd>REC1<a href="#section-4.2.1-12.1">¶</a>
</dd></dd>
<dd></dd>
<dt>REC2</dt><dt>REC2</dt>
<dd>REC2<a href="#section-4.2.1-12.2">¶</a><dd>REC2<a href="#section-4.2.1-12.2">¶</a>
</dd></dd>
<dd></dd>
<dt>REC3</dt><dt>REC3</dt>
<div><ddid="section-4.2.1-12.3">
<ddid="section-4.2.1-12.3">REC3 (check: <a href="#olstyleRECditem3"class="xref">REC3</a>)<a href="<div>REC3 (check: <a href="#olstyleRECditem3"class="auto internal xref">REC3<
#section-4.2.1-12.3">¶</a>/a>)<a href="#olstyleRECditem3">¶</a>
</dd>
</div></div>
</dd>
<dd></dd>
</dl></dl>
<p>REC%c with start=5<a href="#section-4.2.1-13">¶</a></p><p>REC%c with start=5<a href="#section-4.2.1-13">¶</a></p>
<dl><span></span><dl>
<dt>RECe</dt> <dt>RECe</dt>
<dd>e<a href="#section-4.2.1-14.1">¶</a><dd>e<a href="#section-4.2.1-14.1">¶</a>
</dd></dd>
<dd></dd>
<dt>RECf</dt><dt>RECf</dt>
<dd>f<a href="#section-4.2.1-14.2">¶</a><dd>f<a href="#section-4.2.1-14.2">¶</a>
</dd></dd>
<dd></dd>
<dt>RECg</dt><dt>RECg</dt>
<div><ddid="section-4.2.1-14.3">
<ddid="section-4.2.1-14.3">g (check: <a href="#olstyleRECc5item3"class="xref">RECg</a>)<a href="#s<div>g (check: <a href="#olstyleRECc5item3"class="auto internal xref">RECg</
ection-4.2.1-14.3">¶</a>a>)<a href="#olstyleRECc5item3">¶</a>
</dd>
</div></div>
</dd>
<dd></dd>
</dl></dl>
<p>REC%i grouped<a href="#section-4.2.1-15">¶</a></p><p>REC%i grouped<a href="#section-4.2.1-15">¶</a></p>
<dl><span></span><dl>
<dt>RECi</dt> <dt>RECi</dt>
<dd>i<a href="#section-4.2.1-16.1">¶</a><dd>i<a href="#section-4.2.1-16.1">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
<p>REC%i grouped, continued<a href="#section-4.2.1-17">¶</a></p><p>REC%i grouped, continued<a href="#section-4.2.1-17">¶</a></p>
<dl><span></span><dl>
<dt>RECii</dt> <dt>RECii</dt>
<div><ddid="section-4.2.1-18.1">
<ddid="section-4.2.1-18.1">ii (check: <a href="#olstyleRECi2item3"class="xref">RECii</a>)<a href="<div>ii (check: <a href="#olstyleRECi2item3"class="auto internal xref">RECii
#section-4.2.1-18.1">¶</a></a>)<a href="#olstyleRECi2item3">¶</a>
</dd>
</div></div>
</dd>
<dd></dd>
</dl></dl>
</section></section>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-4.3">4.3. </a><a href="#name-unordered-lists" class="section-name selfRef">Unordered Lists</a><a href="#section-4.3">4.3. </a><a href="#name-unordered-lists" class="section-name selfRef">Unordered Lists</a>
</h3> </h3>
<ul><ul>
<li>One<a href="#section-4.3-1.1">¶</a><liclass="normal">One<a href="#section-4.3-1.1">¶</a>
</li></li>
<liid="section-4.3-1.2">Two <strong>2</strong><a href="#section-4.3-1.2">¶</a> <liclass="normal">Two <strong>2</strong><a href="#section-4.3-1.2" class="pilcrow">¶</a>
</li></li>
<liid="section-4.3-1.3">Three <em>3</em><a href="#section-4.3-1.3">¶</a> <liclass="normal">Three <em>3</em><a href="#section-4.3-1.3">¶</a>
</li></li>
</ul> </ul>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-4.4">4.4. </a><a href="#name-unordered-lists-multi-parag">Unordered Lists (multi-paragraph / nested)</a><a href="#section-4.4">4.4. </a><a href="#name-unordered-lists-multi-parag">Unordered Lists (multi-paragraph / nested)</a>
</h3> </h3>
<ul><ul>
<li><liclass="normal">
<pid="section-4.4-1.1.1">The quick brown fox jumps over the lazydog.<a href="#section- <pid="section-4.4-1.1.1">The quick brown fox jumps over the lazyd
4.4-1.1.1">¶</a></p>og.<a href="#section-4.4-1.1.1">¶</a></p>
<pid="section-4.4-1.1.2"><em>The quick brown fox jumps over the lazy dog.</em><ahref="#section-4.4<pid="section-4.4-1.1.2">
-1.1.2">¶</a></p> <em>The quick brown fox jumps over the lazy dog.</em><ahref="#section-4.4-1.1.2"lineno">
crow">¶</a></p>
</li></li>
<li> <liclass="normal"id="section-4.4-1.2">
<p>Two <strong>2</strong><a href="#section-4.4-1.2.1">¶</a></p> <p>Two <strong>2</strong><a href="#section-4.4-1.2.1">¶</a></p>
</li></li>
<li> <liclass="normal"id="section-4.4-1.3">
<p>Three <em>3</em><a href="#section-4.4-1.3.1">¶</a></p> <p>Three <em>3</em><a href="#section-4.4-1.3.1">¶</a></p>
</li></li>
<li> <liclass="normal"id="section-4.4-1.4">
<p>sub list<a href="#section-4.4-1.4.1">¶</a></p> <p>sub list<a href="#section-4.4-1.4.1">¶</a></p>
<ul><ul>
<li>A<a href="#section-4.4-1.4.2.1">¶</a><liclass="normal">A<a href="#section-4.4-1.4.2.1">¶</a>
</li></li>
<liid="section-4.4-1.4.2.2">B<a href="#section-4.4-1.4.2.2">¶</a> <liclass="normal">B<a href="#section-4.4-1.4.2.2">¶</a>
</li></li>
<liid="section-4.4-1.4.2.3">C<a href="#section-4.4-1.4.2.3">¶</a> <liclass="normal">C<a href="#section-4.4-1.4.2.3">¶</a>
</li></li>
</ul> </ul>
</li></li>
</ul> </ul>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-4.5">4.5. </a><a href="#name-unordered-lists-emptytrue">Unordered Lists (empty=true)</a><a href="#section-4.5">4.5. </a><a href="#name-unordered-lists-emptytrue">Unordered Lists (empty=true)</a>
</h3> </h3>
<ulclass="ulEmpty"><ulclass="normal ulEmpty">
<liclass="ulEmpty">A<a href="#section-4.5-1.1">¶</a><liclass="normal ulEmpty">A<a href="#section-4.5-1.1">¶</a>
</li></li>
<lidelete">ulEmpty">B<a href="#section-4.5-1.2">¶</a> <liinsert">normal ulEmpty">B<a href="#section-4.5-1.2">¶</a>
</li></li>
<lidelete">ulEmpty">C<a href="#section-4.5-1.3">¶</a> <liinsert">normal ulEmpty">C<a href="#section-4.5-1.3">¶</a>
</li></li>
</ul> </ul>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-4.6">4.6. </a><a href="#name-referring-to-list-items">Referring to list items</a><a href="#section-4.6">4.6. </a><a href="#name-referring-to-list-items">Referring to list items</a>
</h3> </h3>
<p>(default) see <a href="#listitem"class="xref">Section 4.1</a>.<a href="#secti<p>(default) see <a href="#listitem"class="auto internal xref">Section 4.1</a>.<
on-4.6-1">¶</a></p>a href="#section-4.6-1">¶</a></p>
<p>(counter) see <a href="#listitem"class="xref">Section 4.1</a>.<a href="#secti<p>(counter) see <a href="#listitem"class="auto internal xref">Section 4.1</a>.<
on-4.6-2">¶</a></p>a href="#section-4.6-2">¶</a></p>
<p>(title) see <a href="#listitem"class="xref">listitem</a>.<a href="#section-4.<p>(title) see <a href="#listitem"class="internal xref">listitem</a>.<a href="#s
6-3">¶</a></p>ection-4.6-3">¶</a></p>
<p>(default, TEXTCONTENT) see <span><a href="#listitem"class="xref">TEXTCONTENT<<p>(default, TEXTCONTENT) see <span><a href="#listitem"class="internal xref">TEX
/a> (<a href="#listitem"class="xref">Section 4.1</a>)</span>.<ahref="#section-4.6-4"rblock">TCONTENT</a> (<a href="#listitem"class="auto internal xref">Section 4.1</a>)</span>.<ahref="#secti
w">¶</a></p>on-4.6-4">¶</a></p>
<p>(counter, TEXTCONTENT) see <span><a href="#listitem"class="xref">TEXTCONTENT<<p>(counter, TEXTCONTENT) see <span><a href="#listitem"class="internal xref">TEX
/a> (<a href="#listitem"class="xref">4.1</a>)</span>.<a href="#section-4.6-5">¶</a>TCONTENT</a> (<a href="#listitem"class="auto internal xref">4.1</a>)</span>.<a href="#section-4.6-5
</p>">¶</a></p>
<p>(title, TEXTCONTENT) see <span><a href="#listitem"class="xref">TEXTCONTENT</a<p>(title, TEXTCONTENT) see <span><a href="#listitem"class="internal xref">TEXTC
> (<a href="#listitem"class="xref">listitem</a>)</span>.<a href="#section-4.6-6"class="pilcrow">¶<ONTENT</a> (<a href="#listitem"class="internal xref">listitem</a>)</span>.<a href="#section-4.6-6"
/a></p>class="pilcrow">¶</a></p>
<p>(none, TEXTCONTENT) see <a href="#listitem">TEXTCONTENT<
/a>.<a href="#section-4.6-7">¶</a></p>
</section></section>
</section></section>
</div></div>
<section><section>
<h2> <h2>
<a href="#section-5">5. </a><a href="#name-blockquote"><code>&lt;blockquote&gt;</code></a><a href="#section-5">5. </a><a href="#name-blockquote"><code>&lt;blockquote&gt;</code></a>
</h2> </h2>
<div><div>
<p><p>
Let's cite:<a href="#section-5-1">¶</a></p> Let's cite:<a href="#section-5-1">¶</a></p>
</div></div>
<div><div>
<blockquote cite="http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog"><blockquote cite="http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog">
<div> <div>
<p><p>
"The quick brown fox jumps over the lazy dog" is an English-language pangram - a phrase that contains all of the letters of the alphabet. It is used to show fonts and to test typewriters and computer keyboards, and in other applications involving all of the letters in the English alphabet. Owing to its brevity and coherence, it has become widely known.<a href="#section-5-2.1">¶</a></p> "The quick brown fox jumps over the lazy dog" is an English-language pangram - a phrase that contains all of the letters of the alphabet. It is used to show fonts and to test typewriters and computer keyboards, and in other applications involving all of the letters in the English alphabet. Owing to its brevity and coherence, it has become widely known.<a href="#section-5-2.1">¶</a></p>
</div></div>
<div><div>
<ol start="1" type="1"><ol start="1" type="1"insert"> type-1">
<li>one<a href="#section-5-2.2.1">¶</a> <li>one<a href="#section-5-2.2.1">¶</a>
</li></li>
<li>two<a href="#section-5-2.2.2">¶</a> <li>two<a href="#section-5-2.2.2">¶</a>
</li></li>
</ol> </ol>
</div></div>
<p><p>
The parts above have anchors (<a href="#quickbrownfox"delete">xref">Section 5, Paragraph 2.1</a> and <a href="#blockquotelist">Section 5, Paragraph 2.2</a>), but this one does not.<a href="#section-5-2.3">¶</a></p> The parts above have anchors (<a href="#quickbrownfox"insert">auto internal xref">Section 5, Paragraph 2.1</a> and <a href="#blockquotelist">Section 5, Paragraph 2.2</a>), but this one does not.<a href="#section-5-2.3">¶</a></p>
</blockquote></blockquote>
</div></div>
<p>without block content:<a href="#section-5-3">¶</a></p><p>without block content:<a href="#section-5-3">¶</a></p>
<div><div>
<blockquote cite="http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog"><blockquote cite="http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog">
"The quick brown fox jumps over the lazy dog" is an English-language pangram - a phrase that contains all of the letters of the alphabet. It is used to show fonts and to test typewriters and computer keyboards, and in other applications involving all of the letters in the English alphabet. Owing to its brevity and coherence, it has become widely known.<a href="#section-5-4">¶</a> "The quick brown fox jumps over the lazy dog" is an English-language pangram - a phrase that contains all of the letters of the alphabet. It is used to show fonts and to test typewriters and computer keyboards, and in other applications involving all of the letters in the English alphabet. Owing to its brevity and coherence, it has become widely known.<a href="#section-5-4">¶</a>
</blockquote></blockquote>
</div></div>
<p>with "quotedFrom":<a href="#section-5-5">¶</a></p><p>with "quotedFrom":<a href="#section-5-5">¶</a></p>
<div><div>
<blockquote cite="http://www.abrahamlincolnonline.org/lincoln/speeches/gettysburg.htm"><blockquote cite="http://www.abrahamlincolnonline.org/lincoln/speeches/gettysburg.htm">
Four score and seven years ago our fathers Four score and seven years ago our fathers
brought forth on this continent, a new nation, conceived brought forth on this continent, a new nation, conceived
in Liberty, and dedicated to the proposition that all men in Liberty, and dedicated to the proposition that all men
are created equal.<a href="#section-5-6">¶</a><cite>— <a href="http://www.abrahamlincolnonline.org/lincoln/speeches/gettysburg.htm">Abraham Lincoln</a></cite> are created equal.<a href="#section-5-6">¶</a><cite>— <a href="http://www.abrahamlincolnonline.org/lincoln/speeches/gettysburg.htm">Abraham Lincoln</a></cite>
</blockquote></blockquote>
</div></div>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-6">6. </a><a href="#name-aside"><code>&lt;aside&gt;</code></a><a href="#section-6">6. </a><a href="#name-aside"><code>&lt;aside&gt;</code></a>
</h2> </h2>
<div><div>
<aside><aside>
<div> <div>
<pid="section-6-1.1"><strong>Note:</strong> this is an <code>aside</code>.<a href="#section-6-1.1"<pid="section-6-1.1">
class="pilcrow">¶</a></p> <strong>Note:</strong> this is an <code>aside</code>.<a href="#section-6-1.1"class="pilcr
ow">¶</a></p>
</div></div>
<div><div>
<p><p>
A second paragraph.<a href="#section-6-1.2">¶</a></p> A second paragraph.<a href="#section-6-1.2">¶</a></p>
</div></div>
</aside></aside>
</div></div>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-7">7. </a><a href="#name-sourcecode"><code>&lt;sourcecode&gt;</code></a><a href="#section-7">7. </a><a href="#name-sourcecode"><code>&lt;sourcecode&gt;</code></a>
</h2> </h2>
<p>Text before...<a href="#section-7-1">¶</a></p><p>Text before...<a href="#section-7-1">¶</a></p>
<div><divclass="sourcecode">
<pre>ABC</pre><a href="#section-7-2">¶</a><pre>ABC</pre><a href="#section-7-2">¶</a>
</div></div>
<p>Text after...<a href="#section-7-3">¶</a></p><p>Text after...<a href="#section-7-3">¶</a></p>
<pid="section-7-4">Inside figure<a href="#section-7-4"class="pilcrow">¶</a></p><pid="section-7-4">Inside figure<a href="#section-7-4"class="pilcrow">¶</a></
<div>p>
<pre>DEF</pre><a href="#section-7-5">¶</a><divclass="sourcecode">
<pre>DEF</pre><a href="#section-7-5">¶</a>
</div></div>
<p>ABNF<a href="#section-7-6">¶</a></p><p>ABNF<a href="#section-7-6">¶</a></p>
<div><divclass="lang-abnf sourcecode">
<pre><pre>
foo = barfoo = bar
</pre><a href="#section-7-7">¶</a></pre><a href="#section-7-7">¶</a>
</div></div>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-8">8. </a><a href="#name-svg"><code>SVG</code></a><a href="#section-8">8. </a><a href="#name-svg"><code>SVG</code></a>
</h2> </h2>
<section><section>
<h3> <h3>
<a href="#section-8.1">8.1. </a><a href="#name-inline-with-alt-attribute">inline (with @alt attribute)</a><a href="#section-8.1">8.1. </a><a href="#name-inline-with-alt-attribute">inline (with @alt attribute)</a>
</h3> </h3>
<pid="section-8.1-1">Text before...<a href="#section-8.1-1"class="pilcrow">¶</a></p><pid="section-8.1-1">Text before...<a href="#section-8.1-1"class="pilcrow">¶<
<divclass="artwork art-svgalignLeft">/a></p>
<divclass="alignLeft art-svgartwork">
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57"><svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57">
<path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path> <path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path>
<path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path> <path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path>
<path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path> <path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path>
</svg><a href="#section-8.1-2">¶</a> </svg><a href="#section-8.1-2">¶</a>
</div></div>
<p>Text after...<a href="#section-8.1-3">¶</a></p><p>Text after...<a href="#section-8.1-3">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-8.2">8.2. </a><a href="#name-inline-left">inline (left)</a><a href="#section-8.2">8.2. </a><a href="#name-inline-left">inline (left)</a>
</h3> </h3>
<pid="section-8.2-1">Text before...<a href="#section-8.2-1"class="pilcrow">¶</a></p><pid="section-8.2-1">Text before...<a href="#section-8.2-1"class="pilcrow">¶<
<divclass="artwork art-svgalignLeft">/a></p>
<divclass="alignLeft art-svgartwork">
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57"><svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57">
<path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path> <path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path>
<path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path> <path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path>
<path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path> <path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path>
</svg><a href="#section-8.2-2">¶</a> </svg><a href="#section-8.2-2">¶</a>
</div></div>
<p>Text after...<a href="#section-8.2-3">¶</a></p><p>Text after...<a href="#section-8.2-3">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-8.3">8.3. </a><a href="#name-inline-centered" class="section-name selfRef">inline (centered)</a><a href="#section-8.3">8.3. </a><a href="#name-inline-centered" class="section-name selfRef">inline (centered)</a>
</h3> </h3>
<pid="section-8.3-1">Text before...<a href="#section-8.3-1"class="pilcrow">¶</a></p><pid="section-8.3-1">Text before...<a href="#section-8.3-1"class="pilcrow">¶<
<divclass="artwork art-svgalignCenter">/a></p>
<divclass="alignCenter art-svgartwork">
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57"><svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57">
<path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path> <path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path>
<path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path> <path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path>
<path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path> <path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path>
</svg><a href="#section-8.3-2">¶</a> </svg><a href="#section-8.3-2">¶</a>
</div></div>
<p>Text after...<a href="#section-8.3-3">¶</a></p><p>Text after...<a href="#section-8.3-3">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-8.4">8.4. </a><a href="#name-inline-right">inline (right)</a><a href="#section-8.4">8.4. </a><a href="#name-inline-right">inline (right)</a>
</h3> </h3>
<pid="section-8.4-1">Text before...<a href="#section-8.4-1"class="pilcrow">¶</a></p><pid="section-8.4-1">Text before...<a href="#section-8.4-1"class="pilcrow">¶<
<divclass="artwork art-svgalignRight">/a></p>
<divclass="alignRight art-svgartwork">
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57"><svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57">
<path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path> <path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path>
<path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path> <path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path>
<path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path> <path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path>
</svg><a href="#section-8.4-2">¶</a> </svg><a href="#section-8.4-2">¶</a>
</div></div>
<p>Text after...<a href="#section-8.4-3">¶</a></p><p>Text after...<a href="#section-8.4-3">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-8.5">8.5. </a><a href="#name-included-type-svg" class="section-name selfRef">included (type svg)</a><a href="#section-8.5">8.5. </a><a href="#name-included-type-svg" class="section-name selfRef">included (type svg)</a>
</h3> </h3>
<span></span><figure><span></span><figure>
<divdelete">rtwork art-svg alignLeft"> <divinsert">lignLeft art-svg artwork">
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57"><svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57">
<desc>(external file)</desc> <desc>(external file)</desc>
<path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path> <path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path>
<path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path> <path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path>
<path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path> <path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path>
</svg> </svg>
</div> </div>
<div><div>
<divdelete">rtwork art-svg alignLeft"> <divinsert">lignLeft art-svg artwork">
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57"><svg xmlns="http://www.w3.org/2000/svg" width="175" height="57" viewBox="0 0 175 57">
<desc>(external file with internal ascii art)</desc> <desc>(external file with internal ascii art)</desc>
<path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path> <path d="M60,2l12,12l-12,12l-12-12zM88,2l12,12l-12,12l-12-12zM116,2l12,12l-12,12l-12-12zM18,16l12,12l-12,12l-12-12zM46,16l12,12l-12,12l-12-12zM74,16l12,12l-12,12l-12-12zM102,16l12,12l-12,12l-12-12zM130,16l12,12l-12,12l-12-12zM158,16l12,12l-12,12l-12-12zM60,30l12,12l-12,12l-12-12zM88,30l12,12l-12,12l-12-12zM116,30l12,12l-12,12l-12-12z" fill="black"></path>
<path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path> <path stroke="black" stroke-width="0.5" d="M7,27h26l13,13l14-14l14,14l28-28l14,14l14-14l15,15h26v3h-27l-14-14l-14,14l-14-14l-28,28l-14-14l-14,14l-14-14h-25z" fill="white"></path>
<path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path> <path d="M3,26h5v5h-5zM168,26h5v5h-5z"></path>
</svg><a href="#section-8.5-1.2.1">¶</a> </svg><a href="#section-8.5-1.2.1">¶</a>
</div></div>
</div></div>
<figcaption><a href="#figure-1">Figure 1</a>:<figcaption><a href="#figure-1">Figure 1</a>:
<a href="#name-references-of">References of <emdelete">xref">RFC7991</em></a><a href="#name-references-of">References of <eminsert">cite xref">[RFC7991]</em></a>
</figcaption></figure> </figcaption></figure>
<div><div>
<p><p>
This paragraph has the anchor '<a href="#node1"delete">xref">Section 8.5, Paragraph 2</a>' This paragraph has the anchor '<a href="#node1"insert">auto internal xref">Section 8.5, Paragraph 2</a>'
which will be in conflict with an id attribute in the included SVG.<a href="#section-8.5-2">¶</a></p> which will be in conflict with an id attribute in the included SVG.<a href="#section-8.5-2">¶</a></p>
</div></div>
</section></section>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-9">9. </a><a href="#name-figure-name"><code>&lt;figure&gt;</code>/<code>&lt;name&gt;</code></a><a href="#section-9">9. </a><a href="#name-figure-name"><code>&lt;figure&gt;</code>/<code>&lt;name&gt;</code></a>
</h2> </h2>
<figure><span></span><figure>
<divclass="artwork art-textalignLeft"> <divclass="alignLeft art-textartwork">
<pre>ABC</pre><pre>ABC</pre>
</div></div>
<figcaption><a href="#figure-2">Figure2</a></figcaption></figure><figcaption><a href="#figure-2">Figure2</a>:
<a href="#name-figure-name-2"><code>&lt;figure&gt;</code>/<code>&lt;name&gt;</code><
/a>
</figcaption></figure>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-10">10. </a><a href="#name-tables">Tables</a><a href="#section-10">10. </a><a href="#name-tables">Tables</a>
</h2> </h2>
<section><section>
<h3> <h3>
<a href="#section-10.1">10.1. </a><a href="#name-bare-table-unnamed-no-ancho">Bare Table (unnamed, no anchor, with iref)</a><a href="#section-10.1">10.1. </a><a href="#name-bare-table-unnamed-no-ancho">Bare Table (unnamed, no anchor, with iref)</a>
</h3> </h3>
<spanclass="iref"></span><table><spanclass="iref"></span>
<table>
<caption><a href="#table-1">Table 1</a></caption> <caption><a href="#table-1">Table 1</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">Value 1</td> <td rowspan="1" colspan="1">Value 1</td>
<td rowspan="1" colspan="1">Value 2</td> <td rowspan="1" colspan="1">Value 2</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.2">10.2. </a><a href="#name-bare-table-unnamed-with-anc">Bare Table (unnamed, with anchor, not referenced)</a><a href="#section-10.2">10.2. </a><a href="#name-bare-table-unnamed-with-anc">Bare Table (unnamed, with anchor, not referenced)</a>
</h3> </h3>
<div><div>
<table><table>
<caption><a href="#table-2">Table 2</a></caption> <caption><a href="#table-2">Table 2</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">Value 1</td> <td rowspan="1" colspan="1">Value 1</td>
<td rowspan="1" colspan="1">Value 2</td> <td rowspan="1" colspan="1">Value 2</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div></div>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.3">10.3. </a><a href="#name-bare-table-unnamed-with-anch">Bare Table (unnamed, with anchor, referenced)</a><a href="#section-10.3">10.3. </a><a href="#name-bare-table-unnamed-with-anch">Bare Table (unnamed, with anchor, referenced)</a>
</h3> </h3>
<div><div>
<table><table>
<caption><a href="#table-3">Table 3</a></caption> <caption><a href="#table-3">Table 3</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">Value 1</td> <td rowspan="1" colspan="1">Value 1</td>
<td rowspan="1" colspan="1">Value 2</td> <td rowspan="1" colspan="1">Value 2</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div></div>
<p><p>
See <a href="#table.bare.referenced"delete">xref">Table 3</a>.<a href="#section-10.3-2" class="pilcrow">¶</a></p> See <a href="#table.bare.referenced"insert">auto internal xref">Table 3</a>.<a href="#section-10.3-2" class="pilcrow">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.4">10.4. </a><a href="#name-named-table">Named Table</a><a href="#section-10.4">10.4. </a><a href="#name-named-table">Named Table</a>
</h3> </h3>
<span></span><table><span></span><table>
<caption> <caption>
<a href="#table-4">Table 4</a>:<a href="#table-4">Table 4</a>:
<a href="#name-table-name">Table Name</a><a href="#name-table-name">Table Name</a>
</caption> </caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">Value 1</td> <td rowspan="1" colspan="1">Value 1</td>
<td rowspan="1" colspan="1">Value 2</td> <td rowspan="1" colspan="1">Value 2</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.5">10.5. </a><a href="#name-aligned-table-1" class="section-name selfRef">Aligned Table 1</a><a href="#section-10.5">10.5. </a><a href="#name-aligned-table-1" class="section-name selfRef">Aligned Table 1</a>
</h3> </h3>
<table><table>
<caption><a href="#table-5">Table 5</a></caption> <caption><a href="#table-5">Table 5</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
<th rowspan="1" colspan="1">Column 3</th> <th rowspan="1" colspan="1">Column 3</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">1</td> <td rowspan="1" colspan="1">1</td>
<td rowspan="1" colspan="1">2</td> <td rowspan="1" colspan="1">2</td>
<td rowspan="1" colspan="1">3</td> <td rowspan="1" colspan="1">3</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.6">10.6. </a><a href="#name-colspan-1">Colspan 1</a><a href="#section-10.6">10.6. </a><a href="#name-colspan-1">Colspan 1</a>
</h3> </h3>
<table><table>
<caption><a href="#table-6">Table 6</a></caption> <caption><a href="#table-6">Table 6</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
<th rowspan="1" colspan="1">Column 3</th> <th rowspan="1" colspan="1">Column 3</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">1</td> <td rowspan="1" colspan="1">1</td>
<td rowspan="1" colspan="2">2 and 3</td> <td rowspan="1" colspan="2">2 and 3</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.7">10.7. </a><a href="#name-rowspan-1">Rowspan 1</a><a href="#section-10.7">10.7. </a><a href="#name-rowspan-1">Rowspan 1</a>
</h3> </h3>
<table><table>
<caption><a href="#table-7">Table 7</a></caption> <caption><a href="#table-7">Table 7</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
<th rowspan="1" colspan="1">Column 3</th> <th rowspan="1" colspan="1">Column 3</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">1</td> <td rowspan="1" colspan="1">1</td>
<td rowspan="2" colspan="1">2 and 5</td> <td rowspan="2" colspan="1">2 and 5</td>
<td rowspan="1" colspan="1">3</td> <td rowspan="1" colspan="1">3</td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1">4</td> <td rowspan="1" colspan="1">4</td>
<td rowspan="1" colspan="1">6</td> <td rowspan="1" colspan="1">6</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.8">10.8. </a><a href="#name-references">References</a><a href="#section-10.8">10.8. </a><a href="#name-references">References</a>
</h3> </h3>
<div><div>
<table><table>
<caption><a href="#table-8">Table 8</a></caption> <caption><a href="#table-8">Table 8</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Column 2</th> <th rowspan="1" colspan="1">Column 2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">1</td> <td rowspan="1" colspan="1">1</td>
<td rowspan="1" colspan="1">2</td> <td rowspan="1" colspan="1">2</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div></div>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.9">10.9. </a><a href="#name-markup-in-table-cells">Markup in Table Cells</a><a href="#section-10.9">10.9. </a><a href="#name-markup-in-table-cells">Markup in Table Cells</a>
</h3> </h3>
<div><div>
<table><table>
<caption><a href="#table-9">Table 9</a></caption> <caption><a href="#table-9">Table 9</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">Column 1</th> <th rowspan="1" colspan="1">Column 1</th>
<th rowspan="1" colspan="1">Line 1<br>Line 2</th> <th rowspan="1" colspan="1">Line 1<br>Line 2</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1">The <em>quick</em> <sup>brown</sup> <sub>fox</sub> <strong>jumps</strong> over the lazy <span>OPTIONAL</span> <code>dog</code>. <a href="#markuptable"delete">xref">Table 9</a> <span><a href="https://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog">https://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog</a></span> <span>comment</span> <td rowspan="1" colspan="1">The <em>quick</em> <sup>brown</sup> <sub>fox</sub> <strong>jumps</strong> over the lazy <span>OPTIONAL</span> <code>dog</code>. <a href="#markuptable"insert">auto internal xref">Table 9</a> <span><a href="https://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog">https://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog</a></span> <span>comment</span>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<p> <p>
Paragraph 1<a href="#section-10.9-1.2.1.2.1">¶</a></p> Paragraph 1<a href="#section-10.9-1.2.1.2.1">¶</a></p>
<p><p>
Paragraph 2<a href="#section-10.9-1.2.1.2.2">¶</a></p> Paragraph 2<a href="#section-10.9-1.2.1.2.2">¶</a></p>
<div><divclass="sourcecode">
<pre>Source code</pre><a href="#section-10.9-1.2.1.2.3">¶</a><pre>Source code</pre><a href="#section-10.9-1.2.1.2.3">¶</a>
</div></div>
<ol start="1" type="1"><ol start="1" type="1"insert"> type-1">
<li>Ordered List<a href="#section-10.9-1.2.1.2.4.1" class="pilcrow">¶</a> <li>Ordered List<a href="#section-10.9-1.2.1.2.4.1" class="pilcrow">¶</a>
</li></li>
</ol> </ol>
<ulclass="text-left"><ulclass="normal text-left">
<liclass="text-left">Unordered List<ahref="#section-10.9-1.2.1.2.5.1<liclass="normal text-left">Unordered List<ahref="#section-10.9-1.2.
">¶</a>1.2.5.1">¶</a>
</li></li>
</ul> </ul>
<dl><span></span><dl>
<dt>Definition</dt> <dt>Definition</dt>
<ddid="section-10.9-1.2.1.2.6.2">List<a href="#section-10.9-1.2.1.2.6.2">¶</a> <ddstyle="margin-left: 1.5em">List<a href="#section-10.9-1.2.1.2.6.2">¶</a>
</dd></dd>
<dd></dd>
</dl></dl>
</td></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div></div>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-10.10">10.10. </a><a href="#name-examples-from-existing-rfcs">Examples from existing RFCs</a><a href="#section-10.10">10.10. </a><a href="#name-examples-from-existing-rfcs">Examples from existing RFCs</a>
</h3> </h3>
<section><section>
<h4> <h4>
<a href="#section-10.10.1">10.10.1. </a><a href="#name-rfc-7541" class="section-name selfRef">RFC 7541</a><a href="#section-10.10.1">10.10.1. </a><a href="#name-rfc-7541" class="section-name selfRef">RFC 7541</a>
</h4> </h4>
<p><p>
(&lt;tfoot&gt; added for testing purposes)<a href="#section-10.10.1-1">¶</a></p> (&lt;tfoot&gt; added for testing purposes)<a href="#section-10.10.1-1">¶</a></p>
<table><table>
<caption><a href="#table-10">Table 10</a></caption> <caption><a href="#table-10">Table 10</a></caption>
<thead><thead>
<tr> <tr>
<th rowspan="1" colspan="1">sym</th> <th rowspan="1" colspan="1">sym</th>
<th rowspan="1" colspan="1">code as bits<br>aligned to MSB </th> <th rowspan="1" colspan="1">code as bits<br>aligned to MSB </th>
<th rowspan="1" colspan="1">code<br>as hex<br>aligned<br>to LSB</th> <th rowspan="1" colspan="1">code<br>as hex<br>aligned<br>to LSB</th>
<th rowspan="1" colspan="1">len<br>in<br>bits</th> <th rowspan="1" colspan="1">len<br>in<br>bits</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 0)</code> <code> ( 0)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11000 </code> <code>|11111111|11000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ff8</code> <code> 1ff8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[13]</code> <code>[13]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 1)</code> <code> ( 1)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011000 </code> <code>|11111111|11111111|1011000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffd8</code> <code> 7fffd8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 2)</code> <code> ( 2)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|0010 </code> <code>|11111111|11111111|11111110|0010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe2</code> <code> fffffe2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 3)</code> <code> ( 3)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|0011 </code> <code>|11111111|11111111|11111110|0011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe3</code> <code> fffffe3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 4)</code> <code> ( 4)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|0100 </code> <code>|11111111|11111111|11111110|0100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe4</code> <code> fffffe4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 5)</code> <code> ( 5)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|0101 </code> <code>|11111111|11111111|11111110|0101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe5</code> <code> fffffe5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 6)</code> <code> ( 6)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|0110 </code> <code>|11111111|11111111|11111110|0110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe6</code> <code> fffffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 7)</code> <code> ( 7)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|0111 </code> <code>|11111111|11111111|11111110|0111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe7</code> <code> fffffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 8)</code> <code> ( 8)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1000 </code> <code>|11111111|11111111|11111110|1000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe8</code> <code> fffffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 9)</code> <code> ( 9)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11101010 </code> <code>|11111111|11111111|11101010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffea</code> <code> ffffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 10)</code> <code> ( 10)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|111100 3</code> <code>|11111111|11111111|11111111|111100 3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>3ffffffc</code> <code>3ffffffc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[30]</code> <code>[30]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 11)</code> <code> ( 11)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1001 </code> <code>|11111111|11111111|11111110|1001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffe9</code> <code> fffffe9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 12)</code> <code> ( 12)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1010 </code> <code>|11111111|11111111|11111110|1010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffea</code> <code> fffffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 13)</code> <code> ( 13)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|111101 3</code> <code>|11111111|11111111|11111111|111101 3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>3ffffffd</code> <code>3ffffffd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[30]</code> <code>[30]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 14)</code> <code> ( 14)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1011 </code> <code>|11111111|11111111|11111110|1011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffeb</code> <code> fffffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 15)</code> <code> ( 15)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1100 </code> <code>|11111111|11111111|11111110|1100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffec</code> <code> fffffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 16)</code> <code> ( 16)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1101 </code> <code>|11111111|11111111|11111110|1101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffed</code> <code> fffffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 17)</code> <code> ( 17)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1110 </code> <code>|11111111|11111111|11111110|1110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffee</code> <code> fffffee</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 18)</code> <code> ( 18)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|1111 </code> <code>|11111111|11111111|11111110|1111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffffef</code> <code> fffffef</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 19)</code> <code> ( 19)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0000 </code> <code>|11111111|11111111|11111111|0000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff0</code> <code> ffffff0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 20)</code> <code> ( 20)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0001 </code> <code>|11111111|11111111|11111111|0001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff1</code> <code> ffffff1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 21)</code> <code> ( 21)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0010 </code> <code>|11111111|11111111|11111111|0010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff2</code> <code> ffffff2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 22)</code> <code> ( 22)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|111110 3</code> <code>|11111111|11111111|11111111|111110 3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>3ffffffe</code> <code>3ffffffe</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[30]</code> <code>[30]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 23)</code> <code> ( 23)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0011 </code> <code>|11111111|11111111|11111111|0011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff3</code> <code> ffffff3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 24)</code> <code> ( 24)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0100 </code> <code>|11111111|11111111|11111111|0100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff4</code> <code> ffffff4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 25)</code> <code> ( 25)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0101 </code> <code>|11111111|11111111|11111111|0101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff5</code> <code> ffffff5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 26)</code> <code> ( 26)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0110 </code> <code>|11111111|11111111|11111111|0110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff6</code> <code> ffffff6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 27)</code> <code> ( 27)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|0111 </code> <code>|11111111|11111111|11111111|0111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff7</code> <code> ffffff7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 28)</code> <code> ( 28)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1000 </code> <code>|11111111|11111111|11111111|1000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff8</code> <code> ffffff8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 29)</code> <code> ( 29)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1001 </code> <code>|11111111|11111111|11111111|1001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffff9</code> <code> ffffff9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 30)</code> <code> ( 30)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1010 </code> <code>|11111111|11111111|11111111|1010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffffa</code> <code> ffffffa</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ( 31)</code> <code> ( 31)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1011 </code> <code>|11111111|11111111|11111111|1011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffffb</code> <code> ffffffb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>' ' ( 32)</code> <code>' ' ( 32)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|010100 </code> <code>|010100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 14</code> <code> 14</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'!' ( 33)</code> <code>'!' ( 33)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111110|00 </code> <code>|11111110|00 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3f8</code> <code> 3f8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[10]</code> <code>[10]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'"' ( 34)</code> <code>'"' ( 34)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111110|01 </code> <code>|11111110|01 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3f9</code> <code> 3f9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[10]</code> <code>[10]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'#' ( 35)</code> <code>'#' ( 35)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|1010 </code> <code>|11111111|1010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffa</code> <code> ffa</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[12]</code> <code>[12]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'$' ( 36)</code> <code>'$' ( 36)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11001 </code> <code>|11111111|11001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ff9</code> <code> 1ff9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[13]</code> <code>[13]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'%' ( 37)</code> <code>'%' ( 37)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|010101 </code> <code>|010101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 15</code> <code> 15</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'&amp;' ( 38)</code> <code>'&amp;' ( 38)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111000 </code> <code>|11111000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> f8</code> <code> f8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 8]</code> <code>[ 8]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>''' ( 39)</code> <code>''' ( 39)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|010 </code> <code>|11111111|010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fa</code> <code> 7fa</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[11]</code> <code>[11]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'(' ( 40)</code> <code>'(' ( 40)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111110|10 </code> <code>|11111110|10 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fa</code> <code> 3fa</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[10]</code> <code>[10]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>')' ( 41)</code> <code>')' ( 41)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111110|11 </code> <code>|11111110|11 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fb</code> <code> 3fb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[10]</code> <code>[10]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'*' ( 42)</code> <code>'*' ( 42)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111001 </code> <code>|11111001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> f9</code> <code> f9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 8]</code> <code>[ 8]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'+' ( 43)</code> <code>'+' ( 43)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|011 </code> <code>|11111111|011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fb</code> <code> 7fb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[11]</code> <code>[11]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>',' ( 44)</code> <code>',' ( 44)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111010 </code> <code>|11111010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fa</code> <code> fa</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 8]</code> <code>[ 8]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'-' ( 45)</code> <code>'-' ( 45)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|010110 </code> <code>|010110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 16</code> <code> 16</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'.' ( 46)</code> <code>'.' ( 46)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|010111 </code> <code>|010111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 17</code> <code> 17</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'/' ( 47)</code> <code>'/' ( 47)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011000 </code> <code>|011000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 18</code> <code> 18</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'0' ( 48)</code> <code>'0' ( 48)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00000 </code> <code>|00000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 0</code> <code> 0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'1' ( 49)</code> <code>'1' ( 49)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00001 </code> <code>|00001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1</code> <code> 1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'2' ( 50)</code> <code>'2' ( 50)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00010 </code> <code>|00010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 2</code> <code> 2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'3' ( 51)</code> <code>'3' ( 51)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011001 </code> <code>|011001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 19</code> <code> 19</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'4' ( 52)</code> <code>'4' ( 52)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011010 </code> <code>|011010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1a</code> <code> 1a</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'5' ( 53)</code> <code>'5' ( 53)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011011 </code> <code>|011011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1b</code> <code> 1b</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'6' ( 54)</code> <code>'6' ( 54)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011100 </code> <code>|011100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1c</code> <code> 1c</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'7' ( 55)</code> <code>'7' ( 55)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011101 </code> <code>|011101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1d</code> <code> 1d</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'8' ( 56)</code> <code>'8' ( 56)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011110 </code> <code>|011110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1e</code> <code> 1e</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'9' ( 57)</code> <code>'9' ( 57)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|011111 </code> <code>|011111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1f</code> <code> 1f</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>':' ( 58)</code> <code>':' ( 58)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1011100 </code> <code>|1011100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 5c</code> <code> 5c</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>';' ( 59)</code> <code>';' ( 59)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111011 </code> <code>|11111011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fb</code> <code> fb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 8]</code> <code>[ 8]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'&lt;' ( 60)</code> <code>'&lt;' ( 60)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|1111100 </code> <code>|11111111|1111100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffc</code> <code> 7ffc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[15]</code> <code>[15]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'=' ( 61)</code> <code>'=' ( 61)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100000 </code> <code>|100000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 20</code> <code> 20</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'&gt;' ( 62)</code> <code>'&gt;' ( 62)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|1011 </code> <code>|11111111|1011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffb</code> <code> ffb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[12]</code> <code>[12]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'?' ( 63)</code> <code>'?' ( 63)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|00 </code> <code>|11111111|00 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fc</code> <code> 3fc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[10]</code> <code>[10]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'@' ( 64)</code> <code>'@' ( 64)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11010 </code> <code>|11111111|11010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffa</code> <code> 1ffa</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[13]</code> <code>[13]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'A' ( 65)</code> <code>'A' ( 65)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100001 </code> <code>|100001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 21</code> <code> 21</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'B' ( 66)</code> <code>'B' ( 66)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1011101 </code> <code>|1011101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 5d</code> <code> 5d</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'C' ( 67)</code> <code>'C' ( 67)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1011110 </code> <code>|1011110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 5e</code> <code> 5e</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'D' ( 68)</code> <code>'D' ( 68)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1011111 </code> <code>|1011111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 5f</code> <code> 5f</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'E' ( 69)</code> <code>'E' ( 69)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100000 </code> <code>|1100000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 60</code> <code> 60</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'F' ( 70)</code> <code>'F' ( 70)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100001 </code> <code>|1100001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 61</code> <code> 61</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'G' ( 71)</code> <code>'G' ( 71)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100010 </code> <code>|1100010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 62</code> <code> 62</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'H' ( 72)</code> <code>'H' ( 72)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100011 </code> <code>|1100011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 63</code> <code> 63</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'I' ( 73)</code> <code>'I' ( 73)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100100 </code> <code>|1100100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 64</code> <code> 64</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'J' ( 74)</code> <code>'J' ( 74)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100101 </code> <code>|1100101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 65</code> <code> 65</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'K' ( 75)</code> <code>'K' ( 75)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100110 </code> <code>|1100110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 66</code> <code> 66</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'L' ( 76)</code> <code>'L' ( 76)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1100111 </code> <code>|1100111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 67</code> <code> 67</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'M' ( 77)</code> <code>'M' ( 77)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101000 </code> <code>|1101000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 68</code> <code> 68</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'N' ( 78)</code> <code>'N' ( 78)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101001 </code> <code>|1101001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 69</code> <code> 69</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'O' ( 79)</code> <code>'O' ( 79)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101010 </code> <code>|1101010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6a</code> <code> 6a</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'P' ( 80)</code> <code>'P' ( 80)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101011 </code> <code>|1101011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6b</code> <code> 6b</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'Q' ( 81)</code> <code>'Q' ( 81)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101100 </code> <code>|1101100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6c</code> <code> 6c</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'R' ( 82)</code> <code>'R' ( 82)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101101 </code> <code>|1101101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6d</code> <code> 6d</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'S' ( 83)</code> <code>'S' ( 83)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101110 </code> <code>|1101110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6e</code> <code> 6e</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'T' ( 84)</code> <code>'T' ( 84)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1101111 </code> <code>|1101111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6f</code> <code> 6f</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'U' ( 85)</code> <code>'U' ( 85)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110000 </code> <code>|1110000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 70</code> <code> 70</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'V' ( 86)</code> <code>'V' ( 86)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110001 </code> <code>|1110001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 71</code> <code> 71</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'W' ( 87)</code> <code>'W' ( 87)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110010 </code> <code>|1110010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 72</code> <code> 72</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'X' ( 88)</code> <code>'X' ( 88)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111100 </code> <code>|11111100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fc</code> <code> fc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 8]</code> <code>[ 8]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'Y' ( 89)</code> <code>'Y' ( 89)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110011 </code> <code>|1110011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 73</code> <code> 73</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'Z' ( 90)</code> <code>'Z' ( 90)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111101 </code> <code>|11111101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fd</code> <code> fd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 8]</code> <code>[ 8]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'[' ( 91)</code> <code>'[' ( 91)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11011 </code> <code>|11111111|11011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffb</code> <code> 1ffb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[13]</code> <code>[13]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'' ( 92) </code> <code>'' ( 92) </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>11111111|11111110|000 </code> <code>11111111|11111110|000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fff0 </code> <code> 7fff0 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>19]</code> <code>19]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>']' ( 93)</code> <code>']' ( 93)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11100 </code> <code>|11111111|11100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffc</code> <code> 1ffc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[13]</code> <code>[13]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'^' ( 94)</code> <code>'^' ( 94)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|111100 </code> <code>|11111111|111100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffc</code> <code> 3ffc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[14]</code> <code>[14]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'_' ( 95)</code> <code>'_' ( 95)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100010 </code> <code>|100010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 22</code> <code> 22</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'`' ( 96)</code> <code>'`' ( 96)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|1111101 </code> <code>|11111111|1111101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffd</code> <code> 7ffd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[15]</code> <code>[15]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'a' ( 97)</code> <code>'a' ( 97)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00011 </code> <code>|00011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3</code> <code> 3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'b' ( 98)</code> <code>'b' ( 98)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100011 </code> <code>|100011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 23</code> <code> 23</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'c' ( 99)</code> <code>'c' ( 99)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00100 </code> <code>|00100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 4</code> <code> 4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'d' (100)</code> <code>'d' (100)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100100 </code> <code>|100100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 24</code> <code> 24</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'e' (101)</code> <code>'e' (101)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00101 </code> <code>|00101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 5</code> <code> 5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'f' (102)</code> <code>'f' (102)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100101 </code> <code>|100101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 25</code> <code> 25</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'g' (103)</code> <code>'g' (103)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100110 </code> <code>|100110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 26</code> <code> 26</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'h' (104)</code> <code>'h' (104)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|100111 </code> <code>|100111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 27</code> <code> 27</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'i' (105)</code> <code>'i' (105)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00110 </code> <code>|00110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 6</code> <code> 6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'j' (106)</code> <code>'j' (106)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110100 </code> <code>|1110100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 74</code> <code> 74</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'k' (107)</code> <code>'k' (107)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110101 </code> <code>|1110101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 75</code> <code> 75</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'l' (108)</code> <code>'l' (108)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|101000 </code> <code>|101000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 28</code> <code> 28</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'m' (109)</code> <code>'m' (109)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|101001 </code> <code>|101001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 29</code> <code> 29</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'n' (110)</code> <code>'n' (110)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|101010 </code> <code>|101010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 2a</code> <code> 2a</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'o' (111)</code> <code>'o' (111)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|00111 </code> <code>|00111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7</code> <code> 7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'p' (112)</code> <code>'p' (112)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|101011 </code> <code>|101011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 2b</code> <code> 2b</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'q' (113)</code> <code>'q' (113)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110110 </code> <code>|1110110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 76</code> <code> 76</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'r' (114)</code> <code>'r' (114)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|101100 </code> <code>|101100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 2c</code> <code> 2c</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'s' (115)</code> <code>'s' (115)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|01000 </code> <code>|01000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 8</code> <code> 8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'t' (116)</code> <code>'t' (116)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|01001 </code> <code>|01001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 9</code> <code> 9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 5]</code> <code>[ 5]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'u' (117)</code> <code>'u' (117)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|101101 </code> <code>|101101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 2d</code> <code> 2d</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 6]</code> <code>[ 6]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'v' (118)</code> <code>'v' (118)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1110111 </code> <code>|1110111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 77</code> <code> 77</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'w' (119)</code> <code>'w' (119)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1111000 </code> <code>|1111000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 78</code> <code> 78</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'x' (120)</code> <code>'x' (120)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1111001 </code> <code>|1111001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 79</code> <code> 79</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'y' (121)</code> <code>'y' (121)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1111010 </code> <code>|1111010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7a</code> <code> 7a</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'z' (122)</code> <code>'z' (122)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|1111011 </code> <code>|1111011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7b</code> <code> 7b</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[ 7]</code> <code>[ 7]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'{' (123)</code> <code>'{' (123)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|1111110 </code> <code>|11111111|1111110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffe</code> <code> 7ffe</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[15]</code> <code>[15]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'|' (124)</code> <code>'|' (124)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|100 </code> <code>|11111111|100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fc</code> <code> 7fc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[11]</code> <code>[11]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'}' (125)</code> <code>'}' (125)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|111101 </code> <code>|11111111|111101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffd</code> <code> 3ffd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[14]</code> <code>[14]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>'~' (126)</code> <code>'~' (126)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11101 </code> <code>|11111111|11101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffd</code> <code> 1ffd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[13]</code> <code>[13]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (127)</code> <code> (127)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1100 </code> <code>|11111111|11111111|11111111|1100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffffc</code> <code> ffffffc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (128)</code> <code> (128)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|0110 </code> <code>|11111111|11111110|0110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffe6</code> <code> fffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (129)</code> <code> (129)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|010010 </code> <code>|11111111|11111111|010010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd2</code> <code> 3fffd2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (130)</code> <code> (130)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|0111 </code> <code>|11111111|11111110|0111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffe7</code> <code> fffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (131)</code> <code> (131)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|1000 </code> <code>|11111111|11111110|1000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffe8</code> <code> fffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (132)</code> <code> (132)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|010011 </code> <code>|11111111|11111111|010011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd3</code> <code> 3fffd3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (133)</code> <code> (133)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|010100 </code> <code>|11111111|11111111|010100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd4</code> <code> 3fffd4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (134)</code> <code> (134)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|010101 </code> <code>|11111111|11111111|010101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd5</code> <code> 3fffd5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (135)</code> <code> (135)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011001 </code> <code>|11111111|11111111|1011001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffd9</code> <code> 7fffd9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (136)</code> <code> (136)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|010110 </code> <code>|11111111|11111111|010110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd6</code> <code> 3fffd6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (137)</code> <code> (137)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011010 </code> <code>|11111111|11111111|1011010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffda</code> <code> 7fffda</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (138)</code> <code> (138)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011011 </code> <code>|11111111|11111111|1011011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffdb</code> <code> 7fffdb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (139)</code> <code> (139)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011100 </code> <code>|11111111|11111111|1011100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffdc</code> <code> 7fffdc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (140)</code> <code> (140)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011101 </code> <code>|11111111|11111111|1011101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffdd</code> <code> 7fffdd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (141)</code> <code> (141)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011110 </code> <code>|11111111|11111111|1011110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffde</code> <code> 7fffde</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (142)</code> <code> (142)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11101011 </code> <code>|11111111|11111111|11101011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffeb</code> <code> ffffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (143)</code> <code> (143)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1011111 </code> <code>|11111111|11111111|1011111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffdf</code> <code> 7fffdf</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (144)</code> <code> (144)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11101100 </code> <code>|11111111|11111111|11101100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffec</code> <code> ffffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (145)</code> <code> (145)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11101101 </code> <code>|11111111|11111111|11101101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffed</code> <code> ffffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (146)</code> <code> (146)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|010111 </code> <code>|11111111|11111111|010111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd7</code> <code> 3fffd7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (147)</code> <code> (147)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100000 </code> <code>|11111111|11111111|1100000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe0</code> <code> 7fffe0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (148)</code> <code> (148)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11101110 </code> <code>|11111111|11111111|11101110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffee</code> <code> ffffee</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (149)</code> <code> (149)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100001 </code> <code>|11111111|11111111|1100001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe1</code> <code> 7fffe1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (150)</code> <code> (150)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100010 </code> <code>|11111111|11111111|1100010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe2</code> <code> 7fffe2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (151)</code> <code> (151)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100011 </code> <code>|11111111|11111111|1100011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe3</code> <code> 7fffe3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (152)</code> <code> (152)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100100 </code> <code>|11111111|11111111|1100100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe4</code> <code> 7fffe4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (153)</code> <code> (153)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|11100 </code> <code>|11111111|11111110|11100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffdc</code> <code> 1fffdc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (154)</code> <code> (154)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011000 </code> <code>|11111111|11111111|011000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd8</code> <code> 3fffd8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (155)</code> <code> (155)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100101 </code> <code>|11111111|11111111|1100101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe5</code> <code> 7fffe5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (156)</code> <code> (156)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011001 </code> <code>|11111111|11111111|011001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffd9</code> <code> 3fffd9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (157)</code> <code> (157)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100110 </code> <code>|11111111|11111111|1100110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe6</code> <code> 7fffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (158)</code> <code> (158)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1100111 </code> <code>|11111111|11111111|1100111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe7</code> <code> 7fffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (159)</code> <code> (159)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11101111 </code> <code>|11111111|11111111|11101111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffef</code> <code> ffffef</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (160)</code> <code> (160)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011010 </code> <code>|11111111|11111111|011010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffda</code> <code> 3fffda</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (161)</code> <code> (161)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|11101 </code> <code>|11111111|11111110|11101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffdd</code> <code> 1fffdd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (162)</code> <code> (162)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|1001 </code> <code>|11111111|11111110|1001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffe9</code> <code> fffe9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (163)</code> <code> (163)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011011 </code> <code>|11111111|11111111|011011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffdb</code> <code> 3fffdb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (164)</code> <code> (164)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011100 </code> <code>|11111111|11111111|011100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffdc</code> <code> 3fffdc</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (165)</code> <code> (165)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101000 </code> <code>|11111111|11111111|1101000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe8</code> <code> 7fffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (166)</code> <code> (166)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101001 </code> <code>|11111111|11111111|1101001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffe9</code> <code> 7fffe9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (167)</code> <code> (167)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|11110 </code> <code>|11111111|11111110|11110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffde</code> <code> 1fffde</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (168)</code> <code> (168)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101010 </code> <code>|11111111|11111111|1101010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffea</code> <code> 7fffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (169)</code> <code> (169)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011101 </code> <code>|11111111|11111111|011101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffdd</code> <code> 3fffdd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (170)</code> <code> (170)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011110 </code> <code>|11111111|11111111|011110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffde</code> <code> 3fffde</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (171)</code> <code> (171)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110000 </code> <code>|11111111|11111111|11110000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffff0</code> <code> fffff0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (172)</code> <code> (172)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|11111 </code> <code>|11111111|11111110|11111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffdf</code> <code> 1fffdf</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (173)</code> <code> (173)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|011111 </code> <code>|11111111|11111111|011111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffdf</code> <code> 3fffdf</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (174)</code> <code> (174)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101011 </code> <code>|11111111|11111111|1101011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffeb</code> <code> 7fffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (175)</code> <code> (175)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101100 </code> <code>|11111111|11111111|1101100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffec</code> <code> 7fffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (176)</code> <code> (176)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00000 </code> <code>|11111111|11111111|00000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe0</code> <code> 1fffe0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (177)</code> <code> (177)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00001 </code> <code>|11111111|11111111|00001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe1</code> <code> 1fffe1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (178)</code> <code> (178)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100000 </code> <code>|11111111|11111111|100000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe0</code> <code> 3fffe0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (179)</code> <code> (179)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00010 </code> <code>|11111111|11111111|00010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe2</code> <code> 1fffe2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (180)</code> <code> (180)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101101 </code> <code>|11111111|11111111|1101101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffed</code> <code> 7fffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (181)</code> <code> (181)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100001 </code> <code>|11111111|11111111|100001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe1</code> <code> 3fffe1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (182)</code> <code> (182)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101110 </code> <code>|11111111|11111111|1101110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffee</code> <code> 7fffee</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (183)</code> <code> (183)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1101111 </code> <code>|11111111|11111111|1101111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffef</code> <code> 7fffef</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (184)</code> <code> (184)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|1010 </code> <code>|11111111|11111110|1010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffea</code> <code> fffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (185)</code> <code> (185)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100010 </code> <code>|11111111|11111111|100010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe2</code> <code> 3fffe2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (186)</code> <code> (186)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100011 </code> <code>|11111111|11111111|100011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe3</code> <code> 3fffe3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (187)</code> <code> (187)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100100 </code> <code>|11111111|11111111|100100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe4</code> <code> 3fffe4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (188)</code> <code> (188)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1110000 </code> <code>|11111111|11111111|1110000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffff0</code> <code> 7ffff0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (189)</code> <code> (189)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100101 </code> <code>|11111111|11111111|100101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe5</code> <code> 3fffe5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (190)</code> <code> (190)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100110 </code> <code>|11111111|11111111|100110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe6</code> <code> 3fffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (191)</code> <code> (191)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1110001 </code> <code>|11111111|11111111|1110001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffff1</code> <code> 7ffff1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (192)</code> <code> (192)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111000|00 </code> <code>|11111111|11111111|11111000|00 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe0</code> <code> 3ffffe0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (193)</code> <code> (193)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111000|01 </code> <code>|11111111|11111111|11111000|01 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe1</code> <code> 3ffffe1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (194)</code> <code> (194)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|1011 </code> <code>|11111111|11111110|1011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffeb</code> <code> fffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (195)</code> <code> (195)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|001 </code> <code>|11111111|11111110|001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fff1</code> <code> 7fff1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[19]</code> <code>[19]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (196)</code> <code> (196)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|100111 </code> <code>|11111111|11111111|100111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe7</code> <code> 3fffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (197)</code> <code> (197)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1110010 </code> <code>|11111111|11111111|1110010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffff2</code> <code> 7ffff2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (198)</code> <code> (198)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|101000 </code> <code>|11111111|11111111|101000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe8</code> <code> 3fffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (199)</code> <code> (199)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110110|0 </code> <code>|11111111|11111111|11110110|0 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffffec</code> <code> 1ffffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[25]</code> <code>[25]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (200)</code> <code> (200)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111000|10 </code> <code>|11111111|11111111|11111000|10 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe2</code> <code> 3ffffe2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (201)</code> <code> (201)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111000|11 </code> <code>|11111111|11111111|11111000|11 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe3</code> <code> 3ffffe3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (202)</code> <code> (202)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111001|00 </code> <code>|11111111|11111111|11111001|00 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe4</code> <code> 3ffffe4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (203)</code> <code> (203)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111011|110 </code> <code>|11111111|11111111|11111011|110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffde</code> <code> 7ffffde</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (204)</code> <code> (204)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111011|111 </code> <code>|11111111|11111111|11111011|111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffdf</code> <code> 7ffffdf</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (205)</code> <code> (205)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111001|01 </code> <code>|11111111|11111111|11111001|01 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe5</code> <code> 3ffffe5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (206)</code> <code> (206)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110001 </code> <code>|11111111|11111111|11110001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffff1</code> <code> fffff1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (207)</code> <code> (207)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110110|1 </code> <code>|11111111|11111111|11110110|1 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffffed</code> <code> 1ffffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[25]</code> <code>[25]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (208)</code> <code> (208)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|010 </code> <code>|11111111|11111110|010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fff2</code> <code> 7fff2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[19]</code> <code>[19]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (209)</code> <code> (209)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00011 </code> <code>|11111111|11111111|00011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe3</code> <code> 1fffe3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (210)</code> <code> (210)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111001|10 </code> <code>|11111111|11111111|11111001|10 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe6</code> <code> 3ffffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (211)</code> <code> (211)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|000 </code> <code>|11111111|11111111|11111100|000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe0</code> <code> 7ffffe0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (212)</code> <code> (212)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|001 </code> <code>|11111111|11111111|11111100|001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe1</code> <code> 7ffffe1</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (213)</code> <code> (213)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111001|11 </code> <code>|11111111|11111111|11111001|11 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe7</code> <code> 3ffffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (214)</code> <code> (214)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|010 </code> <code>|11111111|11111111|11111100|010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe2</code> <code> 7ffffe2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (215)</code> <code> (215)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110010 </code> <code>|11111111|11111111|11110010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffff2</code> <code> fffff2</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (216)</code> <code> (216)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00100 </code> <code>|11111111|11111111|00100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe4</code> <code> 1fffe4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (217)</code> <code> (217)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00101 </code> <code>|11111111|11111111|00101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe5</code> <code> 1fffe5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (218)</code> <code> (218)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111010|00 </code> <code>|11111111|11111111|11111010|00 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe8</code> <code> 3ffffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (219)</code> <code> (219)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111010|01 </code> <code>|11111111|11111111|11111010|01 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffe9</code> <code> 3ffffe9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (220)</code> <code> (220)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1101 </code> <code>|11111111|11111111|11111111|1101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffffd</code> <code> ffffffd</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (221)</code> <code> (221)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|011 </code> <code>|11111111|11111111|11111100|011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe3</code> <code> 7ffffe3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (222)</code> <code> (222)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|100 </code> <code>|11111111|11111111|11111100|100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe4</code> <code> 7ffffe4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (223)</code> <code> (223)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|101 </code> <code>|11111111|11111111|11111100|101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe5</code> <code> 7ffffe5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (224)</code> <code> (224)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|1100 </code> <code>|11111111|11111110|1100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffec</code> <code> fffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (225)</code> <code> (225)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110011 </code> <code>|11111111|11111111|11110011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffff3</code> <code> fffff3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (226)</code> <code> (226)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111110|1101 </code> <code>|11111111|11111110|1101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffed</code> <code> fffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[20]</code> <code>[20]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (227)</code> <code> (227)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00110 </code> <code>|11111111|11111111|00110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe6</code> <code> 1fffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (228)</code> <code> (228)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|101001 </code> <code>|11111111|11111111|101001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffe9</code> <code> 3fffe9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (229)</code> <code> (229)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|00111 </code> <code>|11111111|11111111|00111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe7</code> <code> 1fffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (230)</code> <code> (230)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|01000 </code> <code>|11111111|11111111|01000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1fffe8</code> <code> 1fffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[21]</code> <code>[21]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (231)</code> <code> (231)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1110011 </code> <code>|11111111|11111111|1110011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffff3</code> <code> 7ffff3</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (232)</code> <code> (232)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|101010 </code> <code>|11111111|11111111|101010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffea</code> <code> 3fffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (233)</code> <code> (233)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|101011 </code> <code>|11111111|11111111|101011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3fffeb</code> <code> 3fffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[22]</code> <code>[22]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (234)</code> <code> (234)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110111|0 </code> <code>|11111111|11111111|11110111|0 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffffee</code> <code> 1ffffee</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[25]</code> <code>[25]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (235)</code> <code> (235)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110111|1 </code> <code>|11111111|11111111|11110111|1 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 1ffffef</code> <code> 1ffffef</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[25]</code> <code>[25]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (236)</code> <code> (236)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110100 </code> <code>|11111111|11111111|11110100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffff4</code> <code> fffff4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (237)</code> <code> (237)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11110101 </code> <code>|11111111|11111111|11110101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> fffff5</code> <code> fffff5</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[24]</code> <code>[24]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (238)</code> <code> (238)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111010|10 </code> <code>|11111111|11111111|11111010|10 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffea</code> <code> 3ffffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (239)</code> <code> (239)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|1110100 </code> <code>|11111111|11111111|1110100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffff4</code> <code> 7ffff4</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[23]</code> <code>[23]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (240)</code> <code> (240)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111010|11 </code> <code>|11111111|11111111|11111010|11 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffeb</code> <code> 3ffffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (241)</code> <code> (241)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|110 </code> <code>|11111111|11111111|11111100|110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe6</code> <code> 7ffffe6</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (242)</code> <code> (242)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111011|00 </code> <code>|11111111|11111111|11111011|00 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffec</code> <code> 3ffffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (243)</code> <code> (243)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111011|01 </code> <code>|11111111|11111111|11111011|01 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffed</code> <code> 3ffffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (244)</code> <code> (244)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111100|111 </code> <code>|11111111|11111111|11111100|111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe7</code> <code> 7ffffe7</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (245)</code> <code> (245)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|000 </code> <code>|11111111|11111111|11111101|000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe8</code> <code> 7ffffe8</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (246)</code> <code> (246)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|001 </code> <code>|11111111|11111111|11111101|001 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffe9</code> <code> 7ffffe9</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (247)</code> <code> (247)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|010 </code> <code>|11111111|11111111|11111101|010 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffea</code> <code> 7ffffea</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (248)</code> <code> (248)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|011 </code> <code>|11111111|11111111|11111101|011 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffeb</code> <code> 7ffffeb</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (249)</code> <code> (249)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|1110 </code> <code>|11111111|11111111|11111111|1110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> ffffffe</code> <code> ffffffe</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[28]</code> <code>[28]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (250)</code> <code> (250)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|100 </code> <code>|11111111|11111111|11111101|100 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffec</code> <code> 7ffffec</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (251)</code> <code> (251)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|101 </code> <code>|11111111|11111111|11111101|101 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffed</code> <code> 7ffffed</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (252)</code> <code> (252)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|110 </code> <code>|11111111|11111111|11111101|110 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffee</code> <code> 7ffffee</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (253)</code> <code> (253)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111101|111 </code> <code>|11111111|11111111|11111101|111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7ffffef</code> <code> 7ffffef</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (254)</code> <code> (254)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111110|000 </code> <code>|11111111|11111111|11111110|000 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 7fffff0</code> <code> 7fffff0</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[27]</code> <code>[27]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> (255)</code> <code> (255)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111011|10 </code> <code>|11111111|11111111|11111011|10 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code> 3ffffee</code> <code> 3ffffee</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[26]</code> <code>[26]</code>
</td></td>
</tr> </tr>
<tr> <tr>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>EOS (256)</code> <code>EOS (256)</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>|11111111|11111111|11111111|111111 </code> <code>|11111111|11111111|11111111|111111 </code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>3fffffff</code> <code>3fffffff</code>
</td></td>
<td rowspan="1" colspan="1"> <td rowspan="1" colspan="1">
<code>[30]</code> <code>[30]</code>
</td></td>
</tr> </tr>
</tbody> </tbody>
<tfoot> <tfoot>
<tr> <tr>
<th rowspan="1" colspan="1">sym</th> <th rowspan="1" colspan="1">sym</th>
<th rowspan="1" colspan="1">code as bits<br>aligned to MSB </th> <th rowspan="1" colspan="1">code as bits<br>aligned to MSB </th>
<th rowspan="1" colspan="1">code<br>as hex<br>aligned<br>to LSB</th> <th rowspan="1" colspan="1">code<br>as hex<br>aligned<br>to LSB</th>
<th rowspan="1" colspan="1">len<br>in<br>bits</th> <th rowspan="1" colspan="1">len<br>in<br>bits</th>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
</section></section>
</section></section>
</section></section>
<section><section>
<h2> <h2>
<a href="#section-11">11. </a><a href="#name-section-references" class="section-name selfRef">Section References</a><a href="#section-11">11. </a><a href="#name-section-references" class="section-name selfRef">Section References</a>
</h2> </h2>
<section><section>
<h3> <h3>
<a href="#section-11.1">11.1. </a><a href="#name-by-section-number" class="section-name selfRef">By Section Number</a><a href="#section-11.1">11.1. </a><a href="#name-by-section-number" class="section-name selfRef">By Section Number</a>
</h3> </h3>
<p><p>
"of": "of":
See <span><a href="https://rfc-editor.org/rfc/rfc7991#section-1">Section 1</a> of [<a href="#RFC7991">RFC7991</a>]</span>.<a href="#section-11.1-1">¶</a></p> See <span><a href="https://www.rfc-editor.org/rfc/rfc7991#section-1">Section 1</a> of [<a href="#RFC7991">RFC7991</a>]</span>.<a href="#section-11.1-1" class="pilcrow">¶</a></p>
<p><p>
"comma": "comma":
See <span>[<a href="#RFC7991"delete">xref">RFC7991</a>], <a href="https://rfc-editor.org/rfc/rfc7991#section-2.2">Section 2.2</a></span>.<a href="#section-11.1-2">¶</a></p> See <span>[<a href="#RFC7991"insert">cite xref">RFC7991</a>], <a href="https://www.rfc-editor.org/rfc/rfc7991#section-2.2">Section 2.2</a></span>.<a href="#section-11.1-2" class="pilcrow">¶</a></p>
<p><p>
"parens": "parens":
See <span>[<a href="#RFC7991"delete">xref">RFC7991</a>] (<a href="https://rfc-editor.org/rfc/rfc7991#appendix-A">Appendix A</a>)</span>.<a href="#section-11.1-3">¶</a></p> See <span>[<a href="#RFC7991"insert">cite xref">RFC7991</a>] (<a href="https://www.rfc-editor.org/rfc/rfc7991#appendix-A">Appendix A</a>)</span>.<a href="#section-11.1-3" class="pilcrow">¶</a></p>
<p><p>
"bare": "bare":
See <a href="https://rfc-editor.org/rfc/rfc7991#appendix-B">B</a>.<a href="#section-11.1-4">¶</a></p> See <a href="https://www.rfc-editor.org/rfc/rfc7991#appendix-B">B</a>.<a href="#section-11.1-4">¶</a></p>
<p><p>
(default): (default):
See <span><a href="https://rfc-editor.org/rfc/rfc7991#section-1">Section 1</a> of [<a href="#RFC7991">RFC7991</a>]</span>.<a href="#section-11.1-5">¶</a></p> See <span><a href="https://www.rfc-editor.org/rfc/rfc7991#section-1">Section 1</a> of [<a href="#RFC7991">RFC7991</a>]</span>.<a href="#section-11.1-5" class="pilcrow">¶</a></p>
<p><p>
With text content: With text content:
See <span><a href="https://rfc-editor.org/rfc/rfc7991#section-2">Section 2</a> of the wonderful Section 2 of RFC 7991 [<a href="#RFC7991">RFC7991</a>]</span>.<a href="#section-11.1-6">¶</a></p> See <span><a href="https://www.rfc-editor.org/rfc/rfc7991#section-2">Section 2</a> of the wonderful Section 2 of RFC 7991 [<a href="#RFC7991">RFC7991</a>]</span>.<a href="#section-11.1-6">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-11.2">11.2. </a><a href="#name-by-relative-uri" class="section-name selfRef">By Relative URI</a><a href="#section-11.2">11.2. </a><a href="#name-by-relative-uri" class="section-name selfRef">By Relative URI</a>
</h3> </h3>
<p><p>
"of": "of":
See <span><a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a> of [<a href="#SVG11"delete">xref">SVG11</a>]</span>.<a href="#section-11.2-1">¶</a></p> See <span><a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a> of [<a href="#SVG11"insert">cite xref">SVG11</a>]</span>.<a href="#section-11.2-1" class="pilcrow">¶</a></p>
<p><p>
"comma": "comma":
See <span>[<a href="#SVG11"delete">xref">SVG11</a>], <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a></span>.<a href="#section-11.2-2">¶</a></p> See <span>[<a href="#SVG11"insert">cite xref">SVG11</a>], <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a></span>.<a href="#section-11.2-2" class="pilcrow">¶</a></p>
<p><p>
"parens": "parens":
See <span>[<a href="#SVG11"delete">xref">SVG11</a>] (<a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a>)</span>.<a href="#section-11.2-3">¶</a></p> See <span>[<a href="#SVG11"insert">cite xref">SVG11</a>] (<a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a>)</span>.<a href="#section-11.2-3" class="pilcrow">¶</a></p>
<p><p>
"bare": "bare":
See <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">1</a>.<a href="#section-11.2-4">¶</a></p> See <a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">1</a>.<a href="#section-11.2-4">¶</a></p>
<p><p>
(default): (default):
See <span><a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a> of [<a href="#SVG11"delete">xref">SVG11</a>]</span>.<a href="#section-11.2-5">¶</a></p> See <span><a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/intro.html">Section 1</a> of [<a href="#SVG11"insert">cite xref">SVG11</a>]</span>.<a href="#section-11.2-5" class="pilcrow">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-11.3">11.3. </a><a href="#name-to-references" class="section-name selfRef">To "References"</a><a href="#section-11.3">11.3. </a><a href="#name-to-references" class="section-name selfRef">To "References"</a>
</h3> </h3>
<p><p>
See <a href="#some.references"delete">xref">Section 12</a>, where the title is "<a href="#some.references">Some References</a>".<a href="#section-11.3-1">¶</a></p> See <a href="#some.references"insert">auto internal xref">Section 12</a>, where the title is "<a href="#some.references">Some References</a>".<a href="#section-11.3-1" class="pilcrow">¶</a></p>
<p><p>
See <span><a href="#some.references"class="xref">references below</a> (<ahref="#some.ref See <span><a href="#some.references"class="internal xref">references below</a> (<ahref="
erences">Section 12</a>)</span>.<a href="#section-11.3-2">¶</a></p>#some.references">Section 12</a>)</span>.<a href="#section-11.3-2"class=
"pilcrow">¶</a></p>
<p>
We might also link to <a href="#some.references">references below</a
> without perturbing text.<a href="#section-11.3-3">¶</a></p>
</section></section>
<section><section>
<h3> <h3>
<a href="#section-11.4">11.4. </a><a href="#name-to-unnumbered-section">To Unnumbered Section</a><a href="#section-11.4">11.4. </a><a href="#name-to-unnumbered-section">To Unnumbered Section</a>
</h3> </h3>
<p><p>
See <a href="#contributors"delete">xref">Appendix C</a>, where the title is "<a href="#contributors">Contributors</a>".<a href="#section-11.4-1">¶</a></p> See <a href="#contributors"insert">auto internal xref">Appendix "Contributors"</a>, where the title is "<a href="#contributors">Contributors</a>".<a href="#section-11.4-1">¶</a></p>
<p><p>
See <span><a href="#contributors"class="xref">contributors below</a> (<ahref="#contribut See <span><a href="#contributors"class="internal xref">contributors below</a> (<ahref="#
ors">Appendix C</a>)</span>.<a href="#section-11.4-2">¶</a></p>contributors">Appendix "Contributors"</a>)</span>.<a href="#section-11.4-
2">¶</a></p>
<p>
We might also link to <a href="#contributors">contributors</a> witho
ut perturbing text.<a href="#section-11.4-3">¶</a></p>
</section></section>
</section></section>
<div><div>
<section><section>
<h2> <h2>
<a href="#section-12">12. </a><a href="#name-some-references">Some References</a><a href="#section-12">12. </a><a href="#name-some-references">Some References</a>
</h2> </h2>
<dl><dl>
<dt>[0REFTEST]</dt><dt>[0REFTEST]</dt>
<dd> <dd>
<span>Reschke, J.</span>, <span>"Reference Test"</span>, <span class="refContent">additional prose goes <em>here</em></span>, <time datetime="2014-11">November 2014</time>. <span>Due to a <code>&lt;displayreference&gt;</code> element, this should be listed as "<span>[<a href="#REFTEST">0REFTEST</a>]</span>".</span><span>Reschke, J.</span>, <span>"Reference Test"</span>, <span class="refContent">additional prose goes <em>here</em></span>, <time datetime="2014-11">November 2014</time>. <span>Due to a <code>&lt;displayreference&gt;</code> element, this should be listed as "<span>[<a href="#REFTEST">0REFTEST</a>]</span>".</span>
</dd> </dd>
<dd></dd>
<dt>[DUP]</dt><dt>[DUP]</dt>
<dd> <dd>
<span>Reschke, J.</span>, <span>"Reference Duplicate Test"</span><span>Reschke, J.</span>, <span>"Reference Duplicate Test"</span>
, <timedatetime="2016-07">July 2016</time>. </dd>, <timedatetime="2016-07">July 2016</time>. </dd>
<dd></dd>
<dt>[DUP]</dt><dt>[DUP]</dt>
<dd> <dd>
<span>Reschke, J.</span>, <span>"Another Reference Duplicate Test"</span>, <time datetime="2016-07">July 2016</time>. <span>Oops.</span><span>Reschke, J.</span>, <span>"Another Reference Duplicate Test"</span>, <time datetime="2016-07">July 2016</time>. <span>Oops.</span>
</dd> </dd>
<dd></dd>
<dt>[GOST3410]</dt><dt>[GOST3410]</dt>
<dd> <dd>
<span>"Information technology. Cryptographic data security. Signature and verification processes of [electronic] digital signature."</span>, <span>Gosudarstvennyi Standard of Russian Federation, Правительственная комиссия России по стандартам (Government Committee of Russia for Standards)</span>, <span>GOST R 34.10-2001</span>, <time datetime="2001">2001</time>. <span>(In Russian)</span><span>"Information technology. Cryptographic data security. Signature and verification processes of [electronic] digital signature."</span>, <span>Gosudarstvennyi Standard of Russian Federation, Правительственная комиссия России по стандартам (Government Committee of Russia for Standards)</span>, <span>GOST R 34.10-2001</span>, <time datetime="2001">2001</time>. <span>(In Russian)</span>
</dd> </dd>
<dd></dd>
<dt>[RFC7991]</dt><dt>[RFC7991]</dt>
<dd> <dd>
<span>Hoffman, P.</span>, <span>"The "xml2rfc" Version 3 Vocabula<span>Hoffman, P.</span>, <span>"The "xml2rfc" Version 3 Vocabula
ry"</span>, <span>RFC 7991</span>, <timedatetime="2016-12">December 2016</time>,ry"</span>, <span>RFC 7991</span>, <timedatetime="2016-12">Decem
<span>&lt;<ahref="https://www.rfc-editor.org/rfc/rfc7991">https://www.rfc-editor.org/rfc/rfc7991</ber 2016</time>, <span>&lt;<ahref="https://www.rfc-editor.org/rfc/rfc7991">https://www.rfc-editor.o
a>&gt;</span>. </dd>rg/rfc/rfc7991</a>&gt;</span>. </dd>
<dd></dd>
<dt>[RFC7996]</dt><dt>[RFC7996]</dt>
<dd> <dd>
<span>Brownlee, N.</span>, <span>"SVG Drawings for RFCs: SVG 1.2<span>Brownlee, N.</span>, <span>"SVG Drawings for RFCs: SVG 1.2
RFC"</span>, <span>RFC 7996</span>, <span>DOI 10.17487/RFC7996RFC"</span>, <span>RFC 7996</span>, <span>DOI 10.17487/RFC7996
</span>, <timedatetime="2016-12">December 2016</time>, <span>&lt;<ahref="https://www.rfc-editor.or</span>, <timedatetime="2016-12">December 2016</time>, <span>&lt;<ahref="https://w
g/info/rfc7996">https://www.rfc-editor.org/info/rfc7996</a>&gt;</span>. </dd>ww.rfc-editor.org/info/rfc7996">https://www.rfc-editor.org/info/rfc7996</a>&gt;</span>. </dd>
<dd></dd>
<dt>[STD78]</dt><dt>[STD78]</dt>
<dd> <dd>
<div><div>
<span>Schoenwaelder, J.</span>, <span>"Simple Network Management Protocol (SNMP) Context EngineID Discovery"</span>, <span>STD 78</span>, <span>RFC 5343</span>, <time datetime="2008-09">September 2008</time>. </div> <span>Schoenwaelder, J.</span>, <span>"Simple Network Management Protocol (SNMP) Context EngineID Discovery"</span>, <span>STD 78</span>, <span>RFC 5343</span>, <time datetime="2008-09">September 2008</time>. </div>
<div><div>
<span>Harrington, D.</span><span> and J. Schoenwaelder</span>, <span>"Transport Subsystem for the Simple Network Management Protocol (SNMP)"</span>, <span>STD 78</span>, <span>RFC 5590</span>, <time datetime="2009-06">June 2009</time>. </div> <span>Harrington, D.</span> and <span>J. Schoenwaelder</span>, <span>"Transport Subsystem for the Simple Network Management Protocol (SNMP)"</span>, <span>STD 78</span>, <span>RFC 5590</span>, <time datetime="2009-06">June 2009</time>. </div>
<div><div>
<span>Harrington, D.</span><span> and W. Hardaker</span>, <span>"Transport Security Model for the Simple Network Management Protocol (SNMP)"</span>, <span>STD 78</span>, <span>RFC 5591</span>, <time datetime="2009-06">June 2009</time>. </div> <span>Harrington, D.</span> and <span>W. Hardaker</span>, <span>"Transport Security Model for the Simple Network Management Protocol (SNMP)"</span>, <span>STD 78</span>, <span>RFC 5591</span>, <time datetime="2009-06">June 2009</time>. </div>
<div><div>
<span>Hardaker, W.</span>, <span>"Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)"</span>, <span>STD 78</span>, <span>RFC 6353</span>, <time datetime="2011-07">July 2011</time>. </div> <span>Hardaker, W.</span>, <span>"Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)"</span>, <span>STD 78</span>, <span>RFC 6353</span>, <time datetime="2011-07">July 2011</time>. </div>
<span>&lt;<a href="https://www.rfc-editor.org/info/std78">https://www.rfc-editor.org/info/std78</a>&gt;</span><span>&lt;<a href="https://www.rfc-editor.org/info/std78">https://www.rfc-editor.org/info/std78</a>&gt;</span>
</dd></dd>
<dd></dd>
<dt>[STPETER]</dt><dt>[STPETER]</dt>
<dd> <dd>
<span><span>ᏚᎢᎵᎬᎢᎬᏒ Inc.</span> (<span>STPETER Inc.</span>)</span>, <span><span>"ᏚᎢᎵᎬᎢᎬᏒ's document"</span> (<span class="ascii">"STPETER's document"</span>)</span>. <span>A document where the author element specifies just an organization, and both title and organization name have an ASCII equivalent.</span><span><span>ᏚᎢᎵᎬᎢᎬᏒ Inc.</span> (<span>STPETER Inc.</span>)</span>, <span><span>"ᏚᎢᎵᎬᎢᎬᏒ's document"</span> (<span class="ascii">"STPETER's document"</span>)</span>. <span>A document where the author element specifies just an organization, and both title and organization name have an ASCII equivalent.</span>
</dd> </dd>
<dd></dd>
<dt>[SVG11]</dt><dt>[SVG11]</dt>
<dd> <dd>
<span>Ferraiolo, J.</span><span><span>, 藤沢, 淳</span> (<span>Fujisawa, J.</span>)</span><span>, and D. Jackson</span>, <span>"Scalable Vector Graphics (SVG) 1.1 Specification"</span>, <span>W3C Recommendation REC-SVG11-20030114</span>, <time datetime="2003-01-14">January 14, 2003</time>, <span>&lt;<a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">http://www.w3.org/TR/2003/REC-SVG11-20030114/</a>&gt;</span>. <span><span>Ferraiolo, J.</span>, <span><span>藤沢, 淳</span> (<span>Fujisawa, J.</span>)</span>, and <span>D. Jackson</span>, <span>"Scalable Vector Graphics (SVG) 1.1 Specification"</span>, <span>W3C Recommendation REC-SVG11-20030114</span>, <time datetime="2003-01-14">14 January 2003</time>, <span>&lt;<a href="http://www.w3.org/TR/2003/REC-SVG11-20030114/">http://www.w3.org/TR/2003/REC-SVG11-20030114/</a>&gt;</span>. <span>
Latest version available at Latest version available at
<span><a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a></span>. <span><a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a></span>.
</span> </span>
</dd> </dd>
<dd></dd>
<dt>[UNQUOTED]</dt><dt>[UNQUOTED]</dt>
<dd> <dd>
<span>Reschke, J.</span>, <span>Reference Test</span>, <time datetime="2015-03">March 2015</time>. <span>(The title above should not be quoted)</span><span>Reschke, J.</span>, <span>Reference Test</span>, <time datetime="2015-03">March 2015</time>. <span>(The title above should not be quoted)</span>
</dd> </dd>
<dd></dd>
<dt>[XML]</dt><dt>[XML]</dt>
<dd> <dd>
<span>Bray, T.</span><span>, Paoli, J.</span><span>, Sperberg-McQueen, C.</span><span>, Maler, E.</span><span>, and F. Yergeau</span>, <span>"Extensible Markup Language (XML) 1.0 (Fifth Edition)"</span>, <span>W3C Recommendation REC-xml-20081126</span>, <time datetime="2008-11-26">November 26, 2008</time>, <span>&lt;<a href="http://www.w3.org/TR/2008/REC-xml-20081126/">http://www.w3.org/TR/2008/REC-xml-20081126/</a>&gt;</span>. <span><span>Bray, T.</span>, <span>Paoli, J.</span>, <span>Sperberg-McQueen, C.</span>, <span>Maler, E.</span>, and <span>F. Yergeau</span>, <span>"Extensible Markup Language (XML) 1.0 (Fifth Edition)"</span>, <span>W3C Recommendation REC-xml-20081126</span>, <time datetime="2008-11-26">26 November 2008</time>, <span>&lt;<a href="http://www.w3.org/TR/2008/REC-xml-20081126/">http://www.w3.org/TR/2008/REC-xml-20081126/</a>&gt;</span>. <span>
Latest version available at Latest version available at
<span><a href="http://www.w3.org/TR/xml">http://www.w3.org/TR/xml</a></span>. <span><a href="http://www.w3.org/TR/xml">http://www.w3.org/TR/xml</a></span>.
</span> </span>
</dd> </dd>
<dd></dd>
</dl></dl>
</section></section>
</div></div>
<sectiondelete">section-appendix.a"><sectioninsert">appendix-A">
<h2> <h2>
<a href="#section-appendix.a">Appendix A. </a><a href="#name-change-log" class="section-name selfRef">Change Log</a><a href="#appendix-A">Appendix A. </a><a href="#name-change-log" class="section-name selfRef">Change Log</a>
</h2> </h2>
<pid="section-appendix.a-1">This section is to be removed before publishing as an RFC.<ahref="#sec<pid="appendix-A-1">This section is to be removed before publishing as an RFC.<ahref="#appendix-A-
tion-appendix.a-1">¶</a></p>1">¶</a></p>
<pid="section-appendix.a-2"><pid="appendix-A-2">
Foo bar.<ahref="#section-appendix.a-2">¶</a></p> Foo bar.<ahref="#appendix-A-2">¶</a></p>
<p>
<span></span>
<span></span>
<span></span>
<span></span><a href="#appendix-A-3">¶</a></p>
</section></section>
<sectiondelete">section-appendix.b"><sectioninsert">appendix-B">
<h2> <h2>
<a href="#section-appendix.b">Appendix B. </a><a href="#name-another-change-log-only-con">Another Change Log only containing Subsections</a><a href="#appendix-B">Appendix B. </a><a href="#name-another-change-log-only-con">Another Change Log only containing Subsections</a>
</h2> </h2>
<pid="section-appendix.b-1">This section is to be removed before publishing as an RFC.<ahref="#sec<pid="appendix-B-1">This section is to be removed before publishing as an RFC.<ahref="#appendix-B-
tion-appendix.b-1">¶</a></p>1">¶</a></p>
<sectionid="section-b.1"><sectionid="appendix-B.1">
<h2> <h3>
<ahref="#section-b.1">B.1. </a><a href="#name-test"class="section-n<ahref="#appendix-B.1">B.1. </a><a href="#name-test"class="section-
ame selfRef">Test</a>name selfRef">Test</a>
</h2></h3>
<pid="section-b.1-1">Foo<a href="#section-b.1-1">¶</a></p><p>Foo<a href="#appendix-B.1-1">¶</a></p>
</section>
</section>
<section>
<h2>
<a href="#appendix-C">Appendix C. </a><a href="#name-test-removeinrfc
-duplicatio">Test removeInRFC duplication</a>
</h2>
<pid="appendix-C-1">This section is to be removed before publishing as an RFC.<a href="#appendix-C-
1">¶</a></p>
<p>The above note should NOT appear twice.<a href="#appendix-C-2">
¶</a></p>
</section>
<section>
<h2>
<a href="#appendix-D">Appendix D. </a><a href="#name-test-removeinrfc
-duplication">Test removeInRFC duplication again</a>
</h2>
<p>This section is to be removed before publishing as an RFC.<a href="#appendix-D-
1">¶</a></p>
<p>Since it is not the first paragraph in the source XML,<a href="#appendix-D-2" c
lass="pilcrow">¶</a></p>
<p>This section is to be removed before publishing as an RFC.<a href="#appendix-D-
3">¶</a></p>
<p>should appear twice this time.<a href="#appendix-D-4">¶</a></p>
</section>
<section>
<h2>
<a href="#appendix-E">Appendix E. </a><a href="#name-test-removeinrfc
-without-na">Test removeInRFC without name</a>
</h2>
<p>This section is to be removed before publishing as an RFC.<a href="#appendix-E-
1">¶</a></p>
<section>
<h3>
<a href="#appendix-E.1">E.1. </a><a href="#name-section-as-first-chil
d">section as first child</a>
</h3>
<p>The warning should still appear.<a href="#appendix-E.1-1">¶</
a></p>
</section></section>
</section></section>
<div><div>
<sectiondelete">section-appendix.c"><sectioninsert">appendix-F">
<h2> <h2>
<a href="#name-contributors">Contributors</a><a href="#name-contributors">Contributors</a>
</h2> </h2>
<pid="section-appendix.c-1"><pid="appendix-F-1">
Foo bar.<ahref="#section-appendix.c-1">¶</a></p> Foo bar.<ahref="#appendix-F-1">¶</a></p>
</section></section>
</div></div>
<sectiondelete">section-appendix.d"><sectioninsert">appendix-G">
<h2> <h2>
<a href="#name-index">Index</a><a href="#name-index">Index</a>
</h2> </h2>
<div><div>
<pid="section-appendix.d-1"><pid="appendix-G-1">
<ahref="#rfc.index.B">B</a> <ahref="#rfc.index.u36">$</a>
<ahref="#rfc.index.M">M</a> <ahref="#rfc.index.u37">%</a>
<ahref="#rfc.index.R">R</a> <ahref="#rfc.index.u91">[</a>
<a href="#rfc.index.T">T</a><a href="#section-appendix.d-1">¶</ <a href="#rfc.index.u92">\</a>
a></p> <a href="#rfc.index.u66">B</a>
<a href="#rfc.index.u77">M</a>
<a href="#rfc.index.u82">R</a>
<a href="#rfc.index.u84">T</a><a href="#appendix-G-1">
¶</a></p>
</div></div>
<ulclass="ulEmpty"><ulclass="normal ulEmpty">
<liclass="ulEmpty"><liclass="normal ulEmpty">
<divid="rfc.index.B"> <divid="rfc.index.u36">
<pid="section-appendix.d-2.1.1"><pid="appendix-G-2.1.1">
<ahref="#rfc.index.B">B</a><a href="#section-appendix.d-2.1.1"rblock"> <ahref="#rfc.index.u36">$</a><a href="#appendix-G-2.1.1"lineno">
pilcrow">¶</a></p>ilcrow">¶</a></p>
</div></div>
<ulclass="ulEmpty"><ulclass="compact normal ulEmpty">
<liclass="ulEmpty"><liclass="compact normal ulEmpty">
<pid="section-appendix.d-2.1.2.1.1">Bare Table<a href="#section-appendix.d-2.1.2.1.1" <span></span><dl>
>¶</a></p> <dt>$Dollar item</dt>
<p> <dd>
<ahref="#table-1">Bare Table</a><a href="#section-appendix.d-2.1.2.1.2 <pid="appendix-G-2.1.2.1.1.2.1">
">¶</a></p> <ahref="#appendix-A-3">Appendix A, Paragraph 3</a><a
href="#appendix-G-2.1.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li></li>
</ul> </ul>
</li></li>
<liclass="ulEmpty"> <liclass="normal ulEmpty">
<divid="rfc.index.M"> <divid="rfc.index.u37">
<pid="section-appendix.d-2.2.1"><pid="appendix-G-2.2.1">
<ahref="#rfc.index.M">M</a><a href="#section-appendix.d-2.2.1"rblock"> <ahref="#rfc.index.u37">%</a><a href="#appendix-G-2.2.1"lineno">
pilcrow">¶</a></p>ilcrow">¶</a></p>
</div></div>
<ulclass="ulEmpty"><ulclass="compact normal ulEmpty">
<liclass="ulEmpty"><liclass="compact normal ulEmpty">
<pid="section-appendix.d-2.2.2.1.1">Markup in titles<a href="#section-appendix.d-2.2. <span></span><dl>
2.1.1">¶</a></p> <dt>%</dt>
<p> <dd>
<ahref="#section-2">Markup in titles</a><a href="#section-appendix.d-2 <pid="appendix-G-2.2.2.1.1.2.1">
.2.2.1.2">¶</a></p> <ahref="#appendix-A-3">Appendix A, Paragraph 3</a><a
href="#appendix-G-2.2.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li></li>
</ul> </ul>
</li></li>
<liclass="ulEmpty"> <liclass="normal ulEmpty">
<divid="rfc.index.R"> <divid="rfc.index.u91">
<pid="section-appendix.d-2.3.1"><pid="appendix-G-2.3.1">
<ahref="#rfc.index.R">R</a><a href="#section-appendix.d-2.3.1"rblock"> <ahref="#rfc.index.u91">[</a><a href="#appendix-G-2.3.1"lineno">
pilcrow">¶</a></p>ilcrow">¶</a></p>
</div></div>
<ulclass="ulEmpty"><ulclass="compact normal ulEmpty">
<liclass="ulEmpty"><liclass="compact normal ulEmpty">
<pid="section-appendix.d-2.3.2.1.1">Reference renaming<a href="#section-appendix.d-2. <span></span><dl>
3.2.1.1">¶</a></p> <dt>[Bracket item</dt>
<p> <dd>
<ahref="#section-3">Reference renaming</a><a href="#section-appendix.d <pid="appendix-G-2.3.2.1.1.2.1">
-2.3.2.1.2">¶</a></p> <ahref="#appendix-A-3">Appendix A, Paragraph 3</a><a
href="#appendix-G-2.3.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li></li>
</ul> </ul>
</li></li>
<liclass="ulEmpty"> <liclass="normal ulEmpty">
<divid="rfc.index.T"> <divid="rfc.index.u92">
<pid="section-appendix.d-2.4.1"><pid="appendix-G-2.4.1">
<ahref="#rfc.index.T">T</a><a href="#section-appendix.d-2.4.1"rblock"> <ahref="#rfc.index.u92">\</a><a href="#appendix-G-2.4.1"lineno">
pilcrow">¶</a></p>ilcrow">¶</a></p>
</div></div>
<ulclass="ulEmpty"><ulclass="compact normal ulEmpty">
<liclass="ulEmpty"><liclass="compact normal ulEmpty">
<pid="section-appendix.d-2.4.2.1.1">Text Styles<a href="#section-appendix.d-2.4.2.1.1 <span></span><dl>
">¶</a></p> <dt>\Backslash item</dt>
<pid="section-appendix.d-2.4.2.1.2"> <dd>
<a href="#section-1"class="xref">Text Styles</a><a href="#section-appendix.d-2.4.2. <pid="appendix-G-2.4.2.1.1.2.1">
1.2">¶</a></p> <a href="#appendix-A-3">Appendix A, Paragraph 3</a><a
href="#appendix-G-2.4.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li>
</ul>
</li>
<li>
<div>
<p>
<a href="#rfc.index.u66">B</a><a href="#appendix-G-2.5.1"lineno">
ilcrow">¶</a></p>
</div>
<ul>
<li>
<span></span><dl>
<dt>Bare Table</dt>
<dd>
<p>
<a href="#table-1">Table 1</a><a href="#appendix-G-2.
5.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li>
</ul>
</li>
<li>
<div>
<p>
<a href="#rfc.index.u77">M</a><a href="#appendix-G-2.6.1"lineno">
ilcrow">¶</a></p>
</div>
<ul>
<li>
<span></span><dl>
<dt>Markup in titles</dt>
<dd>
<p>
<a href="#section-2">Section 2</a><a href="#appendix-
G-2.6.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li>
</ul>
</li>
<li>
<div>
<p>
<a href="#rfc.index.u82">R</a><a href="#appendix-G-2.7.1"lineno">
ilcrow">¶</a></p>
</div>
<ul>
<li>
<span></span><dl>
<dt>Reference renaming</dt>
<dd>
<p>
<a href="#section-3">Section 3</a><a href="#appendix-
G-2.7.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li>
</ul>
</li>
<li>
<div>
<p>
<a href="#rfc.index.u84">T</a><a href="#appendix-G-2.8.1"lineno">
ilcrow">¶</a></p>
</div>
<ul>
<li>
<span></span><dl>
<dt>Text Styles</dt>
<dd>
<pid="appendix-G-2.8.2.1.1.2.1">
<a href="#section-1"class="auto internal xref">Section 1</a><a href="#appendix-
G-2.8.2.1.1.2.1">¶</a></p>
</dd>
<dd></dd>
</dl>
</li></li>
</ul> </ul>
</li></li>
</ul> </ul>
</section></section>
<div><div>
<sectiondelete">section-appendix.e"><sectioninsert">appendix-H">
<h2> <h2>
<a href="#name-authors-addresses">Authors' Addresses</a><a href="#name-authors-addresses">Authors' Addresses</a>
</h2> </h2>
<address><address>
<div dir="auto"><span>Julian Reschke (<span>editor</span>)</span></div> <div dir="auto"><span>Julian Reschke (<span>editor</span>)</span></div>
<div dir="auto"><span>line 1, line 2,line 3</span></div><div dir="auto"><span>line 1<br>line 2<br>line 3</span></div>
</address></address>
<address><address>
<div> <div>
<div dir="auto"><span>Pythagoras of Samos</span></div><div dir="auto"><span>Pythagoras of Samos</span></div>
<div dir="auto"><span>Geometry Labs</span></div><div dir="auto"><span>Geometry Labs</span></div>
<div dir="auto"><div dir="auto">
<span>831 03</span> <span>Pythagoreio</span><span>831 03</span> <span>Pythagoreio</span>
</div></div>
<div dir="auto"><span>Greece</span></div><div dir="auto"><span>Greece</span></div>
</div></div>
<div>Additional contact information:</div><div>Additional contact information:</div>
<div><div>
<div dir="auto"><span>Πυθαγόρας ὁ Σάμιος</span></div><div dir="auto"><span>Πυθαγόρας ὁ Σάμιος</span></div>
<div dir="auto"><span>Εργαστήριο γεωμετρία</span></div><div dir="auto"><span>Εργαστήριο γεωμετρία</span></div>
<div dir="auto"><div dir="auto">
<span>831 03</span> <span>Πυθαγόρειο</span><span>831 03</span> <span>Πυθαγόρειο</span>
</div></div>
<div dir="auto"><span>Ελλάδα</span></div><div dir="auto"><span>Ελλάδα</span></div>
</div></div>
</address></address>
<address>
<div dir="auto"><span>Armin Bergström</span></div>
</address>
</section></section>
</div></div>
<script>var toc = document.getElementById("toc");<script>const toc = document.getElementById("toc");
var tocToggle = toc.querySelector("h2");toc.querySelector("h2").addEventListener("click", e => {
var tocNav = toc.querySelector("nav"); toc.classList.toggle("active");
});
// mobile menu toggletoc.querySelector("nav").addEventListener("click", e => {
tocToggle.onclick = function(event) {toc.classList.remove("active");
if (window.innerWidth < 1024) {
var tocNavDisplay = tocNav.currentStyle ? tocNav.currentStyle.display : getComputedStyle(tocNav, nu
ll).display;
if (tocNavDisplay == "none") {
tocNav.style.display = "block";
} else {
tocNav.style.display = "none";
}
}
}
// toc anchor scroll to anchor
tocNav.addEventListener("click", function (event) {
event.preventDefault();
if (event.target.nodeName == 'A') {
if (window.innerWidth < 1024) {
tocNav.style.display = "none";
}
var href = event.target.getAttribute("href");
var anchorId = href.substr(1);
var anchor = document.getElementById(anchorId);
anchor.scrollIntoView(true);
window.history.pushState("","",href);
}
});});
// switch toc mode when window resized
window.onresize = function () {
if (window.innerWidth < 1024) {
tocNav.style.display = "none";
} else {
tocNav.style.display = "block";
}
}
</script></script>
</body></body>
</html></html>
 End of changes. 243 change blocks. 
546 lines changed or deleted1965 lines changed or added

This html diff was produced by rfcdiff 1.48.

[8]ページ先頭

©2009-2026 Movatter.jp