Changeset 49382 in webkit


Ignore:
Timestamp:
Oct 8, 2009 11:05:58 PM (15 years ago)
Author:
eric@webkit.org
Message:

2009-10-08 Alex Milowski <alex@milowski.com>

Reviewed by Darin Adler.

Added a basic description of the layout and rendering project and added links to the blog entries on rendering.

  • projects/layout/index.html:
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r49287 r49382  
     12009-10-08  Alex Milowski  <alex@milowski.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
     6
     7        * projects/layout/index.html:
     8
    192009-10-07  Sam Weinig  <sam@webkit.org>
    210
  • trunk/WebKitSite/projects/layout/index.html

    r12839 r49382  
    11<?php
    2         $title = "Layout and Rendering";
    3         include("../../header.inc");
     2    $title = "Layout and Rendering";
     3    include("../../header.inc");
    44?>
    55<h2>Layout and Rendering</h2>
     6<p>Layout and rendering provides the core functionality to display a markup language such as HTML, SVG, or MathML.  A render object tree is generated from the markup and those tree object instances are responsible for the layout and subsequent rendering of the content.</p>
    67
    7 <p>
    8 Needs to be written.
    9 </p>
     8<h3>Related Blog Entries</h3>
     9<p> <a href="http://webkit.org/blog/114/webcore-rendering-i-the-basics/">WebCore Rendering I – The Basics</a> </p>
     10<p> <a href="http://webkit.org/blog/115/webcore-rendering-ii-blocks-and-inlines/">WebCore Rendering II – Blocks and Inlines</a> </p>
     11<p> <a href="http://webkit.org/blog/116/webcore-rendering-iii-layout-basics/">WebCore Rendering III – Layout Basics</a> </p>
     12<p> <a href="http://webkit.org/blog/117/webcore-rendering-iv-absolutefixed-and-relative-positioning/">WebCore Rendering IV – Absolute/Fixed and Relative Positioning</a> </p>
     13<p> <a href="http://webkit.org/blog/118/webcore-rendering-v-floats/">WebCore Rendering V – Floats</a> </p>
    1014
    1115<?php
    12         include("../../footer.inc");
     16    include("../../footer.inc");
    1317?>
Note: See TracChangeset for help on using the changeset viewer.