I'm trying to display a document that uses respect (www.w3.org/respec). It doesn't seem to run any of the javascript code.
for example
prince --javascript -v -i html -o foo.pdf http://www.w3.org/respec/guide.html
Respec is a javascript library for writing w3c specs. It uses requirejs (http://requirejs.org). Requirejs in turn, appears to use setTimeout to wait for modules to load. I'm guessing that that is the source of the problem.
Any thoughts? Workarounds?
for example
prince --javascript -v -i html -o foo.pdf http://www.w3.org/respec/guide.html
Respec is a javascript library for writing w3c specs. It uses requirejs (http://requirejs.org). Requirejs in turn, appears to use setTimeout to wait for modules to load. I'm guessing that that is the source of the problem.
Any thoughts? Workarounds?