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)

x86
Windows 2000
defect

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.
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.7
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Target Milestone: mozilla0.9.9 → Future
cc'ing myself
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...
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.