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

Wikimedia Bugzilla is closed!

Wikimedia has migrated from Bugzilla to Phabricator. Bug reports should be created and updated in Wikimedia Phabricator instead. Please create an account in Phabricator and add your Bugzilla email address to it.
Wikimedia Bugzilla is read-only. If you try to edit or create any bug report in Bugzilla you will be shown an intentional error message.
In order to access the Phabricator task corresponding to a Bugzilla report, just remove "static-" from its URL.
You could still run searches in Bugzilla or access your list of votes but bug reports will obviously not be up-to-date in Bugzilla.
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