Comment out backcolor
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 25 Mar 2011 15:45:03 -0600
changeset 31 798c4e12af7e
parent 30 7e1d0cf5af7b
child 32 5c2cdcb47ed4
Comment out backcolor

No need for it until we have a spec and implementation, now that I've
reverse-engineered it enough for the time being.
autoimplementation.html
--- a/autoimplementation.html	Fri Mar 25 14:15:40 2011 -0600
+++ b/autoimplementation.html	Fri Mar 25 15:45:03 2011 -0600
@@ -30,7 +30,9 @@
 
 <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>
@@ -39,6 +41,7 @@
 	<li><a href=#underline>underline</a>
 </ul>
 
+<!--
 <div id=backcolor>
 <h1>backcolor</h1>
 
@@ -52,6 +55,7 @@
 <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>
@@ -133,7 +137,7 @@
 <script src=implementation.js></script>
 <script>
 var values = {
-	backcolor: "#FF8888",
+	//backcolor: "#FF8888",
 	bold: null,
 	fontname: "sans-serif",
 	forecolor: "#FF0000",
@@ -143,6 +147,7 @@
 };
 
 var tests = {
+	/*
 	backcolor: [
 		'<p>foo[bar]baz',
 		'<p>foo]bar[baz',
@@ -160,6 +165,7 @@
 		'<p>[foo</p><p>bar]</p>',
 		'<p>foo[bar<i>baz]qoz</i>quz',
 	],
+	*/
 	bold: [
 		'foo[bar]baz',
 		'foo]bar[baz',