JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
peach-html5-editor.git
8 years agofix main loop, process foreign content
Jason Woofenden [Wed, 23 Dec 2015 18:42:52 +0000 (13:42 -0500)]
fix main loop, process foreign content

8 years agofix tests: serialize namespaces
Jason Woofenden [Wed, 23 Dec 2015 17:09:58 +0000 (12:09 -0500)]
fix tests: serialize namespaces

8 years agofinish ins_mode_in_body and missing tok_state
Jason Woofenden [Wed, 23 Dec 2015 17:05:17 +0000 (12:05 -0500)]
finish ins_mode_in_body and missing tok_state

8 years agomore ins_mode_in_table
Jason Woofenden [Wed, 23 Dec 2015 16:17:05 +0000 (11:17 -0500)]
more ins_mode_in_table

8 years agoimplemented more of ins_mode_in_body
Jason Woofenden [Wed, 23 Dec 2015 14:54:47 +0000 (09:54 -0500)]
implemented more of ins_mode_in_body

8 years agocode cleanup and some minor fixes
Jason Woofenden [Tue, 22 Dec 2015 23:37:40 +0000 (18:37 -0500)]
code cleanup and some minor fixes

8 years agocode cleanup, esp cloning nodes
Jason Woofenden [Tue, 22 Dec 2015 23:01:25 +0000 (18:01 -0500)]
code cleanup, esp cloning nodes

8 years agofix test serialization of templates
Jason Woofenden [Tue, 22 Dec 2015 22:37:55 +0000 (17:37 -0500)]
fix test serialization of templates

8 years agoimplement rest of tokenizer states
Jason Woofenden [Tue, 22 Dec 2015 22:30:45 +0000 (17:30 -0500)]
implement rest of tokenizer states

8 years agofix <html> at start
Jason Woofenden [Tue, 22 Dec 2015 17:18:51 +0000 (12:18 -0500)]
fix <html> at start

8 years agodoctypes: parsing, tests pass
Jason Woofenden [Tue, 22 Dec 2015 16:42:54 +0000 (11:42 -0500)]
doctypes: parsing, tests pass

8 years agoparse comments (13 passing tests)
Jason Woofenden [Tue, 22 Dec 2015 15:12:47 +0000 (10:12 -0500)]
parse comments (13 passing tests)

8 years agoswitch to tests from html5lib-tests/tree-construction
Jason Woofenden [Tue, 22 Dec 2015 03:48:43 +0000 (22:48 -0500)]
switch to tests from html5lib-tests/tree-construction

8 years agorest of insertion modes (untested)
Jason Woofenden [Mon, 21 Dec 2015 04:13:18 +0000 (23:13 -0500)]
rest of insertion modes (untested)

8 years agoadd README.md
Jason Woofenden [Mon, 21 Dec 2015 02:24:30 +0000 (21:24 -0500)]
add README.md

8 years agocleanup, insertion modes for initial,head,etc
Jason Woofenden [Mon, 21 Dec 2015 02:14:26 +0000 (21:14 -0500)]
cleanup, insertion modes for initial,head,etc

8 years agonamespace checking seems to work
Jason Woofenden [Sun, 20 Dec 2015 23:59:31 +0000 (18:59 -0500)]
namespace checking seems to work

8 years agofinish parsing tables, pass html5lib's table tests
Jason Woofenden [Sun, 20 Dec 2015 16:20:47 +0000 (11:20 -0500)]
finish parsing tables, pass html5lib's table tests

8 years agofix test case (for predictable attrs serialization)
Jason Woofenden [Sun, 20 Dec 2015 14:50:17 +0000 (09:50 -0500)]
fix test case (for predictable attrs serialization)

8 years agoimplement lots of raw-ish text parsing
Jason Woofenden [Sun, 20 Dec 2015 14:49:10 +0000 (09:49 -0500)]
implement lots of raw-ish text parsing

8 years agoimplement noa's ark, junk after attribute name
Jason Woofenden [Sat, 19 Dec 2015 17:32:59 +0000 (12:32 -0500)]
implement noa's ark, junk after attribute name

8 years agomore tests from html5lib-tests
Jason Woofenden [Sat, 19 Dec 2015 15:02:10 +0000 (10:02 -0500)]
more tests from html5lib-tests

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