Open
Bug 1276007
Opened 8 years ago
Updated 2 years ago
Extend style-system use counters to support shorthands & aliases
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox49 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
As noted in bug 968923 comment 95, CSS property aliases & shorthands can't yet be counted, with our current UseCounter infrastructure.
Filing this bug on making them work.
(I think the problem is that our style-system UseCounters currently operate on the *output* of nsCSSParser, and aliases/shorthands are processed away into their unaliased/longform versions by the time we've finished making that output.)
Reporter | ||
Comment 1•8 years ago
|
||
Note: I have a patch in bug 1231682 (labeled "part 1") that makes us keep track of the *actual author-provided property* that we're parsing at any given time, in a special member-variable.
That patch didn't end up being something that we needed on that bug, but it might come in handy over here.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•