forked from jsdom/jsdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
status.json
22 lines (22 loc) · 900 Bytes
/
status.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"todo" : [
"use a unified coding style",
"make sources pass jslint validation",
"investigate merging upstream changes from HEAD with dav's node-htmlparser fork",
"consolidate/clean TODOs",
"consider a cleaner way to do 'private' variables (as apposed to x._imPrivateISwear)",
"consider implementing dom level2/core",
"consider implementing dom level3"
],
"done" : [
"consider implementing dom level2 hmtl/events",
"consider implementing HTML based elements in level1 (no tests currently.. boo)",
"ensure doc.documentElement is updated in long living dom documents",
"pass YUI3 dom and selector tests via browser augmentation",
"move node-htmlparser dependence out into a utility area",
"allow YUI3 to run on top of jsdom",
"run sizzle and pure templating on node",
"build browser compatibility layer",
"build dom level 1"
]
}