Page MenuHomePhabricator

Invalid HTML: Links of tabAction contain invalid attribute 'context'
Closed, ResolvedPublic

Description

SkinTemplate::buildContentNavigationUrls() adds an attribute 'context' to all action links.
This attribute is not defined in HTML (according to
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes) and consequently
comes up as an error in a validator (http://validator.w3.org/check) check.


Version: 1.22.0
Severity: trivial

Details

Reference
bz55660

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:30 AM
bzimport set Reference to bz55660.

Change 90652 had a related patch set uploaded by Bartosz Dziewoński:
BaseTemplate: Exclude two more attributes in makeLink()

https://gerrit.wikimedia.org/r/90652

Change 90652 merged by jenkins-bot:
BaseTemplate: Exclude two more attributes in makeLink()

https://gerrit.wikimedia.org/r/90652