Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[注解] [043] 关于本书 #29

Open
cssmagic opened this issue Apr 23, 2016 · 0 comments
Open

[注解] [043] 关于本书 #29

cssmagic opened this issue Apr 23, 2016 · 0 comments
Labels

Comments

@cssmagic
Copy link
Owner

花絮与注解

第 xx 页 · 第一个列表项

在增强网页设计效果时,你会使用生成性内容,而不是依赖冗余的标签和图片。

“生成性内容” 是指在文档结构中不存在的、由 CSS 生成的内容。比如 ::after 等伪元素就是最典型的生成性内容。

第 xxii 页 · 最后一段

我们只会用到一个工具函数——$$()。它可以让我们更容易地获取和遍历所有匹配特定 CSS 选择符的 DOM 元素。

这个函数的作用类似于 jQuery 的选择器函数 $(),但它返回的元素集合是数组。这样我们就可以直接使用原生的数组方法来操作这个集合。

第 xxiii 页 · “关于未来” 区块

考虑到这些特性的草案可能还很不稳定,浏览器兼容性查询网站可能还没有包含它们……

这里的 “浏览器兼容性查询网站” 指的就是 CanIUse.com 这样的网站。

第 xxvii 页 · 第一句

如果要检测选择符和 @ 规则的支持情况,则会稍稍复杂一些。

@ 规则” 指的是 @support@media 等这些以 @ 开头的 CSS 指令。

交流与答疑

(暂无)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant