On Sun, Jun 22, 2014 at 12:30 AM, Marta Milaković <[email protected]> wrote: works fine. But if I need to load many html files I don't want to specify URI scheme in every request. > E.g. In .html files there are requests for stylesheets and images. > <link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
These URLs should be relative to the URL of the page. If you write css/stylesheet.css here and the URL of the page is book:epub.js/build/epub.js, the requested URL will be book:epub.js/build/css/stylesheet.css --Martin _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
