Re: [css-logical-properties] the 'inline-{start,end}' values for 'float' and 'clear'

On Fri, Nov 6, 2015 at 10:43 AM, Brad Kemper <brad.kemper@gmail.com> wrote:



> -- Float to bottom center, end text or other non-bottom floats above:
> 'float: none bottom; margin: 0 auto'. Add 'width: 100%' and/or 'box-sizing:
> border-box' if needed/wanted. ***This could be useful for footnotes. ***
>

The thing is that footnotes behave slightly different from page floats, at
least as they have been described in the current spec, and also how they
work in LaTeX and similar:

While floats are placed close to the float anchor, it is OK for the float
to end up in a different fragment than where the float anchor is.

This is very different for footnotes: They generally have to make sure that
the footnote anchor and the footnote are in the same fragment (exceptions
for footnote setups where the footnote moves across two facing pages, etc.).

Also, if one has two sets of footnote enumeration systems, for example 1-9
and A-Z, and one wants all the footnotes of one system to be placed above
those of the other system, then it doesn't work for them to just float/sink
to the bottom.



-- 
Johannes Wilm
Fidus Writer
http://www.fiduswriter.org

Received on Friday, 6 November 2015 19:03:24 UTC