summaryrefslogtreecommitdiff
path: root/the_attr_node_todo.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'the_attr_node_todo.mdwn')
-rw-r--r--the_attr_node_todo.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/the_attr_node_todo.mdwn b/the_attr_node_todo.mdwn
new file mode 100644
index 0000000..f90a6c8
--- /dev/null
+++ b/the_attr_node_todo.mdwn
@@ -0,0 +1,11 @@
+[[!meta title="The Attr Node todo"]]
+[[!meta author="Struggleyb"]]
+[[!meta date="2009-08-22T13:35:45Z"]]
+
+
+[[!toc]]
+
+
+ 1. For bool property, we deal it as: if there is a Attr node for it, its value is true, otherwise its value is false;
+ 2. All Attr node's value type are DOMString, there is no other types if the design now is correct;
+ 3. Remove the include/dom/core/attr.h additional attribute's type code when making sure the design is correct.