This information is not obliging.
Name |
Supported |
Values |
Initial value |
Comments |
|
'background-attachment' |
N |
|
|
|
|
'background-color' |
Y |
transparent |
|
||
'background-image' |
Y |
none |
|
||
'background-position' |
Y |
0 0 |
|
||
'background-repeat' |
Y |
repeat |
repeat |
|
|
'background' |
Y |
'background-color' |
|
|
|
'border-collapse' |
Y |
|
|
||
'border-color' |
Y |
|
|
||
'border-spacing' |
N |
|
|
use <table cellspacing=“...“> instead |
|
'border-style' |
Y |
|
|
||
'border-top' 'border-right' 'border-bottom' 'border-left' |
Y |
|
|
||
'border-top-color' 'border-right-color' 'border-bottom-color' 'border-left-color' |
Y |
|
|
||
'border-top-style' 'border-right-style' 'border-bottom-style' 'border-left-style' |
Y |
|
|
||
'border-top-width' 'border-right-width' 'border-bottom-width' 'border-left-width' |
Y |
|
|
||
'border-width' |
Y |
|
|
||
'border' |
Y |
|
|
||
'bottom' |
Y |
|
|
since v381 | |
'caption-side' |
N |
|
|
||
'clear' |
Y |
|
|
since v350 |
|
'clip' |
Y |
|
|
since v350 |
|
'color' |
Y |
|
|
||
'direction' |
N |
|
|
|
|
'display' |
Y |
inline N |
|
'none' allows to hide block elements only |
|
'empty-cells' |
Y |
|
|
|
|
'float' |
Y |
|
works for images, tables, DIVs |
||
'font-family' |
Y |
[[
<family-name> | <generic-family> ] [, <family-name>| <generic-family>]* ] | |
|
|
|
'font-size' |
Y |
medium |
|
||
'font-style' |
Y |
normal |
|
||
'font-variant' |
N |
|
normal |
|
|
'font-weight' |
Y |
normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | |
normal |
|
|
'font' |
Y |
[
[ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | |
|
|
|
'height' |
Y |
auto |
for some block elements only |
||
'left' |
Y |
|
auto
|
since v350 |
|
'letter-spacing' |
N |
|
normal |
|
|
'line-height' |
Y |
normal |
|
||
'list-style-image' |
N |
|
none
|
|
|
'list-style-position' |
N |
|
outside
|
|
|
'list-style-type' |
Y |
disc
|
|
|
|
'list-style' |
|
|
|
interprets only 'list-style-type' token |
|
'margin-right' 'margin-left' |
Y |
0
|
|
||
'margin-top' 'margin-bottom' |
Y |
0
|
|
||
'margin' |
Y |
|
|
||
'orphans' |
N |
|
|
|
|
'outline' |
N |
|
|
|
|
'overflow' |
Y |
visible
|
|
||
'padding-top' 'padding-right' 'padding-bottom' 'padding-left' |
Y |
0
|
|
||
'padding' |
Y |
|
|
||
'page-break-after' |
Y |
auto |
in development |
||
'page-break-before' |
Y |
auto |
in development |
||
'page-break-inside' |
Y |
auto |
<table>, <tr> and some block elements |
||
'position' |
Y |
|
|
since v350 |
|
'quotes' |
N |
|
|
|
|
'right' |
Y |
auto
|
since v381 |
||
'table-layout' |
Y |
auto
|
auto |
'table' elements |
|
'text-align' |
Y |
|
block-level elements, table cells and inline blocks |
||
'text-decoration' |
Y |
none
|
none |
|
|
'text-indent' |
Y |
|
|
||
'text-transform' |
Y |
none |
|
||
'top' |
Y |
|
|
since v350 |
|
'unicode-bidi' |
N |
|
|
||
'vertical-align' |
Y |
baseline
|
baseline |
inline-level and 'table-cell' elements |
|
'visibility' |
Y |
visible |
|
||
'white-space' |
Y |
normal |
|
||
'widows' |
N |
|
|
|
|
'width' |
Y |
auto |
all elements but non-replaced inline elements and table rows |
||
'word-spacing' |
N |
|
|
|
|
'word-wrap' |
Y |
normal |
|
||
'z-index' |
Y |
|
since v350 |
||
PD4ML-specific properties | |||||
'pd4ml-visibility' |
Y |
visible
|
visible |
The property is identical to 'visibility', but known only to PD4ML. It makes possible to disable some elements to appear in resulting PDF. See description |
|
'pd4ml-display' |
Y |
none |
|
The property is identical to 'display', but known only to PD4ML. It makes possible to disable some elements to appear in resulting PDF. See description |
|
'pd4toc' |
Y |
nopagenum | See description |
|
|
'pd4ml-bookmark-visibility' |
Y |
hidden | visible | See description |
|
'pd4ml-page-break-border-top' |
Y |
<border-width> || <border-style> || 'border-top-color' | See description |
|
|
'pd4ml-page-break-border-bottom' |
Y |
<border-width> || <border-style> || 'border-top-color' | See description |
|