summaryrefslogtreecommitdiffstats
path: root/contrib/dom
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-10 22:47:14 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-06-10 22:47:14 (GMT)
commit6f56474450b7c54f2c95b5dea6a7a42623141649 (patch)
tree420c52085d8cf778360c09baf9722b21d01259da /contrib/dom
parenta154682fc1b25581742d38dd5fe9aa06ede167b7 (diff)
downloaduscxml-6f56474450b7c54f2c95b5dea6a7a42623141649.zip
uscxml-6f56474450b7c54f2c95b5dea6a7a42623141649.tar.gz
uscxml-6f56474450b7c54f2c95b5dea6a7a42623141649.tar.bz2
W3C MMI Architecture framework
Diffstat (limited to 'contrib/dom')
-rw-r--r--contrib/dom/idl/Node.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dom/idl/Node.idl b/contrib/dom/idl/Node.idl
index 0302e5e..f819441 100644
--- a/contrib/dom/idl/Node.idl
+++ b/contrib/dom/idl/Node.idl
@@ -26,7 +26,7 @@ interface Node {
readonly attribute Node lastChild;
readonly attribute Node previousSibling;
readonly attribute Node nextSibling;
- readonly attribute NamedNodeMap attributes;
+ [CustomGetter] readonly attribute NamedNodeMap attributes;
// Modified in DOM Level 2:
readonly attribute Document ownerDocument;
Node insertBefore(in Node newChild,