Other |
---|
tbdUnresolved |
Blocks :
|
|
Relates :
|
Resolving lookup values in a stylesheet incurs a great deal of overhead. If it were possible to have a table of values that need lookup and where those values can be resolved (which declarations contain a real value), then instead of going from parent to parent trying to find the value, the value could be gotten directly from the table. It would also be good if the code didn't make a copy of the ParsedValue while doing the resolve.