2006-11-22 04:49:26 +00:00
|
|
|
|
|
|
|
Loose versus Strict
|
|
|
|
Changes from one doctype to another
|
|
|
|
|
|
|
|
There are changes. Wow, how insightful. Not everything changed is relevant
|
|
|
|
to HTML Purifier, though, so let's take a look:
|
|
|
|
|
|
|
|
== Major incompatibilities ==
|
|
|
|
|
2006-11-23 03:23:35 +00:00
|
|
|
[done] BLOCKQUOTE changes from 'flow' to 'block'
|
2006-11-23 22:15:35 +00:00
|
|
|
current behavior: inline inner contents should not be nuked, block-ify as necessary
|
2006-11-23 03:23:35 +00:00
|
|
|
[partially-done] U, S, STRIKE cut
|
2006-11-23 22:15:35 +00:00
|
|
|
current behavior: removed completely
|
|
|
|
projected behavior: replace with appropriate inline span + CSS
|
|
|
|
[done] ADDRESS from potpourri to Inline (removes p tags)
|
|
|
|
current behavior: block tags silently dropped
|
|
|
|
ideal behavior: replace tags with something like <br>. (not high priority)
|
2006-11-22 04:49:26 +00:00
|
|
|
|
|
|
|
== Things we can loosen up ==
|
|
|
|
|
|
|
|
Tags DIR, MENU, CENTER, ISINDEX, FONT, BASEFONT? allowed in loose
|
2006-11-23 22:15:35 +00:00
|
|
|
current behavior: transform to strict-valid forms
|
|
|
|
Attributes allowed in loose (see attribute transforms in 'dev-progress.html')
|
|
|
|
current behavior: projected to transform into strict-valid forms
|
2006-11-22 04:49:26 +00:00
|
|
|
|
|
|
|
== Periphery issues ==
|
|
|
|
|
|
|
|
A tag's attribute 'target' (for selecting frames) cut
|
2006-11-23 22:15:35 +00:00
|
|
|
current behavior: not allowed at all
|
|
|
|
projected behavior: use loose doctype if needed, needs valid values
|
|
|
|
[done] OL/LI tag's attribute 'start'/'value' (for renumbering lists) cut
|
|
|
|
current behavior: no substitute, just delete when in strict, allow in loose
|
2006-11-22 04:49:26 +00:00
|
|
|
Attribute 'name' deprecated in favor of 'id'
|
2006-11-23 22:15:35 +00:00
|
|
|
current behavior: dropped silently
|
2007-02-03 17:03:04 +00:00
|
|
|
projected behavior: create proper AttrTransform
|
2006-11-23 22:15:35 +00:00
|
|
|
[done] PRE tag allows SUB/SUP? (strict dtd comment vs syntax, loose disallows)
|
|
|
|
current behavior: disallow as usual
|