editing-session.js |
An instance of EditingSession tracks changes that have been made during the
modification of box model values. All of these changes can be reverted by
calling revert.
@param {InspectorPanel} inspector
The inspector panel.
@param {Document} doc
A DOM document that can be used to test style rules.
@param {Array} rules
An array of the style rules defined for the node being
edited. These should be in order of priority, least
important first.
|
5992 |