0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy
Edward Z. Yang fd384129bf Proper support for name attribute in <a> and <img>
Prior to this commit, the name attribute was unilaterally removed, except
for Strict doctypes or a heavy TidyLevel, when it was converted to an id
attribute. As name is actually permitted in both HTML 4.01 Strict and
XHTML 1.0 Strict, although deprecated, the more sensible default behavior
is to allow it unless TidyLevel is heavy.

Our implementation is slightly stricter than the specs, as name attributes are
treated as first class IDs, disallowing <a name="foo" id="foo"> or duplicate
names. The former should be treated as a special case, but that will be
a separate commit.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
2008-06-27 15:44:27 -04:00
..
Name.php Proper support for name attribute in <a> and <img> 2008-06-27 15:44:27 -04:00
Proprietary.php [3.1.0] Further cleanup, making standalone work again 2008-02-10 21:34:52 +00:00
Strict.php [3.1.0] Further cleanup, making standalone work again 2008-02-10 21:34:52 +00:00
Transitional.php [3.1.0] Further cleanup, making standalone work again 2008-02-10 21:34:52 +00:00
XHTML.php [3.1.0] Further cleanup, making standalone work again 2008-02-10 21:34:52 +00:00
XHTMLAndHTML4.php Proper support for name attribute in <a> and <img> 2008-06-27 15:44:27 -04:00