Color Spaces

Color Spaces

I was pointed to this article about color spaces in Web browsers.

Read more

Understanding HTML, XML and XHTML

Understanding HTML, XML and XHTML

OR, Close your <script> and <canvas> tags!

Read more

Text Fields

Text Fields

We have recently switched over to use an engine-based implementation for <input type=text>.  In doing so, our text fields are now able to use many useful css capabilities that weren’t available before.  border-radius, border-image, and background-image are just a few that will now work with our text fields.

Read more

SVG Text Support

SVG Text Support

I spent a few hours hooking up WebCore’s text rendering engine to SVG, and now we have basic SVG text support going.

Read more

SVG Has Landed

SVG Has Landed

SVG has now been enabled by default in nightly builds.

Read more

WebCore + SVG

WebCore + SVG

Eric Seidel has just landed support for a new target in the WebCore project that lets you compile an experimental port of KSVG.

Read more