Last modified: 2011-03-13 18:05:06 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 T19874, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 17874 - "name" attributes get removed by server
"name" attributes get removed by server
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Lowest enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-09 02:58 UTC by Melancholie
Modified: 2011-03-13 18:05 UTC (History)
3 users (show)

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


Attachments

Description Melancholie 2009-03-09 02:58:08 UTC
A name="foo" attribute is getting removed by server, example:

<div id="something" class="someclass" name="something">...</div>
resultes in:
<div id="something" class="someclass">...</div>
Comment 1 Chad H. 2009-03-13 12:20:24 UTC
Is this a Tidy thing?
Comment 2 Lejonel 2009-03-17 23:41:48 UTC
The name attribute is not in the whitelist created by Sanitizer::setupAttributeWhitelist().
Comment 3 Alexandre Emsenhuber [IAlex] 2009-10-24 15:09:47 UTC
"name" attribute is only allowed for a, applet, button, form, frame, iframe, img, input, map, meta, param, select and textarea tags in XHTML 1.0 transitional. Neither of those are allowed in wikitext, so allowing them would make pages not pass validation. Suggest closing as WONTFIX.
Comment 4 Alexandre Emsenhuber [IAlex] 2010-04-05 07:42:33 UTC
Closing bug per my previous comment.

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


Navigation
Links