diff --git a/Doxyfile b/Doxyfile
index bfdd6b5d..179d3a85 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -88,7 +88,9 @@ RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */tests/* \
- */benchmarks/*
+ */benchmarks/* \
+ */docs/phpdoc/* \
+ */docs/doxygen/*
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
EXAMPLE_RECURSIVE = NO
diff --git a/docs/progress.html b/docs/progress.html
index 0f37f2ba..5c067a74 100644
--- a/docs/progress.html
+++ b/docs/progress.html
@@ -14,11 +14,12 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
.impl-yes {background:#9D9;}
.impl-partial {background:#FFA;}
-.impl-no {background:#CFC;}
+.impl-no {background:#CCC;}
.danger {color:#600;}
.css1 {color:#060;}
.required {font-weight:bold;}
+.feature {color:#999;}
@@ -34,6 +35,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Will not implement |
Dangerous attribute/property |
Present in CSS1 |
+Feature, requires extra work |
Interesting Attributes
@@ -68,10 +70,10 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
datetime | DEL, INS | No visible effect, ISO format |
rel | A | Largely user-defined: nofollow, tag (see microformats) |
rev | A | Largely user-defined: vote-* |
-axis | TD, TH | 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 |
+axis | TD, TH | 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 |
@@ -96,7 +98,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
TD, TH | Equivalent style 'background-color' |
border | IMG | Equivalent style 'border-width', only applies when link present |
clear | BR | Near-equiv style 'clear', transform 'all' into 'both' |
-compact | DL, OL, UL | Boolean, needs custom CSS class |
+compact | DL, OL, UL | Boolean, needs custom CSS class; rarely used anyway |
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', needs px suffix |
@@ -193,7 +195,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
Table |
border-collapse | ENUM(collapse, seperate) |
caption-side | ENUM(top, bottom) |
-empty-cells | ENUM(show, hide), No IE support makes this useless,
+ |
empty-cells | ENUM(show, hide), No IE support makes this useless,
possible fix with ? Unknown release milestone. |
table-layout | ENUM(auto, fixed) |
vertical-align | COMPOSITE(ENUM(baseline, sub,
@@ -241,7 +243,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}
|
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,
+ |
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? Unknown target milestone. |