- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 27 Feb 2012 16:39:51 +0000
- To: public-dap-commits@w3.org
changeset: 65:3df1ad5d9a6b
tag: tip
user: Robin Berjon <robin@berjon.com>
date: Mon Feb 27 17:39:39 2012 +0100
files: media-stream-capture/FPWD.html media-stream-capture/scenarios.html
description:
markup error
diff -r af279f9448d5 -r 3df1ad5d9a6b media-stream-capture/FPWD.html
--- a/media-stream-capture/FPWD.html Mon Feb 27 17:36:19 2012 +0100
+++ b/media-stream-capture/FPWD.html Mon Feb 27 17:39:39 2012 +0100
@@ -560,8 +560,10 @@
<a href="http://www.w3.org/2009/05/DeviceAPICharter">the charter specifies a recommendation-track deliverable</a>:
</p><ul>
<li>
- <dt>Camera API</dt>
- <dd>an API to manage a device's camera e.g. to take a picture</dd>
+ <dl>
+ <dt>Camera API</dt>
+ <dd>an API to manage a device's camera e.g. to take a picture</dd>
+ </dl>
</li>
</ul>
<p></p>
diff -r af279f9448d5 -r 3df1ad5d9a6b media-stream-capture/scenarios.html
--- a/media-stream-capture/scenarios.html Mon Feb 27 17:36:19 2012 +0100
+++ b/media-stream-capture/scenarios.html Mon Feb 27 17:39:39 2012 +0100
@@ -112,8 +112,10 @@
<a href="http://www.w3.org/2009/05/DeviceAPICharter">the charter specifies a recommendation-track deliverable</a>:
<ul>
<li>
- <dt>Camera API</dt>
- <dd>an API to manage a device's camera e.g. to take a picture</dd>
+ <dl>
+ <dt>Camera API</dt>
+ <dd>an API to manage a device's camera e.g. to take a picture</dd>
+ </dl>
</li>
</ul>
</p>
Received on Monday, 27 February 2012 16:39:57 UTC