Last modified: 2013-06-08 14:29:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T12218, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10218 - Sanitizer doesn't validate attribute values according to DTD
Sanitizer doesn't validate attribute values according to DTD
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Low normal with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.w3.org/TR/xhtml1/dtds.html...
:
Depends on:
Blocks: html
  Show dependency treegraph
 
Reported: 2007-06-11 12:04 UTC by Danny B.
Modified: 2013-06-08 14:29 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Danny B. 2007-06-11 12:04:52 UTC
Sanitizer lets out <br clear="both" />

<br clear="both" /> makes the page invalid ( http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-transitional.dtd_br ), the result should be

either <br style="clear: both;" /> or <br clear="all" />
Comment 1 Brion Vibber 2007-06-12 20:23:45 UTC
Sanitizer doesn't currently validate the contents of attributes which have value restrictions in the DTD.
Comment 2 Daniel Friesen 2013-06-08 14:29:26 UTC
Marking as WONTFIX. We don't support XHTML 1.0 and DTDs are irrelevant now. Backing out of support for deprecated/removed attributes is bug 24529.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links