- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Aug 2011 09:03:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/editing-api In directory hutz:/tmp/cvs-serv25251 Added Files: editing.html Log Message: initial commit --- NEW FILE: editing.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:03:15 UTC