Trimmarks / versatype-issues

Issue tracker for VersaType products
http://trim-marks.com/
3 stars 0 forks source link

ruby and widows/orphans #64

Open scivola opened 6 years ago

scivola commented 6 years ago

vivliostyle-formatter-2017.6-win-64bit

The following HTML causes an abnormal line break and duplication of .

<!DOCTYPE html>
<html lang="ja">
  <meta charset="utf-8">
  <title>ruby and widows/orphans</title>
  <style>
* {
  padding: 0;
  margin: 0;
}
body {
  font-family: IPAmjMincho, serif;
  font-weight: normal;
  font-size: 13Q;
  line-height: 1.75;
  widows: 1;
  orphans: 1;
}
@page {
  margin: 22mm 20mm 110mm;
  size: A5;
}
  </style>
  <body>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>「<ruby><rb>le</rb><rt>ル</rt></ruby> <ruby><rb>soleil</rb><rt>ソレイユ</rt></ruby>.」</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>ののの</p>
    <p>「<ruby><rb>la</rb><rt>ラ</rt></ruby> <ruby><rb>lune</rb><rt>リュヌ</rt></ruby>」</p>
  </body>
</html>
MurakamiShinyu commented 6 years ago

This issue was moved to vivliostyle/vivliostyle.js#417