JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
peach-html5-editor.git
8 years agofix implied_end_tags and </p>
Jason Woofenden [Sat, 19 Dec 2015 14:39:46 +0000 (09:39 -0500)]
fix implied_end_tags and </p>

8 years agoparse tables, reset_insertion_mode, foster_parenting
Jason Woofenden [Fri, 18 Dec 2015 23:02:31 +0000 (18:02 -0500)]
parse tables, reset_insertion_mode, foster_parenting

8 years agoimplemented adoption agency algorithm
Jason Woofenden [Fri, 18 Dec 2015 05:25:21 +0000 (00:25 -0500)]
implemented adoption agency algorithm

8 years agoadd some aaa tests from html5lib-tests
Jason Woofenden [Thu, 17 Dec 2015 16:12:32 +0000 (11:12 -0500)]
add some aaa tests from html5lib-tests

8 years agoimplement most details about where to insert nodes
Jason Woofenden [Thu, 17 Dec 2015 04:56:13 +0000 (23:56 -0500)]
implement most details about where to insert nodes

8 years agoimplemented adoption agency algorithm, tested a littl
Jason Woofenden [Thu, 17 Dec 2015 03:16:08 +0000 (22:16 -0500)]
implemented adoption agency algorithm, tested a littl

8 years agoimplement scope checkers, test for formatting els
Jason Woofenden [Tue, 15 Dec 2015 20:18:25 +0000 (15:18 -0500)]
implement scope checkers, test for formatting els

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