Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
34 stars 11 forks source link

embedded/linked files reported as not reachable #24

Closed GoogleCodeExporter closed 1 year ago

GoogleCodeExporter commented 9 years ago
Use this template only if you have an issue to report that should not be
made public. Creating an issue of this type will label it "Private", making
it only visible to Sigil developers and the person who reported the issue.

Use this template only if necessary.

What steps will reproduce the problem?
1. open flightCrew
2. run epub with HTML using link tag for CSS and has a few embedded images that 
are all specified in manifest file

What is the expected output? What do you see instead?

I expect it to go through and validate HTML and check XML. Instead, it claims 
that the images used in HTML files were not used, when they were and CSS 
stylesheet was not used, even though it too was in fact used via link tag.

According to W3schools, CSS can be used by:

*external stylesheet
*internal stylesheet
*inline stylesheet

When they talk about using external stylesheet, they use the link tag in their 
example.

Also, according to a few runs through epubcheck, while learning to make EPUB 
files, I could not use images outside of HTML files, even if I list them in the 
manifest. However, they are also embedded correctly in the HTML, also as stated 
by W3schools.  These are not errors, but the rest that the validator runs 
through is just as it should be.

What version of the product are you using? On what operating system?

0.7.1b  on Mac OS X Snow Leopard

Please provide any additional information below. If your source file
(SGF/EPUB/HTML/etc) is required to fully understand the problem, please
attach it to this issue. Read the ReportingIssues wiki page before
submitting!

You can see my uses of images in the epub provided. Also, with exception of 
incorrect DTD, my HTML validates against W3C's XHTML 1.1 standard, according to 
their own HTML validator.

Original issue reported on code.google.com by tonyhawk...@gmail.com on 12 May 2011 at 4:12

Attachments:

kevinhendricks commented 1 year ago

Closed as this repo is being archived.