daisy / daisy/pipeline-scripts
Validation warnings because of CSS speech
Open
enhancement
- Dominant language
- HTML
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Get rid of this kind of warnings:
`
[WS] WARNING(5) - org.xml.sax.SAXParseException; systemId: file:/home/romain/alldtbooks/hauy_valid.xml; lineNumber: 11; columnNumber: 92; attribute "tts:voice-family" not allowed here; expected attribute "class", "dir", "id", "showin", "smilref", "title", "xml:lang" or "xml:space"
`
when there is an Aural CSS stylesheet and the audio is on.
This is because the tts:\* are not removed before the validation. There is already a step for that, but it's not used at this stage of the conversion.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.