Skip to content

Footnote area size problem #1878

@MurakamiShinyu

Description

@MurakamiShinyu

The spec CSS Generated Content for Paged Media Module Level 3 §2.4.2. Size of the footnote area says:

The max-height property on the footnote area limits the size of this area, unless the page contains only footnotes (as may happen on the last page of a document).

Since it is undesirable for a page to consist only of footnotes, user agents may set a default max-height value on the footnote area.

I found that the current implementation of Vivliostyle.js does not support this spec very well.

Test case: footnote-area-max-height.html

Test with Vivliostyle Viewer v2.41.0:

Problems:

  • Footnote areas are not properly positioned, not at the bottom of the page but at the top of the page leaving a large blank space at the bottom of the page or body text below the footnote area.

Test with Vivliostyle Viewer canary (after PR #1877 is merged):

Problem:

One more problem:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions