有包含某些文本的元素的CSS选择器吗? [英] Is there a CSS selector for elements containing certain text?

查看:1294
本文介绍了有包含某些文本的元素的CSS选择器吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为下面的表寻找一个CSS选择器:

I am looking for a CSS selector for the following table:

Peter    | male    | 34
Susanne  | female  | 12

是否有任何选择器来匹配包含男性的所有TD?

Is there any selector to match all TDs containing "male"?

推荐答案

如果我阅读规范正确,没有。

If I read the specification correctly, no.

您可以匹配元素,元素中属性的名称和元素中命名属性的值。我没有看到任何匹配内容的元素,虽然。

You can match on an element, the name of an attribute in the element, and the value of a named attribute in an element. I don't see anything for matching content within an element, though.

这篇关于有包含某些文本的元素的CSS选择器吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆