Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mySVGNode.parentNode を使用して、埋め込まれた svg ファイルに対して null を取得します。理想的には、embed タグとその id 属性を参照したいと考えています。
DOM を正常に検索できますが、parentNode が null を返すことに驚きました。埋め込みオブジェクトはサポートされていませんか?
あなたが探しているのはwindow.frameElement. html5 仕様の定義を参照してください。
window.frameElement
ここに例があります。