- From: Mercurial notifier <cvsmail@w3.org>
- Date: Fri, 25 Jan 2013 14:32:26 +0000
- To: public-dap-commits@w3.org
changeset: 343:d58586aa5a78
tag: tip
user: Anssi Kostiainen <anssi.kostiainen@nokia.com>
date: Fri Jan 25 16:32:16 2013 +0200
files: battery/Overview.html light/Overview.html proximity/Overview.html
description:
revert previous commit to allow respec2html.js work for local files and to make source viewable from a file: URL
diff -r 64efa50ed5e9 -r d58586aa5a78 battery/Overview.html
--- a/battery/Overview.html Thu Jan 24 15:43:33 2013 +0200
+++ b/battery/Overview.html Fri Jan 25 16:32:16 2013 +0200
@@ -3,7 +3,7 @@
<head>
<title>Battery Status API</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
- <script src='//www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
+ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
<script class="remove">
var respecConfig = {
specStatus: "ED",
diff -r 64efa50ed5e9 -r d58586aa5a78 light/Overview.html
--- a/light/Overview.html Thu Jan 24 15:43:33 2013 +0200
+++ b/light/Overview.html Fri Jan 25 16:32:16 2013 +0200
@@ -3,7 +3,7 @@
<head>
<title>Ambient Light Events</title>
<meta charset="utf-8"/>
- <script src='//www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
<script class="remove">
var respecConfig = {
specStatus: "ED",
diff -r 64efa50ed5e9 -r d58586aa5a78 proximity/Overview.html
--- a/proximity/Overview.html Thu Jan 24 15:43:33 2013 +0200
+++ b/proximity/Overview.html Fri Jan 25 16:32:16 2013 +0200
@@ -3,7 +3,7 @@
<head>
<title>Proximity Events</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
- <script src='//www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
<script class="remove">
var respecConfig = {
specStatus: "ED",
Received on Friday, 25 January 2013 14:32:29 UTC