Lines Matching refs:to

45 		// array of CSSHoverElements, used to unload created events
54 // and the stuff we're trying to fix should already work properly
75 // todo; might need to be placed inside the for loop, since an error
80 // interate the sheet's rules and send them to the parser
95 // The sheet is used to insert new rules into, this must be the same sheet the rule
96 // came from, to ensure that relative paths keep pointing to the right location.
111 // the new selector is going to use that classname in a new css rule,
116 // the classname is needed for the events that are going to be set on affected nodes
120 … // no need to set the same callback more than once when the same selector uses the same classname
126 … // selecting the same element. The expression does a callback to CSSHover.patch, rerouted via the
129 …// because the expression is added to the stylesheet, and styles are always applied to html that is
130 … // dynamically added to the dom, the expression will also trigger for those new elements (provided
147 // the patch's type is returned to the expression. That way the expression property
148 // can be found and removed, to stop it from calling patch over and over.
155 // just to make sure, also keep track of patched classnames locally on the node
158 // and check for it to prevent duplicate events with the same classname from being set
169 // returns a dummy value to the expression
183 // and set properties to null
192 // add the unload to the onbeforeunload event
236 // and set properties to null