diff --git a/docs/progress.html b/docs/progress.html
index d3c846d6..ccca4487 100644
--- a/docs/progress.html
+++ b/docs/progress.html
@@ -7,7 +7,7 @@
@@ -25,7 +26,12 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Key
-
+
+Implemented |
+Will not implement |
+Dangerous attribute/property |
+Present in CSS1 |
+
Interesting Attributes
@@ -51,13 +57,13 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Questionable |
accesskey | A | May interfere with main interface |
tabindex | A | May interfere with main interface |
-target | A | Config? (only useful for frame layouts) |
+target | A | Config enabled, only useful for frame layouts |
Miscellaneous |
-datetime | DEL, INS | No visible effect |
-rel | A | Largely user-defined |
+datetime | DEL, INS | No visible effect, ISO format |
+rel | A | Largely user-defined, nofollow |
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 |
@@ -103,7 +109,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
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 |
+width | HR | Near-equiv style 'width', needs px suffix if original was pixels |
TD, TH |
@@ -123,42 +129,43 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Standard |
-background-color | - |
-background | Depends on background-* |
-border | - |
-border-color | - |
-border-style | - |
-border-width | - |
-border-* | - |
+background-color | - |
+background | Depends on background-* |
+border | - |
+border-color | - |
+border-style | - |
+border-width | - |
+border-* | - |
border-*-color | - |
border-*-style | - |
-border-*-width | - |
-clear | - |
-color | - |
-float | May require layout precautions with clear |
-font-family | CSS validator may complain if fallback font
+ |
border-*-width | - |
+clear | - |
+color | - |
+float | May require layout precautions with clear |
+font | - |
+font-family | CSS validator may complain if fallback font
family not specified |
-font-size | - |
-font-style | - |
-font-variant | - |
-font-weight | - |
-letter-spacing | - |
-line-height | - |
-list-style-position | Strange behavior in browsers |
-list-style-type | Well-supported values are: disc, circle, square
+ |
font-size | - |
+font-style | - |
+font-variant | - |
+font-weight | - |
+letter-spacing | - |
+line-height | - |
+list-style-position | Strange behavior in browsers |
+list-style-type | 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 | - |
-margin | - |
-margin-* | - |
-padding | - |
-padding-* | - |
-text-align | - |
-text-decoration | No blink (argh my eyes) |
-text-indent | - |
-text-transform | - |
-width | Interesting |
-word-spacing | IE 5 no support |
+list-style | - |
+margin | - |
+margin-* | - |
+padding | - |
+padding-* | - |
+text-align | - |
+text-decoration | No blink (argh my eyes) |
+text-indent | - |
+text-transform | - |
+width | Interesting |
+word-spacing | IE 5 no support |
@@ -167,7 +174,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
caption-side | - |
empty-cells | No IE support, possible fix with ? |
table-layout | - |
-vertical-align | Also applies to others with explicit height |
+vertical-align | Also applies to others with explicit height |
@@ -183,16 +190,16 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Unknown |
-background-image | Dangerous |
-background-attachment | Depends on background-image |
-background-position | Depends on background-image |
+background-image | Dangerous |
+background-attachment | Depends on background-image |
+background-position | Depends on background-image |
cursor | Dangerous but fluffy |
-display | Dangerous but interesting;
+ |
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? |
+height | Interesting, why use it? |
+list-style-image | Dangerous? |
max-height | No IE 5/6 |
min-height |
max-width |
@@ -205,7 +212,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
page-break-inside | Opera only |
quotes | May be dropped from CSS2 |
visibility | Dangerous |
-white-space | Spotty implementation: pre (no IE 5/6), nowrap (no IE 5),
+ |
white-space | Spotty implementation: pre (no IE 5/6), nowrap (no IE 5),
pre-wrap (only Opera), pre-line (no-support). Fixable? |