Closed
Bug 287391
Opened 20 years ago
Closed 20 years ago
svg.css has inefficient rules
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: annevk)
Details
(Keywords: perf)
Attachments
(1 file, 1 obsolete file)
|
1.15 KB,
patch
|
tor
:
review+
annevk
:
superreview+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
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;
}
?| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #178376 -
Flags: superreview?(bzbarsky)
Attachment #178376 -
Flags: review?(tor)
| Reporter | ||
Comment 2•20 years ago
|
||
Comment on attachment 178376 [details] [diff] [review] possible patch Add a ';' after "hidden".
Attachment #178376 -
Flags: superreview?(bzbarsky) → superreview+
| Assignee | ||
Comment 3•20 years ago
|
||
Assignee: general → bug
Attachment #178376 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #180160 -
Flags: superreview+
Attachment #180160 -
Flags: review?(tor)
| Assignee | ||
Updated•20 years ago
|
Attachment #178376 -
Flags: review?(tor)
| Assignee | ||
Updated•20 years ago
|
Attachment #180160 -
Flags: approval1.8b2?
Attachment #180160 -
Flags: review?(tor) → review+
Comment 4•20 years ago
|
||
Comment on attachment 180160 [details] [diff] [review] patch #2 a=asa
Attachment #180160 -
Flags: approval1.8b2? → approval1.8b2+
| Assignee | ||
Comment 5•20 years ago
|
||
Fix checked in by timeless.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•