[html5] r8246 - [e] (0) typo in reference in NavigatorContentUtils section Fixing https://www.w3 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 28 14:49:18 PDT 2013
Author: ianh
Date: 2013-10-28 14:49:17 -0700 (Mon, 28 Oct 2013)
New Revision: 8246
Modified:
complete.html
index
source
Log:
[e] (0) typo in reference in NavigatorContentUtils section
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23656
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-10-28 21:47:44 UTC (rev 8245)
+++ complete.html 2013-10-28 21:49:17 UTC (rev 8246)
@@ -73005,7 +73005,7 @@
<a href=#mime-type>MIME type</a>. For example, the same online telephone messaging service could register
itself as a 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></p>
+ view contact information stored on vCards that he opens. <a href=#refsRFC5724>[RFC5724]</a> <a href=#refsRFC6350>[RFC6350]</a></p>
<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>
Modified: index
===================================================================
--- index 2013-10-28 21:47:44 UTC (rev 8245)
+++ index 2013-10-28 21:49:17 UTC (rev 8246)
@@ -73005,7 +73005,7 @@
<a href=#mime-type>MIME type</a>. For example, the same online telephone messaging service could register
itself as a 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></p>
+ view contact information stored on vCards that he opens. <a href=#refsRFC5724>[RFC5724]</a> <a href=#refsRFC6350>[RFC6350]</a></p>
<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>
Modified: source
===================================================================
--- source 2013-10-28 21:47:44 UTC (rev 8245)
+++ source 2013-10-28 21:49:17 UTC (rev 8246)
@@ -81569,7 +81569,7 @@
itself as a 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></p>
+ href="#refsRFC6350">[RFC6350]</a></p>
<dl class="domintro">
More information about the Commit-Watchers
mailing list