purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

<style> blocks in HTML head are never re-incorporated into the output #144

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If an XHTML content page includes style information as:

<head>
<style> ... </style>
</head>
<body>

</body>

Then those styles are permanently unavailable after processing.

Bookworm should include a method to insert extra <head> information into
the rendered output based on acceptable content that was in the epub source.

Original issue reported on code.google.com by liza31337@gmail.com on 7 May 2009 at 1:41

GoogleCodeExporter commented 8 years ago

Original comment by liza31337@gmail.com on 7 May 2009 at 1:47