为什么 W3C CSS 验证器在“Ends-with”上显示解析错误?属性值选择器

发布于 2024-09-02 20:56:28 字数 363 浏览 4 评论 0原文

为什么 W3C 验证器显示解析错误。我也从下拉列表中选择了 CSS3 配置文件。

a[href $=.xls]{background: transparent url(ms-excel-icon.gif) left top no-repeat;
padding-left: 22px;display: block;height: 16px;}

替代文本 http://shup.com/Shup/347107/11042455758-My-桌面.png

Why W3C Validator showing parsing error on this. I selected CSS3 profile also from dropdown.

a[href $=.xls]{background: transparent url(ms-excel-icon.gif) left top no-repeat;
padding-left: 22px;display: block;height: 16px;}

alt text http://shup.com/Shup/347107/11042455758-My-Desktop.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黯然 2024-09-09 20:56:28

上有一个几乎相同的示例

a[href$=".html"]

他们在 W3C网站 唯一的区别是属性名称和约束类型之间没有空格,并且约束本身用引号引起来。

They have a nearly identical example up on the W3C site

a[href$=".html"]

with the only difference being that there's no white space between the attribute name and the constraint type and the constraint itself is in quotes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文