gpt4 book ai didi

css - polymer 0.8 Shady DOM

转载 作者:行者123 更新时间:2023-11-28 12:11:56 25 4
gpt4 key购买 nike

Polymer 0.8 中引入的 Shady DOM 是否可以防止样式泄漏到本地 DOM 中,或者只有 Shadow DOM 才能做到这一点?

https://www.polymer-project.org/0.8/docs/devguide/experimental.html#xscope-styling

在下面的例子中,Shady DOM 会阻止标题变红吗?

我的元素.html

<template>
<span class="title">{{title}}</span>
</template>

样式.css

.title {
color: red;
}

最佳答案

我一直在测试 Polymer 0.8,但到目前为止似乎还没有。不支持阴影边界规则,因为它限定了 <dom-module> 中定义的样式。到 Polymer 元素,但不会阻止从外部样式表泄漏。这里的文档暗示,尽管我不会说他们已经明确说明了:https://www.polymer-project.org/0.8/docs/devguide/local-dom.html#scoped-styling

编辑:我猜这会在 0.9 或 1.0 中修复,请参阅 this post .虽然我在 this part 上找到了最后一点建议它现在应该可用,除非我遗漏了什么。

关于css - polymer 0.8 Shady DOM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29762492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com