Hi. I am currently playing around with Qooxdoo 0.8 from the trunk.
I'm especially intrested in qx.html.Element, and there are few
things i'd like to know:

- How far is the qx.html package developed, and how much is it going to 
change?
- Why do you split the handling of dom-elements between qx.html, qx.dom 
and qx.bom? It's rather confusing!
- Will qx.html.Element support namespaces?
"qx.bom.Element.create()" seems to support namespaces in the api,
but it is not implemented. Will this happen soon? I could really use it!

Currently, i'm doing this (in Firefox):

var svg_el = new qx.html.Element("svg");
svg_el._element = 
document.createElementNS("http://www.w3.org/2000/svg","svg";);

Usefull would be:

var svg_el = new qx.html.Element("svg","http://www.w3.org/2000/svg";);

Greetings.
Tim Buschtöns,
CAS Software AG


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to