Improvements in MathML Rendering

Improvements in MathML Rendering

MathML is a W3C recommendation and an ISO/IEC standard that can be used to write mathematical content on HTML5 web pages, EPUB3 e-books and many other XML-based formats.

Read more

Improved Font Loading

Improved Font Loading

Web fonts are becoming increasingly popular all over the web.

Read more

Advanced Layout Made Easy with CSS Regions

Advanced Layout Made Easy with CSS Regions

CSS Regions is an exciting technology that makes it easier than ever to create rich, magazine-like layouts within web content.

Read more

GDI Text on Windows

GDI Text on Windows

The version of WebKit that ships with Safari 3.1 on Windows uses CoreGraphics antialiasing for text.

Read more

Full Page Zoom

Full Page Zoom

WebKit now supports full page zooming on Mac and Windows.

Read more

WebCore Rendering V – Floats

WebCore Rendering V – Floats

A float is a renderer that is designed to shift all the way to the left side or all the way to the right side of a paragraph.

Read more

WebCore Rendering IV – Absolute/Fixed and Relative Positioning

WebCore Rendering IV – Absolute/Fixed and Relative Positioning

The position property in CSS can be used to position an object relative to a specific containing block.

Read more

WebCore Rendering III – Layout Basics

WebCore Rendering III – Layout Basics

When renderers are first created and added to the tree, they have no position or size yet.

Read more

WebCore Rendering II – Blocks and Inlines

WebCore Rendering II – Blocks and Inlines

In the previous entry I talked about the basic structure of a CSS box.

Read more

WebCore Rendering I – The Basics

WebCore Rendering I – The Basics

This is the first of a series of posts designed to help people interested in hacking on WebCore’s rendering system.

Read more

CSS3 Multi-Column Support

CSS3 Multi-Column Support

WebKit now has some very basic support for multiple columns from CSS3.

Read more

Buttons

Buttons

For the past couple of weeks, I have been thinking about the new buttons for WebKit.

Read more