fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Ruby content model is not preserved #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Mayu.

In an HTML to EPUB 3 conversion on Japanese contente, <rt> and <rp>within 
<ruby> were deleted. Which should be preserved as follows.

   <ruby>印刷物<rp>(</rp><rt>いんさつぶつ</rt><rp>)</rp></ruby>

See HTML5 ruby:
http://www.w3.org/TR/html-markup/ruby.html#ruby

Original issue reported on code.google.com by rdeltour@gmail.com on 11 Jul 2013 at 8:00

GoogleCodeExporter commented 9 years ago
Fixed in pipeline-script-utils PR #13:
https://github.com/daisy-consortium/pipeline-scripts-utils/pull/13

Original comment by rdeltour@gmail.com on 11 Jul 2013 at 8:01