From c239662eadb0a68c181930e54a779578f69950f2 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 7 Aug 2006 00:04:01 +0000 Subject: [PATCH] Update progress. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@181 48356398-32a2-884e-a903-53898d9a118a --- docs/progress.html | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/docs/progress.html b/docs/progress.html index 499d36d2..d3c846d6 100644 --- a/docs/progress.html +++ b/docs/progress.html @@ -12,8 +12,10 @@ th {text-align:left;padding-top:1.4em;font-size:13pt; border-bottom:2px solid #000;background:#FFF;} thead th {text-align:left;padding:0.1em;background-color:#EEE;} -.impl-yes {background:#CFC;} -.impl-no {background:#FCC;} +.impl-yes {background:#AFA;} +.impl-no {background:#FAA;} + +.danger {background:#FEE;} @@ -21,7 +23,11 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;}

HTMLPurifier Progress

-

Attributes

+

Key

+ + + +

Interesting Attributes

@@ -54,7 +60,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} - + @@ -70,10 +76,11 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} - + + @@ -84,6 +91,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} + @@ -164,27 +172,27 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} - - - - + + + + - + - + - - + - + @@ -196,7 +204,7 @@ thead th {text-align:left;padding:0.1em;background-color:#EEE;} - +
relALargely user-defined
revALargely user-defined
axisTD, THW3C only: No browser implementation
charCOL, COLGROUP, TBODY, TD,
TFOOT, TH, THEAD, TR
W3C 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
Transform
alignCAPTION-
alignCAPTION-
IMGNear-equiv style 'caption-side', drop left and right
TABLEMargin-left and margin-right = auto or parent div
HRMargin-left and margin-right = auto or parent div (disputed, 'text-align' may work)
H1, H2, H3, H4, H5, H6, PEquivalent style 'text-align'
altIMGRequired, insert image filename if non-existant
bgcolorTABLEEquivalent style 'background-color' (test compat)
TREquivalent style 'background-color' (test compat)
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'
lang*Copy value to xml:lang
nameIMGTurn into ID
ATurn into ID? (not deprecated)
noshadeHRBoolean, style 'border-style:solid;'
Absolute positioning
bottomDangerous, must be non-negative
left
right
top
bottomDangerous, must be non-negative
left
right
top
clip-
position-
z-indexDangerous
z-indexDangerous
Unknown
background-imageDangerous
background-imageDangerous
background-attachmentDepends on background-image
background-positionDepends on background-image
cursorDangerous but fluffy
displayDangerous but interesting; +
cursorDangerous but fluffy
displayDangerous 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.
heightInteresting, why use it?
list-style-imageDangerous?
list-style-imageDangerous?
max-heightNo IE 5/6
min-height
max-width
page-break-beforeMostly supported
page-break-insideOpera only
quotesMay be dropped from CSS2
visibilityDangerous
visibilityDangerous
white-spaceSpotty implementation: pre (no IE 5/6), nowrap (no IE 5), pre-wrap (only Opera), pre-line (no-support). Fixable?