問題タブ [polymer-2.0]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
polymer - Polymer2.0 - カスタム要素の DIV コンテンツをダウンロードしようとしています
div の document.getElementById を使用してカスタム要素の div コンテンツをダウンロードしようとしており、JS FIddle からダウンロード オプションを実装しようとしています - http://jsfiddle.net/evx9stLb/
コンソールから、エラー
pen.js:6 Uncaught TypeError: Cannot read property 'innerHTML' of null at download (pen.js:6) at HTMLButtonElement.onclick (index.html:15) を下回っています
HTML:
JS:
css - Polymer 2.0 スタイル モジュール共有スタイルは、Web ページに CSS ソースを出力します
ポリマー 2.0 のスタイル モジュールを使用しています ( https://www.polymer-project.org/2.0/docs/devguide/style-shadow-dom#style-modules )。
スタイルは機能しています。ただし、Chrome では、css コンテンツが意味不明な Web ページに出力されます。Firefox で完璧に動作します。Chromeでこれを修正するにはどうすればよいですか? 前もって感謝します。
ここに私が持っているものがあります:
lbw-css-styles.html
page-test.html