Skip to content

Commit e7619b1

Browse files
committed
update frequency Values module
1 parent f08104f commit e7619b1

File tree

4 files changed

+64
-42
lines changed

4 files changed

+64
-42
lines changed

values/frequency/frequency.htm

+17-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="zh-cn">
2+
<html lang="zh-cmn-Hans">
33
<head>
44
<meta charset="utf-8" />
55
<title>&lt;frequency&gt;</title>
@@ -47,7 +47,7 @@ <h1 class="tit">&lt;frequency&gt;</h1>
4747
</section>
4848
</header>
4949
<section id="bd">
50-
<section id="syntax" class="g-mod g-attr">
50+
<section id="intro" class="g-mod g-attr">
5151
<h2 class="tit">说明:</h2>
5252
<div class="cont">
5353
<strong><a href="../numeric/number.htm">&lt;number&gt;</a><a href="index.htm#frequency-units">频率单位</a></strong>
@@ -74,20 +74,26 @@ <h2 class="tit">兼容性:</h2>
7474
<table class="g-data">
7575
<thead>
7676
<tr>
77-
<th><span class="browser-ie">IE</span></th>
78-
<th><span class="browser-firefox">Firefox</span></th>
79-
<th><span class="browser-safari">Safari</span></th>
80-
<th><span class="browser-chrome">Chrome</span></th>
81-
<th><span class="browser-opera">Opera</span></th>
77+
<th>IE</th>
78+
<th>Firefox</th>
79+
<th>Chrome</th>
80+
<th>Safari</th>
81+
<th>Opera</th>
82+
<th>iOS Safari</th>
83+
<th>Android Browser</th>
84+
<th>Android Chrome</th>
8285
</tr>
8386
</thead>
8487
<tbody>
8588
<tr>
8689
<td class="unsupport">6.0-11.0</td>
87-
<td class="unsupport">4.0-34.0</td>
88-
<td class="unsupport">4.0-8.0</td>
89-
<td class="unsupport">4.0-39.0</td>
90-
<td class="unsupport">15.0-24.0</td>
90+
<td class="unsupport">2.0-38.0</td>
91+
<td class="unsupport">4.0-43.0</td>
92+
<td class="unsupport">3.1-8.1</td>
93+
<td class="unsupport">15.0-28.0</td>
94+
<td class="unsupport">3.2-8.1</td>
95+
<td class="unsupport">2.1-4.4.4</td>
96+
<td class="unsupport">18.0-40.0</td>
9197
</tr>
9298
</tbody>
9399
</table>

values/frequency/hz.htm

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="zh-cn">
2+
<html lang="zh-cmn-Hans">
33
<head>
44
<meta charset="utf-8" />
55
<title>Hz</title>
@@ -47,7 +47,7 @@ <h1 class="tit">Hz</h1>
4747
</section>
4848
</header>
4949
<section id="bd">
50-
<section id="syntax" class="g-mod g-attr">
50+
<section id="intro" class="g-mod g-attr">
5151
<h2 class="tit">说明:</h2>
5252
<div class="cont">
5353
<strong>赫兹</strong>
@@ -67,20 +67,26 @@ <h2 class="tit">兼容性:</h2>
6767
<table class="g-data">
6868
<thead>
6969
<tr>
70-
<th><span class="browser-ie">IE</span></th>
71-
<th><span class="browser-firefox">Firefox</span></th>
72-
<th><span class="browser-safari">Safari</span></th>
73-
<th><span class="browser-chrome">Chrome</span></th>
74-
<th><span class="browser-opera">Opera</span></th>
70+
<th>IE</th>
71+
<th>Firefox</th>
72+
<th>Chrome</th>
73+
<th>Safari</th>
74+
<th>Opera</th>
75+
<th>iOS Safari</th>
76+
<th>Android Browser</th>
77+
<th>Android Chrome</th>
7578
</tr>
7679
</thead>
7780
<tbody>
7881
<tr>
7982
<td class="unsupport">6.0-11.0</td>
80-
<td class="unsupport">4.0-34.0</td>
81-
<td class="unsupport">4.0-8.0</td>
82-
<td class="unsupport">4.0-39.0</td>
83-
<td class="unsupport">15.0-24.0</td>
83+
<td class="unsupport">2.0-38.0</td>
84+
<td class="unsupport">4.0-43.0</td>
85+
<td class="unsupport">3.1-8.1</td>
86+
<td class="unsupport">15.0-28.0</td>
87+
<td class="unsupport">3.2-8.1</td>
88+
<td class="unsupport">2.1-4.4.4</td>
89+
<td class="unsupport">18.0-40.0</td>
8490
</tr>
8591
</tbody>
8692
</table>
@@ -89,7 +95,9 @@ <h2 class="tit">兼容性:</h2>
8995
<section class="g-mod g-attr" id="example">
9096
<h2 class="tit">示例:</h2>
9197
<div class="cont">
92-
<blockquote><pre><code>strong{voice-pitch:75Hz;}</code></pre></blockquote>
98+
<blockquote><code><xmp>strong {
99+
voice-pitch: 75Hz;
100+
}</xmp></code></blockquote>
93101
</div>
94102
</section>
95103
</section>

values/frequency/index.htm

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="zh-cn">
2+
<html lang="zh-cmn-Hans">
33
<head>
44
<meta charset="utf-8" />
55
<title>Frequency Data Types and Units index</title>
@@ -52,9 +52,9 @@ <h2 class="tit">频率取值 Frequency Data Types</h2>
5252
<table class="g-data">
5353
<thead>
5454
<tr>
55-
<th>Frequency Values<br />频率取值</th>
56-
<th>CSS Version<br />版本</th>
57-
<th>Description<br />简介</th>
55+
<th>频率取值</th>
56+
<th>版本</th>
57+
<th>描述</th>
5858
</tr>
5959
</thead>
6060
<tbody>
@@ -73,9 +73,9 @@ <h2 class="tit">频率单位 Frequency Units</h2>
7373
<table class="g-data">
7474
<thead>
7575
<tr>
76-
<th>Frequency Units<br />频率单位</th>
77-
<th>CSS Version<br />版本</th>
78-
<th>Description<br />简介</th>
76+
<th>频率单位</th>
77+
<th>版本</th>
78+
<th>描述</th>
7979
</tr>
8080
</thead>
8181
<tbody>

values/frequency/khz.htm

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="zh-cn">
2+
<html lang="zh-cmn-Hans">
33
<head>
44
<meta charset="utf-8" />
55
<title>kHz</title>
@@ -47,7 +47,7 @@ <h1 class="tit">kHz</h1>
4747
</section>
4848
</header>
4949
<section id="bd">
50-
<section id="syntax" class="g-mod g-attr">
50+
<section id="intro" class="g-mod g-attr">
5151
<h2 class="tit">说明:</h2>
5252
<div class="cont">
5353
<strong>千赫兹</strong>
@@ -67,20 +67,26 @@ <h2 class="tit">兼容性:</h2>
6767
<table class="g-data">
6868
<thead>
6969
<tr>
70-
<th><span class="browser-ie">IE</span></th>
71-
<th><span class="browser-firefox">Firefox</span></th>
72-
<th><span class="browser-safari">Safari</span></th>
73-
<th><span class="browser-chrome">Chrome</span></th>
74-
<th><span class="browser-opera">Opera</span></th>
70+
<th>IE</th>
71+
<th>Firefox</th>
72+
<th>Chrome</th>
73+
<th>Safari</th>
74+
<th>Opera</th>
75+
<th>iOS Safari</th>
76+
<th>Android Browser</th>
77+
<th>Android Chrome</th>
7578
</tr>
7679
</thead>
7780
<tbody>
7881
<tr>
7982
<td class="unsupport">6.0-11.0</td>
80-
<td class="unsupport">4.0-34.0</td>
81-
<td class="unsupport">4.0-8.0</td>
82-
<td class="unsupport">4.0-39.0</td>
83-
<td class="unsupport">15.0-24.0</td>
83+
<td class="unsupport">2.0-38.0</td>
84+
<td class="unsupport">4.0-43.0</td>
85+
<td class="unsupport">3.1-8.1</td>
86+
<td class="unsupport">15.0-28.0</td>
87+
<td class="unsupport">3.2-8.1</td>
88+
<td class="unsupport">2.1-4.4.4</td>
89+
<td class="unsupport">18.0-40.0</td>
8490
</tr>
8591
</tbody>
8692
</table>
@@ -89,7 +95,9 @@ <h2 class="tit">兼容性:</h2>
8995
<section class="g-mod g-attr" id="example">
9096
<h2 class="tit">示例:</h2>
9197
<div class="cont">
92-
<blockquote><pre><code>strong{voice-pitch:1kHz;}</code></pre></blockquote>
98+
<blockquote><code><xmp>strong {
99+
voice-pitch: 1kHz;
100+
}</xmp></code></blockquote>
93101
</div>
94102
</section>
95103
</section>

0 commit comments

Comments
 (0)