Page MenuHomePhabricator

Special:Search Powersearch form totally invalid
Closed, ResolvedPublic

Description

Powersearch form uses invalid "id" attributes for <input type="checkbox"> elements thus invalid "for" attributes for <label> elements.

Suggesting use same value of "name" attribute for "id" attribute as per usual habits thus for "for" attribute in <label>


Version: unspecified
Severity: major

Details

Reference
bz13924

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:09 PM
bzimport set Reference to bz13924.
bzimport added a subscriber: Unknown Object (MLST).

valid attributes ("powersearch-ns{$ns}" form); <ul> -> <ol>

Fixing the "id" & "for" attributes.

Also changing <ul> to <ol>, because of "start" attribute presence.

Attached: