Epubcheck報告像以下段落的錯誤:
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>Title</title>
<link rel="stylesheet" type="text/css" href="foo.css" />
</head>
<body>
"Time flies when you're having a good time"
</body>
</html>
該錯誤返回為:
Position 1
An error occurred while parsing the CSS: Premature end of grammar (expecting: :).
EPUB中沒有其他錯誤。
我不知道如何解決這個錯誤。這是我第一次遇到它。
值得註意的是:這個相同的epub文件通過Amazon Kindlegen運行,沒有任何錯誤。