On 12/16/10 6:28 PM, Hajime Morita wrote:
Please let me clarify - which can be done without live-ness?

- 1. Changing the tree structure (adding/removing the child)

No.

- 2. Changing the attributes of the node (via setAttribute() or some
property access)

Yes.

- 3. Changing the style directly (node.style property)

Yes.

- 4. Changing the style declaratively (via modifying stylesheet)

Yes.

Note that editing text on<input>  will cause 2 happen and
other form related changes as well.

This actually causes (1) to happen in Gecko, but can be dealt with cleanly, I think, since it can't affect output ports.

-Boris

Reply via email to