Closed Bug 507786 Opened 15 years ago Closed 6 years ago

allow 'position: relative' on legends inside fieldsets

Categories

(Core :: Layout: Form Controls, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: tnikkel, Unassigned)

Details

Currently 'position: relative' on legends inside fieldsets is ignored. This is due to Webkit and Opera handling it differently. See bug 269908. We can probably also remove most of the special declarations in forms.css for legends.
Test http://software.hixie.ch/utilities/js/live-dom-viewer/saved/6109 <!DOCTYPE html> <fieldset><legend style=position:relative;top:1em;left:1em>asdf</legend></fieldset> This works in Firefox now.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.