Hi folks,
I have the following message with ePubCheck (Sigil 0.8.7, Python_2.7.10, Python_3.4, ePub3-itizer_v032):
Quote:
ERROR: mimetype.epub/OEBPS/content.opf(59,87): value of attribute "properties" is invalid; must be a list of XML NMTOKENs
ERROR: mimetype.epub/OEBPS/content.opf(59,87): Undefined property: viewport-initial-scale
ERROR: mimetype.epub/OEBPS/content.opf(59,87): Undefined property: =
ERROR: mimetype.epub/OEBPS/content.opf(59,87): Undefined property: 1.0,
ERROR: mimetype.epub/OEBPS/content.opf(59,87): Undefined property: user-scalable=yes
|
In the OPF file:
Quote:
<itemref idref="Cover" properties="viewport-initial-scale = 1.0, user-scalable=yes" />
|
The ePub is OK when "properties="viewport-initial-scale = 1.0 user-scalable=yes"" is removed from the OPF file.