Last modified: 2010-05-15 15:42:47 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 T12659, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10659 - Illegal XHTML for navigation is created
Illegal XHTML for navigation is created
Status: CLOSED DUPLICATE of bug 9338
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.8.x
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-07-22 19:08 UTC by Bernd Wellhöfer
Modified: 2010-05-15 15:42 UTC (History)
2 users (show)

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


Attachments

Description Bernd Wellhöfer 2007-07-22 19:08:48 UTC
Hello,

when entering for MediaWiki:Sidebar content like

* navigation
...
** Category:Arbeitsaufträge|Arbeitsaufträge
...

this XHTML is generated:

<div class="portlet" id="p-navigation">
	<h5>Navigation</h5>
	<div class="pBody">
		<ul>
			...
			<li id="n-Arbeitsaufträge">
				<a href="/mediawiki/index.php/Kategorie:Arbeitsauftr%C3%A4ge">Arbeitsaufträge</a>
			</li>
			...
		</ul>
	</div>
</div>

The German Umlaut ä is used a part of the <li> id value and this is not allowed (see http://www.w3.org/TR/html4/types.html#h-6.2).

Regards,

Bernd
Comment 1 Rob Church 2007-07-22 21:00:27 UTC

*** This bug has been marked as a duplicate of bug 9338 ***

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


Navigation
Links