Hello,

        It there any functionality to highlight an element or a text in Gecko?

        The highlighting functionality should:
i) not change the DOM tree, i.e.:
- no adding of <div> or <span> tags
- no changing of the style

ii) produce a permanent highlighting
- nsIRenderingContext.FillRect(...) is not sufficient


        I worked out my solution where I modified (h4ck3d :) the nsCSSRendering
class, but I would like to use a solution based on changing the computed
CSS style and to use features like propagating a (changed) value to
children elements, e.g. for tables.


        Thanks

        Ondrej
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to