- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 22 Aug 2012 22:14:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15766 Modified Files: Overview.html iana.html spec.html Log Message: commit ccb55676a56fef3de6992df73996d2ed089a49e5 Author: Edward O'Connor <hober0@gmail.com> Date: Wed Aug 22 14:53:23 2012 -0700 Added Makefile for convenience. Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5698 retrieving revision 1.5699 diff -u -d -r1.5698 -r1.5699 --- Overview.html 22 Aug 2012 10:52:28 -0000 1.5698 +++ Overview.html 22 Aug 2012 22:14:26 -0000 1.5699 @@ -85549,44 +85549,28 @@ <p>This section describes a convention for use with the IANA URI scheme registry. It does not itself register a specific scheme. <a href=#refsRFC4395>[RFC4395]</a></p> - <dl><dt>URI scheme name:</dt> - <dd> - Schemes starting with the four characters "<code title="">web+</code>" followed by one or more letters in the range - <code title="">a</code>-<code title="">z</code>. - </dd> - <dt>Status:</dt> - <dd>permanent</dd> - <dt>URI scheme syntax:</dt> - <dd>Scheme-specific.</dd> - <dt>URI scheme semantics:</dt> - <dd>Scheme-specific.</dd> - <dt>Encoding considerations:</dt> - <dd>All "<code title="">web+</code>" schemes should use UTF-8 encodings were relevant.</dd> - <dt>Applications/protocols that use this URI 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> + <p>Schemes using the <code title="">web+</code> prefix must have names + starting with the four characters "<code title="">web+</code>" + followed by one or more letters in the range <code title="">a</code>-<code title="">z</code>.</p> + + <p>Registrations of such schemes should specify the syntax and + semantics of the scheme. Registrations should define what applications + and/or protocols use the scheme.</p> + + <p>All "<code title="">web+</code>" schemes should use UTF-8 encodings were relevant.</p> + <!--ADD-TOPIC:Security--> - <dt>Security considerations:</dt> - <dd> - Any Web page is able to register a handler for all "<code title="">web+</code>" schemes. As such, these schemes must not be - used for features intended to be core platform features (e.g. - network transfer protocols like HTTP or FTP). Similarly, such - schemes must not store confidential information in their URLs, - such as usernames, passwords, personal information, or - confidential project names. - </dd> + <p>Any Web page is able to register a handler for all "<code title="">web+</code>" schemes. As such, these schemes must not be used + for features intended to be core platform features (e.g. network + transfer protocols like HTTP or FTP). Similarly, such schemes must not + store confidential information in their URLs, such as usernames, + passwords, personal information, or confidential project names.</p> <!--REMOVE-TOPIC:Security--> - <dt>Contact:</dt> - <dd>Ian Hickson <ian@hixie.ch></dd> - <dt>Author/Change controller:</dt> - <dd>Ian Hickson <ian@hixie.ch></dd> - <dt>References:</dt> - <dd> - <cite>Custom scheme and content handlers</cite>, HTML Living Standard: - <a href=#custom-handlers>http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers</a> - </dd> - </dl><h2 class=no-num id=index>Index</h2> + <p>Registrations should reference the description of <code title="">web+</code> schemes in <cite>Custom scheme and content + handlers</cite>, HTML5: <a href=system-state-and-capabilities.html#custom-handlers>http://www.w3.org/TR/html5/system-state-and-capabilities.html#custom-handlers</a></p> + + + <h2 class=no-num id=index>Index</h2> <div class=impl> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.529 retrieving revision 1.530 diff -u -d -r1.529 -r1.530 --- iana.html 22 Aug 2012 10:52:42 -0000 1.529 +++ iana.html 22 Aug 2012 22:14:28 -0000 1.530 @@ -765,41 +765,25 @@ <p>This section describes a convention for use with the IANA URI scheme registry. It does not itself register a specific scheme. <a href="references.html#refsRFC4395">[RFC4395]</a></p> - <dl><dt>URI scheme name:</dt> - <dd> - Schemes starting with the four characters "<code title="">web+</code>" followed by one or more letters in the range - <code title="">a</code>-<code title="">z</code>. - </dd> - <dt>Status:</dt> - <dd>permanent</dd> - <dt>URI scheme syntax:</dt> - <dd>Scheme-specific.</dd> - <dt>URI scheme semantics:</dt> - <dd>Scheme-specific.</dd> - <dt>Encoding considerations:</dt> - <dd>All "<code title="">web+</code>" schemes should use UTF-8 encodings were relevant.</dd> - <dt>Applications/protocols that use this URI 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> + <p>Schemes using the <code title="">web+</code> prefix must have names + starting with the four characters "<code title="">web+</code>" + followed by one or more letters in the range <code title="">a</code>-<code title="">z</code>.</p> + + <p>Registrations of such schemes should specify the syntax and + semantics of the scheme. Registrations should define what applications + and/or protocols use the scheme.</p> + + <p>All "<code title="">web+</code>" schemes should use UTF-8 encodings were relevant.</p> + <!--ADD-TOPIC:Security--> - <dt>Security considerations:</dt> - <dd> - Any Web page is able to register a handler for all "<code title="">web+</code>" schemes. As such, these schemes must not be - used for features intended to be core platform features (e.g. - network transfer protocols like HTTP or FTP). Similarly, such - schemes must not store confidential information in their URLs, - such as usernames, passwords, personal information, or - confidential project names. - </dd> + <p>Any Web page is able to register a handler for all "<code title="">web+</code>" schemes. As such, these schemes must not be used + for features intended to be core platform features (e.g. network + transfer protocols like HTTP or FTP). Similarly, such schemes must not + store confidential information in their URLs, such as usernames, + passwords, personal information, or confidential project names.</p> <!--REMOVE-TOPIC:Security--> - <dt>Contact:</dt> - <dd>Ian Hickson <ian@hixie.ch></dd> - <dt>Author/Change controller:</dt> - <dd>Ian Hickson <ian@hixie.ch></dd> - <dt>References:</dt> - <dd> - <cite>Custom scheme and content handlers</cite>, HTML Living Standard: - <a href="system-state-and-capabilities.html#custom-handlers">http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers</a> - </dd> - </dl></body></html> \ No newline at end of file + <p>Registrations should reference the description of <code title="">web+</code> schemes in <cite>Custom scheme and content + handlers</cite>, HTML5: <a href="system-state-and-capabilities.html#custom-handlers">http://www.w3.org/TR/html5/system-state-and-capabilities.html#custom-handlers</a></p> + + + </body></html> \ No newline at end of file
Received on Wednesday, 22 August 2012 22:14:32 UTC