diff --git a/docs/progress.html b/docs/progress.html index 499d36d2..d3c846d6 100644 --- a/docs/progress.html +++ b/docs/progress.html @@ -12,8 +12,10 @@ th {text-align:left;padding-top:1.4em;font-size:13pt; border-bottom:2px solid #000;background:#FFF;} thead th {text-align:left;padding:0.1em;background-color:#EEE;} -.impl-yes {background:#CFC;} -.impl-no {background:#FCC;} +.impl-yes {background:#AFA;} +.impl-no {background:#FAA;} + +.danger {background:#FEE;} @@ -21,7 +23,11 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
rel | A | Largely user-defined |
rev | A | Largely user-defined |
axis | TD, TH | W3C only: No browser implementation |
char | COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR | W3C only: No browser implementation |
char | COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR | W3C only: No browser implementation |
headers | TD, TH | W3C only: No browser implementation |
scope | TD, TH | W3C only: No browser implementation |
Transform | ||
---|---|---|
align | CAPTION | - |
align | CAPTION | - |
IMG | Near-equiv style 'caption-side', drop left and right | |
TABLE | Margin-left and margin-right = auto or parent div | |
HR | Margin-left and margin-right = auto or parent div (disputed, 'text-align' may work) | |
H1, H2, H3, H4, H5, H6, P | Equivalent style 'text-align' | |
alt | IMG | Required, insert image filename if non-existant |
bgcolor | TABLE | Equivalent style 'background-color' (test compat) |
TR | Equivalent style 'background-color' (test compat) | |
dir | BDO | Required, insert ltr (or configuration value) if none |
height | TD, TH | Near-equiv style 'height', needs px suffix if original was in pixels |
hspace | IMG | Near-equiv styles 'margin-top' and 'margin-bottom' |
lang | * | Copy value to xml:lang |
name | IMG | Turn into ID |
A | Turn into ID? (not deprecated) | |
noshade | HR | Boolean, style 'border-style:solid;' |
Absolute positioning | ||
bottom | Dangerous, must be non-negative | |
left | ||
right | ||
top | ||
bottom | Dangerous, must be non-negative | |
left | ||
right | ||
top | ||
clip | - | |
position | - | |
z-index | Dangerous | |
z-index | Dangerous | |
Unknown | ||
background-image | Dangerous | |
background-image | Dangerous | |
background-attachment | Depends on background-image | |
background-position | Depends on background-image | |
cursor | Dangerous but fluffy | |
display | Dangerous but interesting; + | |
cursor | Dangerous but fluffy | |
display | Dangerous but interesting; will not implement list-item, run-in (Opera only) or table (no IE); inline-block has incomplete IE6 support and requires -moz-inline-box for Mozilla. | |
height | Interesting, why use it? | |
list-style-image | Dangerous? | |
list-style-image | Dangerous? | |
max-height | No IE 5/6 | |
min-height | ||
max-width | ||
page-break-before | Mostly supported | |
page-break-inside | Opera only | |
quotes | May be dropped from CSS2 | |
visibility | Dangerous | |
visibility | Dangerous | |
white-space | Spotty implementation: pre (no IE 5/6), nowrap (no IE 5), pre-wrap (only Opera), pre-line (no-support). Fixable? |