- From: poot <cvsmail@w3.org>
- Date: Thu, 03 Nov 2011 16:52:42 -0400
- To: public-html-diffs@w3.org
hixie: Attempt to update to the latest vCard spec (whatwg r6816)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5450&r2=1.5451&f=h
http://html5.org/tools/web-apps-tracker?from=6815&to=6816
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5450
retrieving revision 1.5451
diff -u -d -r1.5450 -r1.5451
--- Overview.html 3 Nov 2011 17:10:41 -0000 1.5450
+++ Overview.html 3 Nov 2011 20:52:22 -0000 1.5451
@@ -51858,16 +51858,16 @@
method allows Web sites to register themselves as possible handlers
for particular schemes. For example, an online telephone messaging
service could register itself as a handler of the <code>sms:</code>
- scheme (<a href="#refsRFC5724">[RFC5724]</a>), so that if the user
- clicks on such a link, he is given the opportunity to use that Web
- site. Analogously, the <dfn id="dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler"><code>registerContentHandler()</code></dfn>
+ scheme, so that if the user clicks on such a link, he is given the
+ opportunity to use that Web site. Analogously, the <dfn id="dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler"><code>registerContentHandler()</code></dfn>
method allows Web sites to register themselves as possible handlers
for content in a particular <a href="#mime-type">MIME type</a>. For example, the
same online telephone messaging service could register itself as a
- handler for <code>text/directory</code> files (<a href="#refsRFC2425">[RFC2425]</a>), so that if the user has no
- native application capable of handling vCards (<a href="#refsRFC2426">[RFC2426]</a>), his Web browser can instead
- suggest he use that site to view contact information stored on
- vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+ handler for <code>text/vcard</code> files, so that if the user has
+ no native application capable of handling vCards, his Web browser
+ can instead suggest he use that site to view contact information
+ stored on vCards that he opens. <a href="#refsRFC5724">[RFC5724]</a>
+ <a href="#refsRFC6350">RFC6350</a><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
<dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
<dd>
@@ -72990,15 +72990,6 @@
<dd><cite><a href="http://tools.ietf.org/html/rfc2397">The "data"
URL scheme</a></cite>, L. Masinter. IETF.</dd>
- <dt id="refsRFC2425">[RFC2425]</dt>
- <dd><cite><a href="http://tools.ietf.org/html/rfc2425">A MIME
- Content-Type for Directory Information</a></cite>, T. Howes,
- M. Smith, F. Dawson. IETF.</dd>
-
- <dt id="refsRFC2426">[RFC2426]</dt>
- <dd><cite><a href="http://tools.ietf.org/html/rfc2426">vCard MIME Directory
- Profile</a></cite>, F. Dawson, T. Howes. IETF.</dd>
-
<dt id="refsRFC2483">[RFC2483]</dt>
<dd><cite><a href="http://tools.ietf.org/html/rfc2483">URI Resolution
Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
@@ -73071,6 +73062,9 @@
for Global System for Mobile Communications (GSM) Short Message
Service (SMS)</a></cite>, E. Wilde, A. Vaha-Sipila. IETF.</dd>
+ <dt id="refsRFC6350">[RFC6350]</dt>
+ <dd><cite><a href="http://tools.ietf.org/html/rfc6350">vCard Format Specification</a></cite>, S. Perreault. IETF.</dd>
+
<dt id="refsSCSU">[SCSU]</dt>
<dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr6/">UTR #6: A Standard
Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler,
Received on Thursday, 3 November 2011 20:54:51 UTC