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.
vertical-position does not work in this situation:
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.