How about using valid XHTML and a valid DOCTYPE so that
FlexWiki doesn't get rendered in Quirks Mode? Quirks
Mode is much more difficult to debug when it comes to
styling HTML with CSS. Also I noticed that many HTML
attributes are used instead of their CSS equivalents.
Separation of content and presentation would be really
nice.
HTMLWriter.cs that has been mostly converted
default.aspx that has been converted
default.aspx code behind that has been mostly converted
Logged In: YES
user_id=1423200
It also would be nice if all attributes were consitently
quoted using " instead of the random '. It makes the code a
little easier to follow.
Logged In: YES
user_id=1602893
Originator: NO
Proposed patches are being uploaded for community comment to have XHTML output for default.aspx
Logged In: YES
user_id=1602893
Originator: NO
Partial fix in build 2.0.0.75 - mainly fixups to include DUCTYPE declaration, html xmlns, lowercase html tags, close html tags as required by XHTML spec, and started work on properly quoting tab attributes.
Logged In: YES
user_id=1130840
Originator: NO
Added in build 2.0.0.80:
New stylesheet and layout.
Transparent background for emoticon images.
Added XHTML DOCTYPE to more pages.
Fixed problem with externally linked JS and CSS files.
Logged In: YES
user_id=1602893
Originator: NO
Version.aspx fixed in version 2.0.0.84
Logged In: YES
user_id=1602893
Originator: NO
LostAndFound.aspx fixed in version 2.0.0.85
Logged In: YES
user_id=1602893
Originator: NO
WikiEdit.aspx now fully supports XHTML in build 2.0.0.86. Minor fixup of LinkMaker.cs to change '&' -> '&' for XHTML support
Logged In: YES
user_id=1602893
Originator: NO
RssFace.aspx corrected in build 2.0.0.90 so that it emits XHTML
Logged In: YES
user_id=1602893
Originator: NO
Search.aspx correct for XHTML in build 2.0.0.91
Logged In: YES
user_id=1602893
Originator: NO
Updated aboutcaptcha.html for xhtml. In build 2.0.0.107