TinyMCE : hooking onto the resize event

Out of the box TinyMCE supports a nice set of events which you can trace via the handle_event_callback Callback. Amongst a few you can externally hook onto the mousedown, mouseup, click, keypress, keydown, keyup, etc. events. Very nice, yet I was missing one from the list of supported events: the resize event.

Work on ACID4 has started

“Acid4 will be primarily a visual test, not especially scripted. Focus will probably be on SVG, CSS, and mixing namespaces, probably with the main document being an XML file with an SVG root element. Work on Acid4 will begin when three of the four top rendering engines have builds that pass the test, and will …