- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 21 Jan 2010 17:44:57 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js In directory hutz:/tmp/cvs-serv530/js Modified Files: respec.js Log Message: make inlineCSS default to true, which should avoid issues when moving to TR -- please check that your drafts don't break\! Index: respec.js =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- respec.js 14 Jan 2010 16:10:48 -0000 1.76 +++ respec.js 21 Jan 2010 17:44:55 -0000 1.77 @@ -261,7 +261,7 @@ if (cfg.specStatus == "LC" && !cfg.lcEnd) error("If specStatus is set to LC, then lcEnd must be defined"); if (!cfg.editors) cfg.editors = []; if (!cfg.authors) cfg.authors = []; - if (!cfg.inlineCSS) cfg.inlineCSS = false; + if (!cfg.inlineCSS) cfg.inlineCSS = true; if (!cfg.noIDLSorting) cfg.noIDLSorting = false; if (!cfg.noIDLIn) cfg.noIDLIn = false; if (!cfg.maxTocLevel) cfg.maxTocLevel = 0;
Received on Thursday, 21 January 2010 17:44:58 UTC