@jaffathecake Is <option> continue to be text only? If so, it should be easy to duplicate the text in <selectedoption>.
Speak from my brief experience as an implementer, anything resembling <svg:use> opens a rather big can of worms.
Top-level
@jaffathecake Is <option> continue to be text only? If so, it should be easy to duplicate the text in <selectedoption>. Speak from my brief experience as an implementer, anything resembling <svg:use> opens a rather big can of worms. 2 comments
@jaffathecake Got it. I hope by piggy backing on node.cloneNode(true) for the initial clone it would be less problematic than <svg:use> a <svg:foreignObject>. That was a memorable bug from fuzzying team 😅. The first option is not ergonomic IMO. The last option is ... creative, not sure if it is achievable given the level of effort. Speak of, why not generalize the light-DOM-deep-clone behavior? Maybe we should ship a `<html:clonefrom>` element instead 😝? |
@timdream <option> is no longer text only