[SVG 1.2] 4.5 RCC Open issues

Hi,

| 3.  How does XML Events relate to this feature?
|  Resolution: this feature will use XML events for event handling.

I do not believe I will be able to author and use RCC components if XML
events are used for events, RCC components will be used and re-used in many
unknown environments, often combined with other RCC components.  Using
non-namespace aware events will result in unknown behaviour, or us having to
choose silly event names with some hope of obtaining unique ones.  Please
reconsider this resolution!

Equally Resolution 2.0 suffers from the same problem, "manually established
using event listeners" would be an appropriate sentence.

| 17. shadow tree elements are owned by document with the custom element,
not the document with the custom element's elementDefs.

In this situation, would the script share execution context between the two
documents, i.e. how are global variables handled, can the script access the
document where the RCC extension is defined etc. (to access global metadata
or similar)

Jim.

Received on Wednesday, 19 November 2003 13:10:24 UTC