2009/dap/ReSpec.js/js respec.js,1.67,1.68

Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv12954/js

Modified Files:
	respec.js 
Log Message:
added HTTP over TLS

Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- respec.js	4 Dec 2009 21:43:35 -0000	1.67
+++ respec.js	9 Dec 2009 12:49:14 -0000	1.68
@@ -8,6 +8,7 @@
 // ------------------------------------------------------------------------------------------ //
 
 // XXX TODO
+//  - move to the top of dev. hierarchy
 //  - add autolinking to headers in the output (like WebIDL)
 //  - better inline dependent CSS
 //  - add typographical conventions section
@@ -24,6 +25,7 @@
 //    inline CSS without hassle, etc.
 //  - make a list of links to issues appear on a key combination
 //  - warn on empty links to no dfn (perhaps in a special debug mode?)
+//  - make everything that uses "::before" actually generate the real content instead
 
 (function () {
 if (typeof(berjon) == "undefined") berjon = {};

Received on Wednesday, 9 December 2009 12:49:27 UTC