--- a/editing.html Tue Aug 16 09:36:02 2011 -0600
+++ b/editing.html Wed Aug 17 09:02:44 2011 -0600
@@ -65,7 +65,7 @@
<body class=draft>
<div class=head id=head>
<h1>HTML Editing APIs</h1>
-<h2 class="no-num no-toc" id=work-in-progress-—-last-update-15-august-2011>Work in Progress — Last Update 15 August 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-—-last-update-17-august-2011>Work in Progress — Last Update 17 August 2011</h2>
<dl>
<dt>Editor
<dd>Aryeh Gregor <<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>>
@@ -8894,6 +8894,7 @@
Daniel Glazman,
Ian Hickson,
Cameron Heavon-Jones,
+ Alfonso Martínez de Lizarrondo,
Glenn Maynard,
Ms2ger,
Ryosuke Niwa,
@@ -8917,7 +8918,7 @@
[].forEach.call(document.querySelectorAll(".comments"), function(node) {
var button = document.createElement("button");
- button.textContent = "Comments";
+ button.textContent = "View comments";
button.onclick = function() {
node.className = node.className == "comments" ? "comments-expanded" : "comments";
};
--- a/source.html Tue Aug 16 09:36:02 2011 -0600
+++ b/source.html Wed Aug 17 09:02:44 2011 -0600
@@ -8974,6 +8974,7 @@
Daniel Glazman,
Ian Hickson,
Cameron Heavon-Jones,
+ Alfonso MartÃnez de Lizarrondo,
Glenn Maynard,
Ms2ger,
Ryosuke Niwa,
@@ -8997,7 +8998,7 @@
<!-- @{ -->
[].forEach.call(document.querySelectorAll(".comments"), function(node) {
var button = document.createElement("button");
- button.textContent = "Comments";
+ button.textContent = "View comments";
button.onclick = function() {
node.className = node.className == "comments" ? "comments-expanded" : "comments";
};