From c5e7f70a3ad8e59d006e019d5fba4ddacf5664b7 Mon Sep 17 00:00:00 2001 From: Zen&CS <35493996+smallnine9@users.noreply.github.com> Date: Mon, 30 Aug 2021 21:40:15 +0800 Subject: Improve Learn/CSS/First_steps/Getting_started, zh-CN (#2277) --- files/zh-cn/learn/css/first_steps/getting_started/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/zh-cn/learn/css/first_steps/getting_started/index.html b/files/zh-cn/learn/css/first_steps/getting_started/index.html index 7b8a7aacd8..a4c358224a 100644 --- a/files/zh-cn/learn/css/first_steps/getting_started/index.html +++ b/files/zh-cn/learn/css/first_steps/getting_started/index.html @@ -225,9 +225,9 @@ a:visited {
一个朴素的 HTML 文档一般来说对任何人都是可以无障碍访问的 ,当你开始为它添加样式,记得不要破坏这种可访问性。
-你可以将多个选择子和关系选择器组合起来。来看一些例子:
+你可以同时使用选择器和选择符。来看一些例子:
/* selects any <span> that is inside a <p>, which is inside an <article> */ article p span { ... } -- cgit v1.2.3-54-g00ecf