Changeset 56551 in webkit


Ignore:
Timestamp:
Mar 25, 2010 9:31:54 AM (14 years ago)
Author:
Joseph Pecoraro
Message:

2010-03-25 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by Timothy Hatcher.

New Asking Questions Page is not Valid HTML5
https://bugs.webkit.org/show_bug.cgi?id=36605

  • asking_questions.html: fixed issues raised by the validator.
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r56541 r56551  
     12010-03-25  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        New Asking Questions Page is not Valid HTML5
     6        https://bugs.webkit.org/show_bug.cgi?id=36605
     7
     8        * asking_questions.html: fixed issues raised by the validator.
     9
    1102010-03-25  Julien Chaffraix  <jchaffraix@webkit.org>
    211
  • trunk/WebKitSite/asking_questions.html

    r56541 r56551  
    2828
    2929<p>Your question may have already been answered. Make sure you search at least webkit-help and webkit-dev archives.
    30 There are two ways to query the archives: doing a web search or the <a
    31 href="http://dir.gmane.org/search.php?match=webkit">gmane archives</a>.</p>
     30There are two ways to query the archives: doing a web search or the <a href="http://dir.gmane.org/search.php?match=webkit">gmane archives</a>.</p>
    3231<p>You can limit a web search to the mailing lists' archives by using "site:lists.webkit.org".
    3332<p>Here is a small example on how to query information about 'RenderLayer' on the previous mailing lists archives:</p>
     
    4039<p>Give as many details as possible. Generic questions will likely not get a valuable answer.</p>
    4140
    42 <p>Make sure you include at least:
     41<p>Make sure you include at least:</p>
    4342<ul>
    4443<li> which port are you using: Mac, Windows, Chromium, Qt, Gtk, Wx, ...</li>
    4544<li> which operating system are you using? For Linux, paste the result of <code>uname -a</code></li>
    4645</ul>
    47 </p>
    48 <p>Depending on your issue, make also sure to include:
     46
     47<p>Depending on your issue, make also sure to include:</p>
    4948<ul>
    5049<li> the revision or branch used</li>
     
    5554<li> the expected result</li>
    5655</ul>
    57 </p>
    5856
    5957<p>If one of these item is very long (hundreds of lines), do not paste it in the email. Instead use http://pastebin.com/
     
    8785not been widely used yet. Bear in mind that sometimes the level of
    8886supports between different ports is not the same.</p>
    89 <p>The following links are also useful:
     87<p>The following links are also useful:</p>
    9088<ul>
    9189<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML)">Wikipedia comparison of the layout engines: HTML support</a><br></li>
     
    9593<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>
    9694<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(ECMAScript)">Wikipedia comparison of the layout engines: ECMAScript support</a><br></li>
    97 <li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Scalable_Vector_Graphics)">Wikipedia comparison of the layout engines: SVG support<br></li>
     95<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>
    9896<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Non-standard_HTML)">Wikipedia comparison of the layout engines: non standard HTML support</a><br></li>
    9997</ul>
    100 </p>
    10198
    10299<h3> I want to port WebKit to a new platform </h3>
Note: See TracChangeset for help on using the changeset viewer.