From bbd2ad29bd36a8bae286c6a16951f0a21ee1423d Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 15 Apr 2006 02:28:43 +0000 Subject: [PATCH] Add more info to the spec about CSS and start documenting status of each segment. git-svn-id: http://htmlpurifier.org/svnroot/html_purifier/trunk@23 48356398-32a2-884e-a903-53898d9a118a --- docs/spec.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/spec.txt b/docs/spec.txt index 9c85668a..f7029676 100644 --- a/docs/spec.txt +++ b/docs/spec.txt @@ -9,6 +9,8 @@ STAGES == STAGE 1 - parsing == +: Status - largely FINISHED with a few quirks to work out + We've got two options for this: HTMLSax or my MarkupLexer. Hopefully, we can make the two interfaces compatible. This means that we need a lot of little classes: @@ -219,7 +221,9 @@ we probably want to have a function like... and then pass it to a switch. -The final problem is CSS. +The final problem is CSS. Get intimate with the syntax here: +http://www.w3.org/TR/CSS21/syndata.html and also note the "bad" CSS elements +that HTML_Safe defines to help determine a whitelist. == PART 5 - stringify ==