- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 09:06:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/editing-api
In directory hutz:/tmp/cvs-serv25616
Added Files:
Overview.html
Log Message:
chnaged file name
--- NEW FILE: Overview.html ---
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta charset="utf-8">
<title>HTML Editing APIs</title>
<link href="editing_files/specification.css" rel="stylesheet">
<style>
pre, code, xmp { font-family:monospace, sans-serif; }
h2 code, h3 code, h3 code,
h2 :link, h3 :link, h3 :link,
h2 :visited, h3 :visited, h3 :visited
{ font:inherit; color:inherit; font-style:italic; }
@media print {
:not([data-anolis-spec]) > [data-anolis-spec]::after {
content: "[" attr(data-anolis-spec) "]";
font-size: 0.6em;
vertical-align: super;
text-transform: uppercase;
}
}
[...8906 lines suppressed...]
<script>
[].forEach.call(document.querySelectorAll(".comments"), function(node) {
var button = document.createElement("button");
button.textContent = "Comments";
button.onclick = function() {
node.className = node.className == "comments" ? "comments-expanded" : "comments";
};
var wrapper = document.createElement("div");
wrapper.className = "comments-wrapper";
node.parentNode.insertBefore(wrapper, node);
wrapper.appendChild(button);
wrapper.appendChild(node);
});
</script>
<script src="editing_files/dfn.js"></script>
</body></html>
Received on Tuesday, 16 August 2011 09:06:44 UTC