Closed
Bug 109222
Opened 24 years ago
Closed 22 years ago
Move the line # in CSSStyleRuleImpl into declarations
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: hyatt, Assigned: dbaron)
Details
Since rules share declarations, it makes more sense to store line #s in
declarations so you can achieve some sharing for comma-separated selectors.
Also, there's no reason to make this a 32-bit integer. Let's just make it 16
bits.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•24 years ago
|
Priority: -- → P2
Target Milestone: --- → mozilla0.9.7
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.9 → Future
Comment 1•23 years ago
|
||
cc'ing myself
Comment 2•22 years ago
|
||
Rules no longer share declarations, since we only create one rule object per
comma-separated list of selectors. It seems to me that this bug is no longer
relevant...
| Assignee | ||
Comment 3•22 years ago
|
||
Right.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•