Page MenuHomePhabricator

Do not strip name attribute before output
Closed, InvalidPublic

Description

The HTML 'name' attribute is stripped from the wiki text before output, but is very useful for JavaScript (which can getElementsByName) and there is no drawback that I can forsee to allowing it. For example, '<div name="foo">-</div>' is output as '<div>-</div>'.


Version: unspecified
Severity: normal

Details

Reference
bz11932

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:57 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz11932.
bzimport added a subscriber: Unknown Object (MLST).