Skip to content

Commit b09182e

Browse files
committed
Update doc.
1 parent df33a14 commit b09182e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "总目录"
33
issue: 17
44
---
55

6-
## 《CSS Secrets》中文版总目录
6+
## 《CSS 揭秘》总目录
77

88
章节编号 | 章节标题 | 试读样章 <sup>[1]</sup> | 官方电子版 <sup>[2]</sup> | 注解 <sup>[3]</sup>
99
:---:|---|:---:|:---:|:---:

figures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 《CSS Secrets》插图
1+
## 《CSS 揭秘》插图
22

33
#### 背景
44

notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 《CSS Secrets》注解
1+
## 《CSS 揭秘》注解
22

33
这本书的注解由中文版译者 [@CSS魔法](https://github.com/cssmagic/blog/issues/9) 编写。
44

notes/chapter-6/607.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ issue: 74
1818
1919
#### 第 169 页 ‧ 侧栏的 “小提示” 区块
2020
21-
> 如果用 `input:in-range` 来代替简单的 `input` 选择符,就可以**只在浏览器支持范围输入控件时才对它设置样式**。接下来,我们就可以利用层叠机制把它在旧版浏览器下隐藏掉或设置为其他样式
21+
> 如果用 `input:in-range` 来代替简单的 `input` 选择符,就可以**只在浏览器支持范围输入控件时才对它设置样式**。进而可以利用层叠机制把它在旧版浏览器下隐藏掉或设置为其他样式
2222
2323
如果浏览器不支持范围输入控件,会发生什么?如果浏览器不支持范围输入控件(`type="range"`),则会把它当作普通的文本输入框(`type="text"`)来对待——这也算是 HTML 的一种回退机制。此时,范围输入控件会被浏览器渲染为一个文件输入框,在这种情况下,我们显然不能把它暴露出来。
2424
@@ -32,7 +32,7 @@ issue: 74
3232
#### 第 170 页 ‧ 第一段
3333
3434
> 这个范围输入控件只是随便放在图片下面而已……我们需要用一点 CSS 来**把它定位到图片之上**,并让它与图片一样宽:
35-
35+
>
3636
> ```
3737
> ...
3838
> left: 0;

0 commit comments

Comments
 (0)