Web Platform Team Blog

Adobe

decor

Making the web awesome

Archive for the Web Platform Features Category

Building a Better Web Through Crowd Sourcing

In case you hadn’t heard, the SFHTML5 Meetup group will be hosting a meetup on April 25th 2013 focused on making the Web better via crowd sourcing testing. Rebecca Hauck will talk to us about Test the Web Forward a community-based grass roots movement with the goal of improving the quality of the Web by fostering... Continue reading →

Freeing the Floats of the Future From the Tyranny of the Rectangle

With modern web layout you can have your content laid out in whatever shape you want as long as it’s a rectangle. Designers in other media have long been able to have text and other content lay out inside and around arbitrarily complex shapes. The CSS Exclusions and Shapes specification aims to bring this capability... Continue reading →

CSS Fragmentation In WebKit

What is fragmentation? The CSS 2.1 specification defines a box model to represent the layout of a document and pretty much everything is a box. Normal flow nodes (e.g. not absolutely positioned) are laid out child by child starting at the top of their parent element box. If an element’s box is too small to fit all the content,... Continue reading →

Shape-padding is on its way for CSS Exclusions

Hans Muller has been working hard on the implementation of the shape-inside feature in CSS Exclusions and Shapes, most recently focusing on adding shape-padding functionality for rounded rectangle shapes (ellipses, circles, rectangles). Shape-padding provides a user the ability to specify how much space exists between their content and the shape-inside. For more detail on how shape-padding... Continue reading →