0
我有一個custom-styles
文件,它定義這樣的HTML和身體:聚合物「定製式」的身體和HTML樣式泄漏到本地DOM
<style is="custom-style">
html, body { color: #ffffff; background-color: #212121; }
</style>
我的問題是,這些樣式泄漏到自定義元素在他們的本地dom中,使字體顏色變白。 https://www.polymer-project.org/1.0/docs/devguide/styling.html#custom-style
我的問題是:這是默認的行爲或者這是一個錯誤
這不應該根據文檔在這裏發生了什麼?
感謝