众所周知的 Webkit 特定伪元素有哪些?
当我四处寻找酷炫、简单的网页设计风格时,我发现了这篇有趣的文章,而且恰好使用了 Chrome 中的 webkit,我正在尝试使用它。我还找到了这篇文章,它和第一篇一样酷。所以,我的问题是,是否还有其他我应该注意的众所周知的特定于 webkit 的伪元素?它们使制作酷炫的 Web 应用程序变得容易。
As I was poking around, looking for cool, easy web design styles, I found this interesting article, and it just happened to use webkit, which is in Chrome, which I am experimenting with. I also found this article, which is just as cool as the first one. So, my question is, are there any other well-known webkit-specific pseudo elements that I should be aware of? They make making cool web applications easy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于该主题的唯一好的来源是 webkit 源 ..
检查 html.css 和 CSSSelector.cpp
如果您有空闲时间,请搜索其根文件夹 - http://trac。 webkit.org/browser/trunk/Source/WebCore/css/ - 因为仍然可以有更多。
请记住, - 我们的浏览器很少使用最新的引擎版本,并且 Chrome 和 Safari 之间存在显着差异;)
the only good source on subject is webkit source ..
Check html.css and CSSSelector.cpp
and if you have spare time search through their root folder - http://trac.webkit.org/browser/trunk/Source/WebCore/css/ - as there can still be more of them.
Just keep in mind, - our browsers rarely use latest engine versions and there are signinfican differences between Chrome and Safari ;)