diff --git a/docs/progress.html b/docs/progress.html
index 20226f33..2f00245d 100644
--- a/docs/progress.html
+++ b/docs/progress.html
@@ -191,11 +191,14 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Table |
-border-collapse | ENUM |
-caption-side | ENUM |
-empty-cells | ENUM, No IE support, possible fix with ? |
-table-layout | ENUM |
-vertical-align | Also applies to others with explicit height |
+border-collapse | ENUM(collapse, seperate) |
+caption-side | ENUM(top, bottom) |
+empty-cells | ENUM(show, hide), No IE support, possible fix
+ with ? |
+table-layout | ENUM(auto, fixed) |
+vertical-align | COMPOSITE(ENUM(baseline, sub,
+ super, top, text-top, middle, bottom, text-bottom), <percentage>,
+ <length>) Also applies to others with explicit height |
@@ -223,12 +226,12 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
for Mozilla.
height | Interesting, why use it? |
list-style-image | Dangerous? |
-max-height | No IE 5/6 |
-min-height |
-max-width |
-min-width |
-orphans | No IE support |
-widows | No IE support |
+max-height | No IE 5/6 |
+min-height |
+max-width |
+min-width |
+orphans | No IE support |
+widows | No IE support |
overflow | ENUM, IE 5/6 almost (remove visible if set) |
page-break-after | ENUM(auto, always, avoid, left, right),
IE 5.5/6 and Opera |
@@ -236,7 +239,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Mostly supported
page-break-inside | ENUM(avoid, auto), Opera only |
quotes | May be dropped from CSS2 |
-visibility | ENUM(visible, hidden, collapse),
+ |
visibility | ENUM(visible, hidden, collapse),
Dangerous |
white-space | ENUM(normal, pre, nowrap, pre-wrap,
pre-line), Spotty implementation:
@@ -244,7 +247,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
pre-wrap (only Opera), pre-line (no support). Fixable? |
-