sixteen nights

sixteen nights with Opera

Subscribe to RSS feed

HTML Ruby ... extension!

, ,

Since Opera seems to want to ditch UserJS and move to extensions, here is the beginnings of the HTML Ruby for Opera extension!

http://htmlrubyopera.codeplex.com/
https://addons.labs.opera.com/addons/extensions/details/html-ruby/

Vertical-izer

, , , ...

Ever wanted to read Japanese text vertically in Opera?
Well, here's a user javascript to alleviate that desire just a bit...

Read more...

HTML Ruby

, , ,

This user javascript adds support for rendering of ruby annotation in Opera. Updated to version 6.00.2.

Read more...

IE9 using hardware acceleration for rendering

,

IE is moving its renderer from GDI to DirectX, which can utilize GPU acceleration. This is an awesome improvement that smooths all animation and scrolling and offers better text rendering. Its script engine is also getting a massive overhaul, and by the performance improvements shown, I wouldn't doubt that they're going down the same path as SpiderMonkey, V8, and SquirrelFish.

Opera is also pursuing a similar path with the Vega rendering engine and the Carakan Javascript engine. If IE improves this much, then I can't help but be optimistic about Opera.

[An Early Look At IE9 for Developers]

Chrome gets native ruby annotation support

New versions of Chrome in dev channel (4.0.245.0+) and webkit nightlies now have basic support for ruby annotation. No text spacing yet, and they only support the HTML 5 edition of ruby annotation (so complex ruby annotation support as in the XHTML 1.1 ruby module is unlikely), but they now have a native solution.

This also means that Safari and other webkit-based browsers will be getting ruby annotation support in the not-so-distant future. It's your turn, Opera. I hope you consider implementing it for Opera 11.

[Implementation progress on the HTML5 <ruby> element] via [mycom journal]