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.
有什么办法可以打破 CSS 继承链并在某个容器(例如div元素)中再次使用默认 CSS?
div
这对于预览页面内的任意 HTML 很有用,而不必使用iframe带有通常警告的 a(例如,无法调整大小,需要由另一个 URL 提供内容)
iframe
目前,没有办法使用 CSS 来打破继承链并将任意元素的属性重置为浏览器默认值。
新的级联和继承模块中的all: default简写声明将允许这种确切的功能,但首先我们需要一些截至 2013 年初尚不存在的实现。
all: default