Skip to content

2016.7

Compare
Choose a tag to compare
@kwkbtr kwkbtr released this 04 Jul 11:02
· 3199 commits to master since this release

See http://vivliostyle.com/en/documentation/supported-features/ for supported features.

Added

Changed

  • counter-reset and counter-increment specified in a page master (@-epubx-page-master) are now effective to page-based counters #251
    • Note that these values, if specified, always override values specified in page contexts.

Fixed

  • Fix a bug that clear is ignored when white-space property is used before the element #222
  • Fix incorrect float positioning #192
  • Fix incorrect float clearance #223
  • Fix incorrect text offset caused by float #226
  • Fix improper rendering of floats with relative width/height #37
  • Fix positioning when a float is specified position: relative or a float is inside an positioned element #240
  • Fix positioning when a float has a writing-mode value different from its container #192
  • Fix issue with floats inside an element with an overflow value other than visible #224
  • Fix issue that a display value was always set to block for a float, ignoring the original value #232
  • Fix layout when a float is wider than its containing block #233
  • Avoid error when an element with pseudoelements overflows its container #241
  • Fix handling of padding and border of a block fragmented by a page/column break #250
  • Fix layout of floats inside flex containers #253
  • Fix page break bug in vertical text on Firefox (partially) #263