Skip to content

Commit

Permalink
Script updating gh-pages from 624da88. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jun 7, 2022
1 parent af5a372 commit ddc8f9c
Show file tree
Hide file tree
Showing 13 changed files with 5,508 additions and 3,947 deletions.
126 changes: 63 additions & 63 deletions index.html

Large diffs are not rendered by default.

93 changes: 53 additions & 40 deletions rfc8999.html
Expand Up @@ -10,7 +10,7 @@
This document defines the properties of the QUIC transport protocol that are
common to all versions of the protocol.
" name="description">
<meta content="xml2rfc 3.12.3" name="generator">
<meta content="xml2rfc 3.12.10" name="generator">
<meta content="crypto" name="keyword">
<meta content="next generation" name="keyword">
<meta content="protocol" name="keyword">
Expand All @@ -19,22 +19,22 @@
<meta content="UDP" name="keyword">
<meta content="8999" name="rfc.number">
<!-- Generator version information:
xml2rfc 3.12.3
Python 3.9.7
xml2rfc 3.12.10
Python 3.10.4
appdirs 1.4.4
ConfigArgParse 1.3
google-i18n-address 2.5.0
ConfigArgParse 1.5.3
google-i18n-address 2.5.1
html5lib 1.1
intervaltree 3.1.0
Jinja2 2.11.3
kitchen 1.2.6
lxml 4.6.5
lxml 4.8.0
MarkupSafe 2.0.1
pycountry 20.7.3
pyflakes 2.3.1
PyYAML 5.4.1
requests 2.26.0
setuptools 52.0.0
pyflakes 2.4.0
PyYAML 6.0
requests 2.27.1
setuptools 59.4.0
six 1.16.0
-->
<link href="rfc8999.xml" rel="alternate" type="application/rfc+xml">
Expand Down Expand Up @@ -161,6 +161,14 @@
src: local('Lora Bold'), local('Lora-Bold'), url('https://martinthomson.github.io/rfc-css/fonts/lora-bold-latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Lora';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Lora SemiBold'), local('Lora-SemiBold'), url('https://martinthomson.github.io/rfc-css/fonts/lora-semibold-latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
font-family: 'Cabin Condensed';
Expand Down Expand Up @@ -342,7 +350,7 @@
padding: 0;
margin: 0 0 0.5em 2em;
}
ol ol, ul ul, ol ul, ul ol {
:is(ol, ul) :is(ol, ul) {
margin-left: 1em;
}
li {
Expand All @@ -357,8 +365,7 @@
ul.empty li, .ulEmpty li {
margin-top: 0.5em;
}
ul.compact, .ulCompact,
ol.compact, .olCompact {
:is(ul, ol).compact, .ulCompact, .olCompact {
line-height: 100%;
margin: 0 0 0 2em;
}
Expand All @@ -374,7 +381,7 @@
margin-bottom: .8em;
min-height: 1.3em;
}
dl.compact > dd, .dlCompact > dd {
:is(dl.compact, .dlCompact) > dd {
margin-bottom: 0em;
}
dl > dd > dl {
Expand Down Expand Up @@ -416,6 +423,9 @@
remove leading to avoid altering the final height of lines */
line-height: 0;
}
:is(h1, h2, h3, h4, h5, h6) :is(tt, code) {
font-size: 84%;
}
pre {
border: 1px solid var(--line-color);
font-size: 13.5px;
Expand All @@ -440,6 +450,19 @@
text-align: left;
}
@media screen {
/* Auto-collapse boilerplate. */
:is(#status-of-memo, #copyright) p {
margin: -2px 0;
max-height: 0;
transition: max-height 2s ease, margin 0.5s ease 0.5s;
overflow: hidden;
}
:is(#status-of-memo, #copyright):hover p,
:is(#status-of-memo, #copyright) h2:target ~ p {
margin: 0.5em 0;
max-height: 500px;
overflow: auto;
}
pre, svg {
display: inline-block;
overflow-x: auto;
Expand All @@ -455,7 +478,7 @@
display: block;
width: calc(100% - 25px);
}
pre + .pilcrow, svg + .pilcrow {
:is(pre, svg) + .pilcrow {
display: inline-block;
vertical-align: text-bottom;
padding-bottom: 8px;
Expand Down Expand Up @@ -504,18 +527,12 @@
th {
background-color: var(--line-color);
}
tr:nth-child(2n) > td {
:is(tr:nth-child(2n), thead+tbody > tr:nth-child(2n+1)) > td {
background-color: var(--background-color);
}
tr:nth-child(2n+1) > td {
background-color: var(--highlight-color);
}
thead+tbody > tr:nth-child(2n) > td {
:is(tr:nth-child(2n+1), thead+tbody > tr:nth-child(2n)) > td {
background-color: var(--highlight-color);
}
thead+tbody > tr:nth-child(2n+1) > td {
background-color: var(--background-color);
}
table caption {
margin: 0;
padding: 3px 0 3px 1em;
Expand Down Expand Up @@ -554,8 +571,9 @@
}
.bcp14 {
font-variant: small-caps;
font-weight: 600;
font-size: 14.5px;
}

.role {
font-variant: all-small-caps;
}
Expand Down Expand Up @@ -794,7 +812,7 @@
margin: 0 0 0 4px;
font-size: var(--small-font-size);
}
#toc ul p, #toc ul li {
#toc ul :is(p, li) {
margin: 2px 0;
line-height: 22px;
}
Expand Down Expand Up @@ -904,13 +922,13 @@
}

/* Provide styling for table cell text alignment */
table .text-left, table .text-left {
table .text-left {
text-align: left;
}
table .text-center, table .text-center {
table .text-center {
text-align: center;
}
table .text-right, table .text-right {
table .text-right {
text-align: right;
}

Expand Down Expand Up @@ -977,12 +995,6 @@
}

}
/* Tweak the bcp14 keyword presentation */
.bcp14 {
font-variant: small-caps;
font-weight: bold;
font-size: 0.9em;
}

/* Dark mode. */
@media (prefers-color-scheme: dark) {
Expand All @@ -997,20 +1009,21 @@
--pilcrow-strong: #666;
scrollbar-color: #777 #333;
}
/* Trick: a prefix match works because only black and white are allowed */
svg [stroke="black"], svg [stroke^="#000"] {
}

/* SVG Trick: a prefix match works because only black and white are allowed */
svg :is([stroke="black"], [stroke^="#000"]) {
stroke: var(--text-color);
}
svg [stroke="white"], svg [stroke^="#fff"] {
svg :is([stroke="white"], [stroke^="#fff"]) {
stroke: var(--background-color);
}
svg [fill="black"], svg [fill^="#000"], svg :not([fill]) {
svg :is([fill="black"], [fill^="#000"], :not([fill])) {
fill: var(--text-color);
}
svg [stroke="fill"], svg [fill^="#fff"] {
svg :is([stroke="fill"], [fill^="#fff"]) {
fill: var(--background-color);
}
}
</style>

<link href="https://dx.doi.org/10.17487/rfc8999" rel="alternate">
Expand Down
17 changes: 8 additions & 9 deletions rfc8999.txt
Expand Up @@ -40,9 +40,9 @@ Copyright Notice
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
include Revised BSD License text as described in Section 4.e of the
Trust Legal Provisions and are provided without warranty as described
in the Revised BSD License.

Table of Contents

Expand Down Expand Up @@ -350,27 +350,27 @@ Table of Contents
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
<https://datatracker.ietf.org/doc/html/rfc2119>.
<https://www.rfc-editor.org/rfc/rfc2119>.

[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
May 2017, <https://datatracker.ietf.org/doc/html/rfc8174>.
May 2017, <https://www.rfc-editor.org/rfc/rfc8174>.

8.2. Informative References

[QUIC-TLS] Thomson, M., Ed. and S. Turner, Ed., "Using TLS to Secure
QUIC", RFC 9001, DOI 10.17487/RFC9001, May 2021,
<https://datatracker.ietf.org/doc/html/rfc9001>.
<https://www.rfc-editor.org/rfc/rfc9001>.

[QUIC-TRANSPORT]
Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based
Multiplexed and Secure Transport", RFC 9000,
DOI 10.17487/RFC9000, May 2021,
<https://datatracker.ietf.org/doc/html/rfc9000>.
<https://www.rfc-editor.org/rfc/rfc9000>.

[RFC5116] McGrew, D., "An Interface and Algorithms for Authenticated
Encryption", RFC 5116, DOI 10.17487/RFC5116, January 2008,
<https://datatracker.ietf.org/doc/html/rfc5116>.
<https://www.rfc-editor.org/rfc/rfc5116>.

Appendix A. Incorrect Assumptions

Expand Down Expand Up @@ -437,5 +437,4 @@ Author's Address

Martin Thomson
Mozilla

Email: mt@lowentropy.net

0 comments on commit ddc8f9c

Please sign in to comment.