diff --git a/docs/progress.html b/docs/progress.html
index 8766199b..0f37f2ba 100644
--- a/docs/progress.html
+++ b/docs/progress.html
@@ -53,7 +53,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Standard |
background-color | COMPOSITE(<color>, transparent) |
-background | SHORTHAND |
+background | SHORTHAND, only for color, see below for info on background-image and friends |
border | SHORTHAND, MULTIPLE |
border-color | MULTIPLE |
border-style | MULTIPLE |
@@ -167,7 +167,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Well-supported values are: disc, circle, square,
decimal, lower-roman, upper-roman, lower-alpha and upper-alpha. See also
CSS 3. Mostly IE lack of support.
-list-style | SHORTHAND |
+list-style | SHORTHAND, target milestone 1.0 |
margin | MULTIPLE |
margin-* | COMPOSITE(<length>,
<percentage>, auto) |
@@ -194,7 +194,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
border-collapse | ENUM(collapse, seperate) |
caption-side | ENUM(top, bottom) |
empty-cells | ENUM(show, hide), No IE support makes this useless,
- possible fix with ? |
+ possible fix with ? Unknown release milestone.
table-layout | ENUM(auto, fixed) |
vertical-align | COMPOSITE(ENUM(baseline, sub,
super, top, text-top, middle, bottom, text-bottom), <percentage>,
@@ -202,7 +202,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
|
Unknown |
-background-image | Dangerous |
+background-image | Dangerous, target milestone 1.3 |
background-attachment | ENUM(scroll, fixed),
Depends on background-image |
background-position | Depends on background-image |
-cursor | Dangerous but fluffy |
+cursor | Dangerous but fluffy |
display | ENUM(...), 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? |
+ for Mozilla. Unknown target milestone.
+height | Interesting, why use it? Unknown target milestone. |
+list-style-image | Dangerous? Target milestone 1.3 |
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) |
+overflow | ENUM, IE 5/6 almost (remove visible if set). Unknown target milestone. |
page-break-after | ENUM(auto, always, avoid, left, right),
- IE 5.5/6 and Opera |
+ IE 5.5/6 and Opera. Unknown target milestone.
page-break-before | ENUM(auto, always, avoid, left, right),
- Mostly supported |
-page-break-inside | ENUM(avoid, auto), Opera only |
-quotes | May be dropped from CSS2 |
+ Mostly supported. Unknown target milestone.
+page-break-inside | ENUM(avoid, auto), Opera only. Unknown target milestone. |
+quotes | May be dropped from CSS2, fairly useless for inline context |
visibility | ENUM(visible, hidden, collapse),
Dangerous |
white-space | ENUM(normal, pre, nowrap, pre-wrap,
pre-line), Spotty implementation:
pre (no IE 5/6), nowrap (no IE 5),
- pre-wrap (only Opera), pre-line (no support). Fixable? |
+ pre-wrap (only Opera), pre-line (no support). Fixable? Unknown target milestone.