Closed ghost closed 5 years ago
While reading source code of virtual_dom_rs, I was confused by VElement's props. the term "properties" and "attributes" has slightly different meanings in DOM. VElement's one named props but what it contains is "attributes" rather than "properties" I think.
props
Fixes #77
oh I totally forgot about those... fixed it.
Thanks so much !!!
While reading source code of virtual_dom_rs, I was confused by VElement's
props
. the term "properties" and "attributes" has slightly different meanings in DOM. VElement's one namedprops
but what it contains is "attributes" rather than "properties" I think.Fixes #77