style-types.js |
When asking for the styles applied to a node, we return a list of
appliedstyle json objects that lists the rules that apply to the node
and which element they were inherited from (if any).
Note appliedstyle only sends the list of actorIDs and is not a valid return
value on its own. appliedstyle should be returned with the actual list of
StyleRuleActor and StyleSheetActor. See appliedStylesReturn.
|
2144 |