Closed Bug 287391 Opened 19 years ago Closed 19 years ago

svg.css has inefficient rules

Categories

(Core :: SVG, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bzbarsky, Assigned: annevk)

Details

(Keywords: perf)

Attachments

(1 file, 1 obsolete file)

In particular, it has:

 45 a * {
 46   cursor: pointer;
 47 }

given that "cursor" inherits, is there a reason this isn't just:

  a {
    cursor: pointer;
  }

?
Attached patch possible patch (obsolete) — Splinter Review
Attachment #178376 - Flags: superreview?(bzbarsky)
Attachment #178376 - Flags: review?(tor)
Comment on attachment 178376 [details] [diff] [review]
possible patch

Add a ';' after "hidden".
Attachment #178376 - Flags: superreview?(bzbarsky) → superreview+
Attached patch patch #2Splinter Review
Assignee: general → bug
Attachment #178376 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #180160 - Flags: superreview+
Attachment #180160 - Flags: review?(tor)
Attachment #178376 - Flags: review?(tor)
Attachment #180160 - Flags: approval1.8b2?
Attachment #180160 - Flags: review?(tor) → review+
Comment on attachment 180160 [details] [diff] [review]
patch #2

a=asa
Attachment #180160 - Flags: approval1.8b2? → approval1.8b2+
Fix checked in by timeless.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: