On 10/28/09 10:16 PM, Boris Zbarsky wrote:
Do something sane for trees (either a separate rule hash or whatever).
I just realized that we actually have a quite finite number of tree pseudo-elements (I thought we allowed arbitrary :-moz-tree-* stuff due to the structure of nsCSSAnonBoxes::IsTreePseudoElement). Since we in fact do not, and since it looks like :-moz-tree-whatever does in fact need the current handling in the rule processor, more or less, I think we should handle :-moz-tree the same way as we do pseudo-elements: an array of rule hashes. They will almost never get allocated in practice for web content, or in the UA/user levels.
-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

