zbraniecki / fluent-domoverlays-js

Fluent DOM Overlays (JS)
1 stars 0 forks source link

Namespaces handling #17

Open zbraniecki opened 5 years ago

zbraniecki commented 5 years ago

While reviewing bug https://phabricator.services.mozilla.com/D27200 :smaug pointed out that he thinks that DOMOverlays handling of namespaces may be a design bug:

I was reading the bug 1543493 and it feels quite weird. But I realize now that overlay mechanism doesn't care about namespaces - that feels like a bug in the design. But doesn't need to block this bug.