Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
making the bottom content better
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya Manian committed Nov 29, 2011
1 parent 58b3be6 commit fbff90a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ section ul {

section li { padding: 0.5em 0; }

section li > ul > li { padding-left: 1em; }
section li:not(:last-child) { border-bottom: 1px dotted #bfc6cf; }

.q-a abbr {
Expand Down
31 changes: 13 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ <h2 id="other_learning_resources">Other learning resources</h2>
<h2 id="reference_docs_wikis">Reference docs/wikis</h2>

<ul>
<li><a href="https://developer.mozilla.org/en-US/">Mozilla&#8217;s MDN</a> - awesome documentation regarding HTML(5), CSS(3), JavaScript, the DOM, and more!
<ul>
<li>It&#8217;s also a great place to contribute! Read <a href="https://developer.mozilla.org/Project:en/How_to_Help">How to help</a> and learn how to <a href="https://developer.mozilla.org/Project:en/Getting_started">get started</a>.</li>
</ul>
<li><a href="https://developer.mozilla.org/en-US/">Mozilla&#8217;s MDN</a> - awesome documentation regarding HTML(5), CSS(3), JavaScript, the DOM, and more!It&#8217;s also a great place to contribute! Read <a href="https://developer.mozilla.org/Project:en/How_to_Help">How to help</a> and learn how to <a href="https://developer.mozilla.org/Project:en/Getting_started">get started</a>.</li>
<li><a href="http://instacss.com/">InstaCSS</a> - quick UI to access the CSS documentation from MDN.</li>
<li><a href="https://developer.mozilla.org/Writing_Forward_Compatible_Websites">Forward-compatible websites</a> - list of best practices for creating websites that won&#8217;t break when browsers are updated.</li>
</ul>
Expand Down Expand Up @@ -206,19 +203,18 @@ <h1>Give Feedback on Specifications</h1>
<p>Specs codify the expected behavior. They are developed by Working Groups (WG) along with active discussion on mailing lists. While we can’t always be certain that all browser vendors will adhere to the rules set forth in a spec they provide us with something that we, as developers, can standardize against.</p>

<ul>
<li><p>Learn the <a href="http://diveintohtml5.info/past.html">history of HTML</a></p></li>
<li><p>Take an <a href="http://fantasai.inkedblade.net/weblog/2011/inside-csswg/">inside look at how the CSS WG works</a></p></li>
<li>
<p>Subscribe to these mailing lists to follow and contribute to the discussions that drive the web:</p>
<li>Learn the <a href="http://diveintohtml5.info/past.html">history of HTML</a></li>
<li>Take an <a href="http://fantasai.inkedblade.net/weblog/2011/inside-csswg/">inside look at how the CSS WG works</a></li>
<li>Subscribe to these mailing lists to follow and contribute to the discussions that drive the web:
<ul>
<li><a href="http://lists.w3.org/Archives/Public/public-webapps/">public-webapps</a></li>
<li><a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a></li>
<li><a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">whatwg</a></li>
</ul>
</li>
<li><p>Read through the <a href="http://developers.whatwg.org/">HTML5 Spec for developers</a> with all implementor stuff removed, formatted beautifully for you.</p></li>
<li>Read through the <a href="http://developers.whatwg.org/">HTML5 Spec for developers</a> with all implementor stuff removed, formatted beautifully for you.</li>
<li>
<p>See the latest commits to the HTML and CSS specs by following their respective working groups on Twitter:</p>
See the latest commits to the HTML and CSS specs by following their respective working groups on Twitter:
<ul>
<li><a href="http://twitter.com/csscommits">csscommits</a></li>
<li><a href="http://twitter.com/whatwg">whatwg</a></li>
Expand Down Expand Up @@ -322,17 +318,16 @@ <h2 id="contribute_to_browsers">Contribute to browsers</h2>
</ul>
<h2>Contribute to Specifications</h2>
<ul>
<li><p>Test cases are fundamental to standards and to browsers. </p>
<li><a href="http://www.w3.org/html/wg/wiki/Testing">The W3C test suite for HTML</a>
<li>Test cases are fundamental to standards and to browsers. You can make <a href="http://www.w3.org/html/wg/wiki/Testing">The W3C test suite for HTML</a> better!
<ul>
<li>Look into <a href="http://www.w3.org/html/wg/wiki/Testing#New_tests">upstreaming some existing tests</a> into the W3C Test suite
<li>Upstream <a href="http://trac.webkit.org/browser/trunk/LayoutTests">WebKit&#8217;s layouttests</a>. Also see the <a href="http://www.webkit.org/blog/1456/layout-tests-practice/">layout test practice</a>
<li><a href="https://developer.mozilla.org/en/Mochitest">Mozilla&#8217;s mochitests</a>
- W3c suites</li>
<li>Review bugs</li>
<li><a href="http://www.w3.org/Bugs/Public/enter_bug.cgi">File bugs</a></li>
<li>Send email to <a href="http://www.whatwg.org/mailing-list">WHATWG</a> / <a href="http://lists.w3.org/Archives/Public/public-webapps/">public-webapps</a> / <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> / fx email lists</li>
<li><a href="http://wiki.whatwg.org/wiki/How_to_write_a_spec">Write Specs!</a></li>
<li><a href="https://developer.mozilla.org/en/Mochitest">Mozilla&#8217;s mochitests</a> - W3c suites</li>
</ul>
</li>
<li>Review bugs</li>
<li>Send email to <a href="http://www.whatwg.org/mailing-list">WHATWG</a> / <a href="http://lists.w3.org/Archives/Public/public-webapps/">public-webapps</a> / <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> / fx email lists</li>
<li><a href="http://wiki.whatwg.org/wiki/How_to_write_a_spec">Write Specs!</a></li>
</ul>
<h2 id="contribute_to_validators">Contribute to validators</h2>
<ul>
Expand Down

0 comments on commit fbff90a

Please sign in to comment.