aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/伪类/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
commit310fd066e91f454b990372ffa30e803cc8120975 (patch)
treed5d900deb656a5da18e0b60d00f0db73f3a2e88e /files/zh-cn/glossary/伪类/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.gz
translated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.bz2
translated-content-310fd066e91f454b990372ffa30e803cc8120975.zip
unslug zh-cn: move
Diffstat (limited to 'files/zh-cn/glossary/伪类/index.html')
-rw-r--r--files/zh-cn/glossary/伪类/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/files/zh-cn/glossary/伪类/index.html b/files/zh-cn/glossary/伪类/index.html
deleted file mode 100644
index 56c818928f..0000000000
--- a/files/zh-cn/glossary/伪类/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: 伪类
-slug: Glossary/伪类
-tags:
- - CSS
- - 伪类
- - 选择器
-translation_of: Glossary/Pseudo-class
----
-<p>在 CSS 中, 一个伪类选择器只依据元素的状态, 而不是元素在文档树中的信息, 来选择目标对象.举例来说, 选择器 <code>a</code>{{ cssxref(":visited") }} 仅仅应用于那些用户已经浏览过的连接.</p>
-
-<h2 id="了解更多">了解更多</h2>
-
-<h3 id="技术参考">技术参考</h3>
-
-<ul>
- <li> <a href="/zh-CN/docs/Web/CSS/Pseudo-classes">伪类 文档</a></li>
-</ul>