diff --git a/docs/progress.xhtml b/docs/progress.xhtml
index da999d03..8a85c78f 100644
--- a/docs/progress.xhtml
+++ b/docs/progress.xhtml
@@ -11,12 +11,8 @@ 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-standard {background:#CFC;}
-.impl-aural {background:#CCF;}
-.impl-table {background:#FFC;}
-.impl-position {background:#FCF;}
+.impl-yes {background:#CFC;}
.impl-no {background:#FCC;}
-.impl-unknown {background:#CCC;}
@@ -74,35 +70,32 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Transform |
align | CAPTION | |
- IMG | |
- TABLE | |
- HR | |
-alt | IMG | Required |
-bgcolor | TABLE | |
- TR | |
- TD, TH | |
-bgcolor | TABLE | |
- TR | |
- TD, TH | |
-border | IMG | |
-clear | BR | |
-compact | DL, OL, UL | Boolean |
-dir | BDO | Required |
-height | TD, TH | |
-hspace | IMG | |
-name | IMG | |
- A | |
-noshade | HR | Boolean |
-nowrap | TD, TH | Boolean |
-size | HR | |
-start | OL | |
-type | LI | |
- OL | |
- UL | |
-value | LI | |
-vspace | IMG | |
-width | HR | |
- TD, TH | |
+ 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) |
+alt | IMG | Required, insert image filename if non-existant |
+bgcolor | TABLE | Equivalent style 'background-color' (test compat) |
+ TR | Equivalent style 'background-color' (test compat) |
+ TD, TH | Equivalent style 'background-color' |
+border | IMG | No clean way, either set 'border-width' in parent A, custom CSS class ~'nolinkborder' if border=0 |
+clear | BR | Near-equiv style 'clear', transform 'all' into 'both' |
+compact | DL, OL, UL | Boolean, needs custom CSS class |
+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' |
+name | IMG | Turn into ID |
+ A | Turn into ID? (not deprecated) |
+noshade | HR | Boolean, style 'border-style:solid;' |
+nowrap | TD, TH | Boolean, style 'white-space:nowrap;' (not compat with IE5) |
+size | HR | Near-equiv 'width', needs px suffix if original was pixels |
+start | OL | Poorly supported 'counter-reset', transform may not be desirable |
+type | LI | Equivalent style 'list-style-type', different allowed values though. (needs testing) |
+ OL |
+ UL |
+value | LI | Poorly supported 'counter-reset', transform may not be desirable, see ol.start |
+vspace | IMG | Near-equiv styles 'margin-left' and 'margin-right', see hspace |
+width | HR | Near-equiv style 'width', needs px suffix if original was pixels |
+ TD, TH |
@@ -119,7 +112,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}