Closed Bug 14446 Opened 25 years ago Closed 25 years ago

typo in ua.css: "mulitple" instead of "multiple"

Categories

(Core :: Layout: Form Controls, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: ian, Assigned: rods)

References

()

Details

In today's ua.css, I found:

  select[mulitple]:focus {
    border: 1px dotted black;
  }

This should obviously be:

  select[multiple]:focus {
    border: 1px dotted black;
  }

The [multiple] is misspelt.
Assignee: karnaze → rods
Reassigning to Rod.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Verified with Win32 1999-10-04.
Searching for 'mulit' revealed nothing in ua.css. Looks fixed to me.
You need to log in before you can comment on or make changes to this bug.