JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
peach-html5-editor.git
8 years agouse Node class for data structures, improve is_in_scope
Jason Woofenden [Tue, 15 Dec 2015 18:23:17 +0000 (13:23 -0500)]
use Node class for data structures, improve is_in_scope

8 years agotest for correct number of parse errors
Jason Woofenden [Tue, 15 Dec 2015 06:11:36 +0000 (01:11 -0500)]
test for correct number of parse errors

8 years agostart implementing tree construction algorithm
Jason Woofenden [Tue, 15 Dec 2015 05:21:37 +0000 (00:21 -0500)]
start implementing tree construction algorithm

8 years agoparse end tags, close tags with proper nesting
Jason Woofenden [Mon, 14 Dec 2015 20:21:24 +0000 (15:21 -0500)]
parse end tags, close tags with proper nesting

8 years agostart making the stack of open elements
Jason Woofenden [Mon, 14 Dec 2015 19:56:16 +0000 (14:56 -0500)]
start making the stack of open elements

8 years agoparse_errors, EOF, &amp/etc in attrs
Jason Woofenden [Mon, 14 Dec 2015 19:37:25 +0000 (14:37 -0500)]
parse_errors, EOF, &amp/etc in attrs

8 years agoparse unquoted and singlequoted attributes
Jason Woofenden [Mon, 14 Dec 2015 03:07:41 +0000 (22:07 -0500)]
parse unquoted and singlequoted attributes

8 years agocode cleanup: sort fn defs in spec order
Jason Woofenden [Mon, 14 Dec 2015 02:38:26 +0000 (21:38 -0500)]
code cleanup: sort fn defs in spec order

8 years agoparsing some attributes
Jason Woofenden [Mon, 14 Dec 2015 02:36:29 +0000 (21:36 -0500)]
parsing some attributes

8 years agostart parsing open tags
Jason Woofenden [Mon, 14 Dec 2015 01:49:40 +0000 (20:49 -0500)]
start parsing open tags

8 years agomock up html parser, parse text and entities
Jason Woofenden [Mon, 14 Dec 2015 00:34:12 +0000 (19:34 -0500)]
mock up html parser, parse text and entities

8 years agoroot
Jason Woofenden [Sat, 12 Dec 2015 01:41:51 +0000 (20:41 -0500)]
root