forked from w3c/testtwf-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 2.75 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: legacy
---
<div id="nav_container">
<nav id="toc" class="site-nav">
<a class="item" href="./index.html">Home</a>
<a class="item" href="#events">Events</a>
<a class="item" href="#resources">Resources</a>
</nav>
</div>
<p>One of the intentions of the <a href="http://movethewebforward.org">Move the web forward</a> initiative is to get you more involved in contributing to the web platform you help define. We've organized a number of hackathons that will help you get there and more are being planned! Representatives from W3C, Google, Mozilla, Microsoft, Opera, and Adobe will be on hand to guide you.</p>
<p>During these hackathons, you will discover new web features and learn how to write tests that will help browsers make implementations of these features consistent.</p>
<p>Experts will be on hand to help you write tests for W3C specifications in several areas as well as guide you through filing bug reports. You will learn new web features and recommended practices that will be useful in projects you contribute to in the future!</p>
{% include register.html %}
{% include events.html %}
<h2 id="resources" class="hed">Resources</h2>
<ul>
<li><a href="http://adobe-webplatform.github.io/testtwf-event-kit/">Test the Web Forward Meetup Kit</a></li>
<li><a href="http://berjon.com/presentations/20121026-how-to-read-a-spec/how-to-read-a-spec.html#2.0">How to Read a W3C Spec</a></li>
<li><a href="http://goo.gl/zv8b7">How to Write a W3C Reftest</a></li>
<li><a href="http://bit.ly/11pQuEp">リファレンステストの書き方</a></li>
<li><a href="http://goo.gl/tuk3O">Testing with testharness.js</a></li>
<li><a href="http://slidesha.re/11mSzQC">testharness.js テストの書き方 (JP)</a></li>
<li><a href="http://goo.gl/qoH7s">How to File a Good Bug Report</a></li>
<li><a href="/resources/github_test_submission.html">Test Submission</a></li>
<li><a href="http://www.w3.org/2002/09/wbs/1/testgrants2-200409">W3C Grant of License Questionnaire</a></li>
<li><a href="http://www.w3.org/Help/Account/Request/Public">W3C Public Account Request Form</a></li>
<li><a href="http://test.csswg.org/shepherd/">CSS Test Suite Manager "Shepherd"</a></li>
<ul>
<h3>Browser issue trackers:</h3>
<ul class="resources">
<li><a href="https://bugzilla.mozilla.org/">Mozilla's bugzilla</a></li>
<li><a href="https://bugs.webkit.org/">WebKit bugs</a></li>
<li><a href="http://crbug.com/">Chrome bugs</a></li>
<li><a href="http://www.opera.com/support/bugs/">Opera bugs</a></li>
<li><a href="https://connect.microsoft.com/site/sitehome.aspx">Help IE</a></li>
</ul>
</ul>
</ul>