From a1b60ad70f2dbed4648261d0a5310db2257b8384 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 28 Aug 2006 20:24:25 +0000 Subject: [PATCH] - Update Doxyfile to ignore PHPDoc files. - More progress color twiddling, add new type feature git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@334 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 4 +++- docs/progress.html | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) 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;} datetimeDEL, INSNo visible effect, ISO format relALargely user-defined: nofollow, tag (see microformats) revALargely user-defined: vote-* -axisTD, THW3C only: No browser implementation -charCOL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TRW3C only: No browser implementation -headersTD, THW3C only: No browser implementation -scopeTD, THW3C only: No browser implementation +axisTD, THW3C only: No browser implementation +charCOL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TRW3C only: No browser implementation +headersTD, THW3C only: No browser implementation +scopeTD, THW3C only: No browser implementation @@ -96,7 +98,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} TD, THEquivalent style 'background-color' borderIMGEquivalent style 'border-width', only applies when link present clearBRNear-equiv style 'clear', transform 'all' into 'both' -compactDL, OL, ULBoolean, needs custom CSS class +compactDL, OL, ULBoolean, needs custom CSS class; rarely used anyway dirBDORequired, insert ltr (or configuration value) if none heightTD, THNear-equiv style 'height', needs px suffix if original was in pixels hspaceIMGNear-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-collapseENUM(collapse, seperate) caption-sideENUM(top, bottom) -empty-cellsENUM(show, hide), No IE support makes this useless, +empty-cellsENUM(show, hide), No IE support makes this useless, possible fix with  ? Unknown release milestone. table-layoutENUM(auto, fixed) vertical-alignCOMPOSITE(ENUM(baseline, sub, @@ -241,7 +243,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} quotesMay be dropped from CSS2, fairly useless for inline context visibilityENUM(visible, hidden, collapse), Dangerous -white-spaceENUM(normal, pre, nowrap, pre-wrap, +white-spaceENUM(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.