Skip to content

Issue with vertical-position #92

Description

@bertfrees

vertical-position does not work in this situation:

<obfl xmlns="http://www.daisy.org/ns/2011/obfl" version="2011-1" xml:lang="und">
  <layout-master name="master" page-width="10" page-height="20">
    <default-template>
      <header/>
      <footer/>
    </default-template>
  </layout-master>
  <sequence master="master">
    <!-- <block>⠿⠿⠿</block> -->
    <block>
      <block vertical-position="4">⠿⠿⠿</block>
      <block vertical-position="8">⠿⠿⠿</block>
    </block>
  </sequence>
</obfl>

The vertical-position="8" works, but the vertical-position="4" not. When the first block is uncommented, it works. And it also works when the outer block containing the two other is removed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions