safari

mutle/vim.safariextension - GitHub. Another VI keyboard control for Safari, which I actually quite like - but unfortunately it doesn't have link navigation, so you apparently still have to use the mouse. Too bad, because that's actually something like the killer feature - on the other hand, both this one and vimlike are open source, maybe I should just sit down and combine the two (or build a patch for one of the two that adds the missing features).

vimlike-onsafari - Safari keybind changes like VIM. - Google Project Hosting. Hmm, thinly documented, but the essentials seem to work. So the navigation keys and following links. And unlike previous tests, it no longer gets confused when styling the link hints.

Vimari - Keyboard Shortcuts extension for Safari - GitHub. A bit like Vimium for Chrome, but can do significantly fewer tricks (and the links seem to be affected by the page CSS, which is why the QuickLinks look weird on my website)

SVG Has Landed

This will please the shockwave rider: SVG is enabled by default in Safari Nightlies. The special thing about it: now documents can contain mixed XHTML and SVG tags and be styled with a common CSS - which opens up pretty cool possibilities, as the SVG objects are no longer embedded with OBJECT or EMBED tags, but are an integral part of the document.