summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--developers/gsoc/2014ideas.en6
1 files changed, 3 insertions, 3 deletions
diff --git a/developers/gsoc/2014ideas.en b/developers/gsoc/2014ideas.en
index 3ffedcb..c1b7822 100644
--- a/developers/gsoc/2014ideas.en
+++ b/developers/gsoc/2014ideas.en
@@ -101,8 +101,8 @@
<h4>Phase 1</h4>
<ul>
<li>
-<p>This should be fiarly easy, although perhaps time consuming.</p>
-<p>Implement reamining LibDOM html element specialisations. The some element specialisations, like html_button_element.c have implementations, while most like html_anchor_element.c do not.</p>
+<p>This should be fairly easy, although perhaps time consuming.</p>
+<p>Implement remaining LibDOM html element specialisations. The some element specialisations, like html_button_element.c have implementations, while most like html_anchor_element.c do not.</p>
<p><strong>Existing code:</strong> <a href="http://git.netsurf-browser.org/libdom.git/tree/src/html">libdom/src/html</a>.<br><strong>Specification:</strong> <a href="http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109/idl-definitions.html">Level 2 Document Object Model HTML</a></p>
</li>
</ul>
@@ -110,7 +110,7 @@
<p>Either one of the following:</p>
<ul>
<li>
-<p>Bring Hubbub up to latest HTML5 spec. This involves comparing the current implementation with the specification and updating our implemenation where appropriate.</p>
+<p>Bring Hubbub up to latest HTML5 spec. This involves comparing the current implementation with the specification and updating our implementation where appropriate.</p>
<p><strong>Existing code:</strong> <a href="http://git.netsurf-browser.org/libhubbub.git/tree/">libhubbub/src</a><br><strong>Specification:</strong> <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html">HTML5 Parsing</a></p>
</li>
<li>