Skip to content

Commit

Permalink
Reference RFC 7595 instead of RFC 4395
Browse files Browse the repository at this point in the history
RFC 4395 has been obsoleted by RFC 7595.
BCP 35 now corresponds to RFC 7595.
BCP 115 has been retired in favor of BCP 35. See http://www.rfc-editor.org/pipermail/rfc-interest/2015-April/008855.html

Also update web+ URL meta-scheme pseudo-registration to conform with RFC 7595's template

PR: #397
  • Loading branch information
cvrebert authored and annevk committed Jan 1, 2016
1 parent 0408f76 commit ce7112b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -112401,24 +112401,24 @@ if (s = prompt('What is your name?')) {
<h3><dfn><code data-x="scheme-web">web+</code> scheme prefix</dfn></h3>

<p>This section describes a convention for use with the IANA URI scheme registry. It does not
itself register a specific scheme. <ref spec=RFC4395></p>
itself register a specific scheme. <ref spec=RFC7595></p>

<dl>
<dt>URI scheme name:</dt>
<dt>Scheme name:</dt>
<dd>
Schemes starting with the four characters "<code
data-x="">web+</code>" followed by one or more letters in the range
<code data-x="">a</code>-<code data-x="">z</code>.
</dd>
<dt>Status:</dt>
<dd>permanent</dd>
<dt>URI scheme syntax:</dt>
<dd>Permanent</dd>
<dt>Scheme syntax:</dt>
<dd>Scheme-specific.</dd>
<dt>URI scheme semantics:</dt>
<dt>Scheme semantics:</dt>
<dd>Scheme-specific.</dd>
<dt>Encoding considerations:</dt>
<dd>All "<code data-x="">web+</code>" schemes should use UTF-8 encodings where relevant.</dd>
<dt>Applications/protocols that use this URI scheme name:</dt>
<dt>Applications/protocols that use this scheme name:</dt>
<dd>Scheme-specific.</dd>
<dt>Interoperability considerations:</dt>
<dd>The scheme is expected to be used in the context of Web applications.</dd>
Expand All @@ -112436,7 +112436,7 @@ if (s = prompt('What is your name?')) {
<!--REMOVE-TOPIC:Security-->
<dt>Contact:</dt>
<dd>Ian Hickson &lt;ian@hixie.ch></dd>
<dt>Author/Change controller:</dt>
<dt>Change controller:</dt>
<dd>Ian Hickson &lt;ian@hixie.ch></dd>
<dt>References:</dt>
<dd>
Expand Down Expand Up @@ -117362,8 +117362,8 @@ INSERT INTERFACES HERE
<dt id="refsRFC4366">[RFC4366]</dt>
<dd><cite><a href="https://tools.ietf.org/html/rfc4366">Transport Layer Security (TLS) Extensions</a></cite>, S. Blake-Wilson, M. Nystrom, D. Hopwood, J. Mikkelsen, T. Wright. IETF.</dd>

<dt id="refsRFC4395">[RFC4395]</dt>
<dd><cite><a href="https://tools.ietf.org/html/rfc4395">Guidelines and Registration Procedures for New URI Schemes</a></cite>, T. Hansen, T. Hardie, L. Masinter. IETF.</dd>
<dt id="refsRFC7595">[RFC7595]</dt>
<dd><cite><a href="https://tools.ietf.org/html/rfc7595">Guidelines and Registration Procedures for URI Schemes</a></cite>, D. Thaler, T. Hansen, T. Hardie. IETF.</dd>

<dt id="refsRFC4648">[RFC4648]</dt>
<dd><cite><a href="https://tools.ietf.org/html/rfc4648">The Base16, Base32, and Base64 Data Encodings</a></cite>, S. Josefsson. IETF.</dd>
Expand Down

0 comments on commit ce7112b

Please sign in to comment.