Right now we have containertiming-ignore and containertiming-nesting strategy. I think you could just merge these together as a single "nesting strategy" but help disambiguate "ignore" mode.
I think there are two forms of "ignore":
- "Not interested in any timings, for self or ancestors" (performance optimization?)
- "This is a container root, and I don't want to report paints up" ("isolated" component or something?)
Consider using names such as: disabled and private to differentiate (bikeshed!).