summaryrefslogtreecommitdiff
path: root/the_attr_node_todo.mdwn
blob: f90a6c8d02d4bef4acc30754b5fa3909b3bdfad5 (plain)
1
2
3
4
5
6
7
8
9
10
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.