--- a/discovery-api/Overview.html Mon Oct 28 11:31:42 2013 +1100
+++ b/discovery-api/Overview.html Tue Feb 18 14:24:48 2014 +0100
@@ -47,7 +47,7 @@
*****************************************************************/
/* --- INLINES --- */
- em.rfc2119 {
+ em.rfc2119 {
text-transform: lowercase;
font-variant: small-caps;
font-style: normal;
@@ -150,6 +150,12 @@
.section dl.attrs dd, .section dl.eldef dd {
margin-bottom: 0;
}
+
+ @media print {
+ .removeOnSave {
+ display: none;
+ }
+ }
</style>
<style>
/* --- ISSUES/NOTES --- */
@@ -203,13 +209,6 @@
</style>
<link rel="stylesheet"
href="https://www.w3.org/StyleSheets/TR/W3C-ED">
- <script type="text/javascript"
- charset="utf-8"
- async=""
- data-requirecontext="_"
- data-requiremodule="ui/save-html"
- src="https://raw.github.com/darobin/respec/gh-pages/js/ui/save-html.js">
-</script>
</head>
<body class="h-entry"
style=""
@@ -231,10 +230,10 @@
</h1>
<h2 property="dcterms:issued"
datatype="xsd:dateTime"
- content="2013-10-27T13:29:43.000Z"
- id="w3c-editor-s-draft-28-october-2013">
+ content="2014-02-18T12:22:23.000Z"
+ id="w3c-editor-s-draft-18-february-2014">
<abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published"
- datetime="2013-10-28">28 October 2013</time>
+ datetime="2014-02-18">18 February 2014</time>
</h2>
<dl>
<dt>
@@ -271,7 +270,7 @@
</dd>
</dl>
<p class="copyright">
- <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2013 <a href=
+ <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2014 <a href=
"http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=
"http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=
"http://www.ercim.eu/"><abbr title=
@@ -579,7 +578,8 @@
advertised service:
</p>
<hr>
- <pre class="highlight prettyprint">
+ <pre class="highlight prettyprint prettyprinted"
+ style="">
<span class="kwd">function</span><span class="pln"> showServices</span><span class="pun">(</span><span class=
"pln"> services </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln">
</span><span class="com">// Show a list of all the services provided to the web page</span><span class="pln">
@@ -603,7 +603,8 @@
Example of requesting a UPnP advertised service, also handling error conditions:
</p>
<hr>
- <pre class="highlight prettyprint">
+ <pre class="highlight prettyprint prettyprinted"
+ style="">
<span class="kwd">function</span><span class="pln"> showServices</span><span class="pun">(</span><span class=
"pln"> services </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln">
</span><span class="com">// Show a list of all the services provided to the web page</span><span class="pln">
@@ -637,7 +638,8 @@
"Service Discovery">SD</abbr> or UPnP advertised service:
</p>
<hr>
- <pre class="highlight prettyprint">
+ <pre class="highlight prettyprint prettyprinted"
+ style="">
<span class="kwd">function</span><span class="pln"> showServices</span><span class="pun">(</span><span class=
"pln"> services </span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln">
</span><span class=
@@ -2852,7 +2854,8 @@
Server</a>.
</p>
<hr>
- <pre class="highlight prettyprint">
+ <pre class="highlight prettyprint prettyprinted"
+ style="">
<span class="tag"><input</span><span class="pln"> </span><span class="atn">type</span><span class=
"pun">=</span><span class="atv">"button"</span><span class="pln"> </span><span class="atn">value</span><span class=
"pun">=</span><span class="atv">"Start"</span><span class="pln"> </span><span class="atn">onclick</span><span class=
@@ -3007,7 +3010,8 @@
format supported by the device.
</p>
<hr>
- <pre class="highlight prettyprint">
+ <pre class="highlight prettyprint prettyprinted"
+ style="">
<span class="tag"><select</span><span class="pln"> </span><span class="atn">name</span><span class=
"pun">=</span><span class="atv">"make"</span><span class="pln"> </span><span class="atn">id</span><span class=
"pun">=</span><span class="atv">"make"</span><span class="tag">></span><span class="pln">
@@ -3315,9 +3319,8 @@
[CORS]
</dt>
<dd rel="dcterms:requires">
- Anne van Kesteren. <a href="http://www.w3.org/TR/cors/"><cite>Cross-Origin Resource Sharing</cite></a>. 29
- January 2013. W3C Candidate Recommendation. URL: <a href=
- "http://www.w3.org/TR/cors/">http://www.w3.org/TR/cors/</a>
+ Anne van Kesteren. <a href="http://www.w3.org/TR/cors/"><cite>Cross-Origin Resource Sharing</cite></a>. 16
+ January 2014. W3C Recommendation. URL: <a href="http://www.w3.org/TR/cors/">http://www.w3.org/TR/cors/</a>
</dd>
<dt id="bib-DNS-SD">
[DNS-SD]
@@ -3331,17 +3334,17 @@
[DOM4]
</dt>
<dd rel="dcterms:requires">
- Anne van Kesteren; Aryeh Gregor; Lachlan Hunt; Ms2ger. <a href=
- "http://www.w3.org/TR/dom/"><cite>DOM4</cite></a>. 6 December 2012. W3C Working Draft. URL: <a href=
- "http://www.w3.org/TR/dom/">http://www.w3.org/TR/dom/</a>
+ Anne van Kesteren; Aryeh Gregor; Ms2ger; Alex Russell; Robin Berjon. <a href=
+ "http://www.w3.org/TR/dom/"><cite>W3C DOM4</cite></a>. 4 February 2014. W3C Last Call Working Draft. URL:
+ <a href="http://www.w3.org/TR/dom/">http://www.w3.org/TR/dom/</a>
</dd>
<dt id="bib-HTML5">
[HTML5]
</dt>
<dd rel="dcterms:requires">
Robin Berjon; Steve Faulkner; Travis Leithead; Erika Doyle Navara; Edward O'Connor; Silvia Pfeiffer.
- <a href="http://www.w3.org/TR/html5/"><cite>HTML5</cite></a>. 6 August 2013. W3C Candidate Recommendation.
- URL: <a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a>
+ <a href="http://www.w3.org/TR/html5/"><cite>HTML5</cite></a>. 4 February 2014. W3C Candidate
+ Recommendation. URL: <a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a>
</dd>
<dt id="bib-MDNS">
[MDNS]