- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Apr 2011 10:16:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-api-map
In directory hutz:/tmp/cvs-serv1453
Modified Files:
overview.html
Log Message:
mailto
Index: overview.html
===================================================================
RCS file: /sources/public/html5/html-api-map/overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- overview.html 14 Apr 2011 10:03:33 -0000 1.33
+++ overview.html 14 Apr 2011 10:16:06 -0000 1.34
@@ -39,6 +39,14 @@
font-weight: normal;
color: #900;
}
+
+.ed_mailto::before {
+ content: "\3c";
+}
+
+.ed_mailto::after {
+ content: ">";
+}
</style>
<script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
<script class='remove'>
@@ -51,12 +59,10 @@
// previousMaturity: "WD",
// previousPublishDate: "2009-03-15",
// previousURI : "http://dev.w3.org/2009/dap/ReSpec.js/documentation.html",
- copyrightStart: "2011",
edDraftURI: "http://http://dev.w3.org/html5/html-api-map/",
// lcEnd: "2010-08-06",
// extraCSS: ["../css/respec.css"],
extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
-
// editors
editors: [
{ name: "Steve Faulkner",
Received on Thursday, 14 April 2011 10:16:10 UTC