- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Aug 2010 19:02:24 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/css In directory hutz:/tmp/cvs-serv11013 Modified Files: respec.css Log Message: Removed characters that cause respec.js to fail validation when embedded in a .html file. W3C pub rules require that we include respec.css in the spec rather than point to it, and including it causes ReSpec.js to embed the styles rather than just put in a link element. Index: respec.css =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/css/respec.css,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- respec.css 13 Apr 2010 11:15:09 -0000 1.32 +++ respec.css 2 Aug 2010 19:02:22 -0000 1.33 @@ -1,7 +1,7 @@ /***************************************************************** * ReSpec CSS - * Robin Berjon <robin at berjon dot com> + * Robin Berjon (robin at berjon dot com) * v0.05 - 2009-07-31 *****************************************************************/ @@ -377,7 +377,7 @@ pre.sh_sourceCode .sh_comment { color: #A52A2A; font-style: italic; } /* comments */ pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */ pre.sh_sourceCode .sh_preproc { color: #00008B; font-weight: bold; } /* e.g., #include, import */ -pre.sh_sourceCode .sh_symbol { color: blue; } /* e.g., <, >, + */ +pre.sh_sourceCode .sh_symbol { color: blue; } /* e.g., *, + */ pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */ pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */ pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: #00FFFF; } /* TODO and FIXME */
Received on Monday, 2 August 2010 19:02:25 UTC