- From: <Frederick.Hirsch@nokia.com>
- Date: Fri, 12 Oct 2012 14:40:33 +0000
- To: <blsaws@gmail.com>
- CC: <Frederick.Hirsch@nokia.com>, <spec-prod@w3.org>
Received on Friday, 12 October 2012 14:41:15 UTC
Much thanks Bryan - this is exactly what I've been looking for! W3C Team , any way to put this on the W3C site along with the validator, link checker etc? regards, Frederick Frederick Hirsch Nokia On Oct 11, 2012, at 9:32 AM, ext Bryan Sullivan wrote: Because I like doing it this way, I wrote a quick biblio tester page. Put this in the directory above your respect git clone directory. Bryan <!DOCTYPE html> <html> <head> <title>Respec biblio.js Tester</title> <script type="text/javascript" src="respec/bibref/biblio.js"></script> <script type="text/javascript"> function test(ref) { if (typeof berjon !== "undefined") document.getElementById('ref').innerHTML = berjon.biblio[ref]; else alert("biblio.js did not compile"); }; </script> </head> <body onload="test('HTML5');"> Check the reference: <input id=check type=text onchange='test(check.value);' value='HTML5'></input> <div id=ref></div> </body> </html>
Received on Friday, 12 October 2012 14:41:15 UTC