Sigil-Ebook / flightcrew

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

unable to find validator for simple type of attribute 'media' #37

Closed GoogleCodeExporter closed 12 months ago

GoogleCodeExporter commented 9 years ago
This error message appears when validating an epub with different styelsheets 
for different devices. I include the following lines in the head of each file:

    <head>
        <title>name-of-file</title>
        <link href="css/name-of-file.css" rel="stylesheet" type="text/css" />
        <link href="css/kf8.css" media="amzn-kf8" rel="stylesheet" type="text/css" />
        <link href="css/mobi.css" media="amzn-mobi" rel="stylesheet" type="text/css" />
    </head>

The error message I get referring to these lines in each file is:
unable to find validator for simple type of attribute 'media'

Please could you let me know how to deal with this problem.

Thank you very much

What version of the product are you using? On what operating system?
Dreamweaver on Windows Vista

Read the ReportingIssues wiki page before submitting! In 99.99% of the
cases, you need to attach a minimal epub file to this issue so please do
so.

Original issue reported on code.google.com by verydeep...@gmail.com on 9 Dec 2012 at 1:09

kevinhendricks commented 12 months ago

Closed as this repo is being archived.