-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstatus.json
More file actions
22 lines (22 loc) · 772 Bytes
/
status.json
File metadata and controls
22 lines (22 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"todo" : [
"finish implementing window",
"implement dom level3/core",
"implement dom level3/ls"
],
"done" : [
"consider a cleaner way to do 'private' variables - NO",
"dom level2/html",
"dom level2/core",
"dom level2/events",
"investigate merging upstream changes from HEAD with dav's node-htmlparser fork",
"consider implementing HTML based elements in level1 - NO",
"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"
]
}