Uncomment backcolor, with a warning
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 25 Mar 2011 16:08:37 -0600
changeset 36 2ef768a5ed44
parent 35 79a86aafb58b
child 37 7c418b09b578
Uncomment backcolor, with a warning
autoimplementation.html
--- a/autoimplementation.html	Fri Mar 25 16:07:29 2011 -0600
+++ b/autoimplementation.html	Fri Mar 25 16:08:37 2011 -0600
@@ -33,9 +33,7 @@
 
 <h1>Table of Contents</h1>
 <ul>
-	<!--
 	<li><a href=#backcolor>backcolor</a>
-	-->
 	<li><a href=#bold>bold</a>
 	<li><a href=#fontname>fontname</a>
 	<li><a href=#forecolor>forecolor</a>
@@ -44,13 +42,13 @@
 	<li><a href=#underline>underline</a>
 </ul>
 
-<!--
 <div id=backcolor>
 <h1>backcolor</h1>
 
 <button onclick="runTests('backcolor')">Run tests</button>
 
-<p>Tests set the color to "#FF8888".
+<p>Tests set the color to "#FF8888".  <strong>Note:</strong> No spec has yet
+been written, so the spec column does nothing.
 
 <table border=1><tr><th>Input <th>Spec <th>Browser <th>Same?</table>
 <table border=1><tr><th>Input <th>Spec <th>Browser <th>Same?</table>
@@ -58,7 +56,6 @@
 <p><label>Enter new test here: <input></label>
 <button onclick="addTest('backcolor', document.querySelector('#backcolor input').value)">Add test</button>
 </div>
--->
 
 <div id=bold>
 <h1>bold</h1>
@@ -140,7 +137,7 @@
 <script src=implementation.js></script>
 <script>
 var values = {
-	//backcolor: "#FF8888",
+	backcolor: "#FF8888",
 	bold: null,
 	fontname: "sans-serif",
 	forecolor: "#FF0000",
@@ -150,7 +147,6 @@
 };
 
 var tests = {
-	/*
 	backcolor: [
 		'<p>foo[bar]baz',
 		'<p>foo]bar[baz',
@@ -168,7 +164,6 @@
 		'<p>[foo</p><p>bar]</p>',
 		'<p>foo[bar<i>baz]qoz</i>quz',
 	],
-	*/
 	bold: [
 		'foo[bar]baz',
 		'foo]bar[baz',