18 ms·
If you need that much styling control over a text area, using a content editable region and Javascript for the interaction is almost certainly a better option.
by alexcabrera 13y ago
If you need that much styling control over a text area, using a content editable region and Javascript for the interaction is almost certainly a better option.
- drdaeman 13y agoAn even better option is to use emscripten to bundle custom HTML rendering engine that would draw styled text input using Wayland server running on <canvas>
- ehsanu1 13y agoYou kid, but despite how horrifying that is, something like it will probably end up happening.
- lovskogen 13y agoWhy not just CSS? All I want is to set the line-height.