[css-inline][fyi] A JavaScript take on initial-letter

A quick note to let you know about dropcap.js [1].

While the WG discusses the native feature, Alan and I have been experimenting with implementing initial-letter's core functionality in JavaScript. The result is now on GitHub [2].

Note that this is not a 'pure' CSS polyfill - it does not re-download and re-parse your CSS looking for initial-letter - but it takes the same two parameters as the property.

Pull requests welcome...

[1] http://webplatform.adobe.com/dropcap.js/
[2] https://github.com/adobe-webplatform/dropcap.js

Received on Thursday, 2 October 2014 16:17:18 UTC