I'm currently implementing the CSS3 writing mode spec intrinsic width keywords: http://dev.w3.org/csswg/css3-writing-modes/#intrinsic-sizing
Tracking bug: https://bugs.webkit.org/show_bug.cgi?id=38919 Currently I'm only adding support for width to match the behavior of Gecko. I'll move on to height once the spec is clarified on behavior. In discussions with Tab Atkins it looks like we can make height: fill-available provide sensible 100% height behavior to simplify page layout for authors which will be really nice. - E
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

