+2006-03-06 Geoffrey Garen <ggaren@apple.com>
+
+ Reviewed by Maciej, Darin.
+
+ Added Safari Compatibility Hit List.
+
+ * nav.inc: Link to the hit list.
+ * projects/compat/hitlist.html: Added.
+ * projects/compat/index.html: Link to the hit list.
+
2006-03-02 Eric Seidel <eseidel@apple.com>
Reviewed by mjs.
--- /dev/null
+<?php include("../../header.inc"); ?>
+
+<h2>Safari Compatibility Hit List</h2>
+
+<h3>The List as of 3/6/2006</h3>
+<ol id="hitlist">
+ <li>local.live.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6519">[bug 6519]</a></li>
+ <li>www.delta.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6619">[bug 6619]</a></li>
+ <li>www.capitalone.co.uk <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6621">[bug 6621]</a></li>
+ <li>www.start.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6622">[bug 6622]</a></li>
+ <li>www.gap.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6623">[bug 6623]</a></li>
+ <li>www.bananarepublic.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6624">[bug 6624]</a></li>
+ <li>tinymce.moxiecode.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6627">[bug 6627]</a></li>
+ <li>www.backbase.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6628">[bug 6628]</a></li>
+ <li>www.zillow.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=7447">[bug 7447]</a></li>
+ <li>ebanking.hangseng.com <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=7448">[bug 7448]</a></li>
+</ol>
+
+<div class="articlebody">
+ <h3>About the Hit List</h3>
+
+ <p>We're constantly working to improve compatibility between Safari and websites around the world.
+ Sometimes that means fixing bugs in <a href="/">WebKit</a>, the Safari engine. Sometimes
+ it means working with site developers to produce more standards-compliant, cross-browser sites.
+ Sometimes it means both. The Hit List is a list of the top ten sites needing compatibility work.</p>
+
+ <!--
+ <p>Hit List Alumni are sites that used to be on the list but are fixed in our latest
+ nightly build. They are a small sampling of the compatibility improvements you can expect
+ in the next major Safari release.</p>
+ -->
+
+ <h3>Nominating Bugs for the Hit List</h3>
+
+ <p>The Safari Team at Apple regularly reviews bug reports and selects broken sites for the Hit List.
+ To have a site considered for the list, simply <a href="/quality/reporting.html">file a bug</a>.</p>
+
+ <h3>How You Can Help</h3>
+
+ <p>When a site first gains a spot on the Hit List, we may know precious little about why it doesn't work in Safari.
+ Breaking the site down into <a href="/quality/bugwriting.html">individual bug reports</a> and writing
+ <a href="/quality/reduction.html">test case reductions</a> can be immensely helpful.</p>
+
+ <p>Of course, the most helpful thing to do is to fix a bug that affects a site on the list.
+ To get started, just <a href="/building/checkout.html">check out the code</a>.</p>
+
+</div>
+
+<?php include("../../footer.inc"); ?>
+
<dd><a href="../../quality/reporting.html">Report bugs</a> to us for any problems you find. Get bugs into our database so that we
can track the issue and screen the bug.</dd>
<dt>Reduce Bugs</dt>
-<dd>Scan the bugs in the <tt>New Bugs</tt> component and help attach reductions and minimal failing test cases! Only when bugs are
+<dd>Scan the bugs in the <a href="hitlist.html">Compatibility Hit List</a> and the <tt>New Bugs</tt> component and help attach reductions and minimal failing test cases. Only when bugs are
screened properly will a developer be able to determine the root cause of the problem and move it into the appropriate component.
<i>This is one of the most important ways you can help improve WebKit.</i>
<dt>Create New Tests</dt>