Re: [css-page] marks and bleed

fantasai <fantasai.lists@inkedblade.net> wrote on 2013/11/13 16:59:33
>    bleed: auto | <length>
>    initial: auto
> 
>    auto
>      If 'marks' has ''crop'', computes to 6pt. Otherwise compute to zero.
> 
> This means that
>    @page {
>      marks: crop;
>    }
> or
>    @page {
>      marks: crop;
>      bleed: 6pt;
>    }
> will still turn on 6pt of bleed along with the crop marks, as currently
> specified. But also
>    @page {
>      bleed: 8pt;
>    }
> will allow for bleed without crop marks.
> 
> Thoughts?


AH Formatter currently does almost this -- 
- If 'bleed' is not specified and 'marks' is other than none, the bleed is set to 6pt.
- If 'bleed' is specified, the bleed is enabled even if marks is none.

I'm glad to support 'initial: auto' :)


Shinyu Murakami
Antenna House

Received on Wednesday, 13 November 2013 09:17:00 UTC