Changeset 56556 in webkit


Ignore:
Timestamp:
Mar 25, 2010 10:39:27 AM (14 years ago)
Author:
Joseph Pecoraro
Message:

2010-03-25 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by David Levin.

Asking Questions Page Grammar Fixes
https://bugs.webkit.org/show_bug.cgi?id=36608

  • asking_questions.html:
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r56551 r56556  
     12010-03-25  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by David Levin.
     4
     5        Asking Questions Page Grammar Fixes
     6        https://bugs.webkit.org/show_bug.cgi?id=36608
     7
     8        * asking_questions.html:
     9
    1102010-03-25  Joseph Pecoraro  <joepeck@webkit.org>
    211
  • trunk/WebKitSite/asking_questions.html

    r56551 r56556  
    7979<p>There are some questions that appear regularly on the mailing list. We have included the answers here for your convenience.</p>
    8080
    81 <h3> Does WebKit supports Foo? </h3>
     81<h3> Does WebKit support Foo? </h3>
    8282
    8383<p>The most reliable way to answer it is by looking at the source code. WebKit development is fast
     
    8888<ul>
    8989<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML)">Wikipedia comparison of the layout engines: HTML support</a><br></li>
    90 <li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(XML)">Wikpedia comparison of the layout engines: XML support</a><br></li>
     90<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(XML)">Wikipedia comparison of the layout engines: XML support</a><br></li>
    9191<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)">Wikipedia comparison of the layout engines: CSS support</a><br></li>
    92 <li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Document_Object_Model)">Wikipedia comparision of the layout engines: DOM support</a><br></li>
    93 <li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML_5)">Wikipedia comparision of the layout engines: HTML5 support</a><br></li>
     92<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Document_Object_Model)">Wikipedia comparison of the layout engines: DOM support</a><br></li>
     93<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML_5)">Wikipedia comparison of the layout engines: HTML5 support</a><br></li>
    9494<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(ECMAScript)">Wikipedia comparison of the layout engines: ECMAScript support</a><br></li>
    9595<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Scalable_Vector_Graphics)">Wikipedia comparison of the layout engines: SVG support</a><br></li>
     
    9999<h3> I want to port WebKit to a new platform </h3>
    100100
    101 <p>As a starting point, check first <a href="http://trac.webkit.org/wiki/SuccessfulPortHowTo">the sucessful port how to page</a>.</p>
     101<p>As a starting point, first check <a href="http://trac.webkit.org/wiki/SuccessfulPortHowTo">the successful port how to page</a>.</p>
    102102
    103103<p>Granted, it's not complete, so feel free to contribute. Try to find a port similar to what you are targeting and use it
    104 as a basis, instead of writing everything from scratch. While doing your port, you may find that you wished the page had
    105 mentioned that fact. Please modify the page and add it.</p>
     104as a basis, instead of writing everything from scratch. While working on your port, you may find that you wished the page had
     105mentioned something. If so, please modify the page and add it.</p>
    106106
    107107<h3> How does bar work? </h3>
Note: See TracChangeset for help on using the changeset viewer.