silexlabs / Cocktail

An HTML/CSS rendering engine for the Haxe language
http://www.silexlabs.org/haxe/cocktail/
Other
192 stars 34 forks source link

Advanced hit test refactor #343

Closed yanhick closed 11 years ago

yanhick commented 11 years ago

Removed advanced hit testing because :

Now, it can be re-implemented outside of cocktail if a project needs it, by adding a callback to the new onDocumentUpdate callback that will re-implement the code suppressed here. This callback can be added by inheriting from CocktailView