summaryrefslogtreecommitdiff
path: root/developers
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-14 17:32:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-14 17:32:04 +0000
commita43162d86e5a3e9b99385cf00ba98f533fee0973 (patch)
tree376f6fd299c74a639e19c92be985787d6293d48b /developers
parentea4be081681ae32334806aeb39f4e2236e89fde0 (diff)
downloadnetsurf-website-a43162d86e5a3e9b99385cf00ba98f533fee0973.tar.gz
netsurf-website-a43162d86e5a3e9b99385cf00ba98f533fee0973.tar.bz2
List libs alphabetically. Link to the dom html element files that are mentioned.
Diffstat (limited to 'developers')
-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 e8f1278..85f3d02 100644
--- a/developers/gsoc/2014ideas.en
+++ b/developers/gsoc/2014ideas.en
@@ -93,16 +93,16 @@
<p>This is a project to improve and add features to the <a href="http://www.netsurf-browser.org/">NetSurf project</a>'s core web-technology libraries. These libraries are MIT licenced and are available to, and used by, other projects. The libraries in question are:
</p>
<ul>
-<li><a href="http://www.netsurf-browser.org/projects/hubbub/">LibHubbub</a> &ndash; HTML5 Parsing library</li>
<li><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a> &ndash; CSS Parser and Selection Engine</li>
<li><a href="http://www.netsurf-browser.org/projects/libdom/">LibDOM</a> &ndash; Document Object Model library</li>
+<li><a href="http://www.netsurf-browser.org/projects/hubbub/">LibHubbub</a> &ndash; HTML5 Parsing library</li>
</ul>
<h3>Project Outline</h3>
<h4>Phase 1</h4>
<ul>
<li>
<p>This should be fairly easy, although perhaps time consuming.</p>
-<p>Implement remaining LibDOM html element specialisations. Some element specialisations, like html_button_element.c have implementations, while most like html_anchor_element.c do not.</p>
+<p>Implement remaining LibDOM html element specialisations. Some element specialisations, like <a href="http://git.netsurf-browser.org/libdom.git/tree/src/html/html_button_element.c">html_button_element.c</a> have implementations, while most like <a href="http://git.netsurf-browser.org/libdom.git/tree/src/html/html_anchor_element.c">html_anchor_element.c</a> 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>, <a href="http://dom.spec.whatwg.org/">DOM Standard</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 implementation where appropriate.</p>
+<p>Bring Hubbub up to latest HTML5 parsing 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>