Skip to content

Commit 103dff8

Browse files
committed
update textual Values module
1 parent b765c0f commit 103dff8

File tree

5 files changed

+42
-31
lines changed

5 files changed

+42
-31
lines changed

values/numeric/integer.htm

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h2 class="tit">说明:</h2>
5959
<p class="gquote-tit"><strong>示例代码:</strong></p>
6060
<blockquote class="gquote-cont"><code><xmp>div {
6161
z-index: 10;
62+
border-image-slice: 5;
6263
}</xmp></code></blockquote>
6364
</div>
6465
</li>

values/textual/identifier.htm

+18-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>&lt;identifier&gt;</title>
@@ -47,7 +47,7 @@ <h1 class="tit">&lt;identifier&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>使用用户自定义标识名作为组件取值。</strong>
@@ -94,23 +94,29 @@ <h2 class="tit">兼容性:</h2>
9494
<table class="g-data">
9595
<thead>
9696
<tr>
97-
<th><span class="browser-ie">IE</span></th>
98-
<th><span class="browser-firefox">Firefox</span></th>
99-
<th><span class="browser-safari">Safari</span></th>
100-
<th><span class="browser-chrome">Chrome</span></th>
101-
<th><span class="browser-opera">Opera</span></th>
97+
<th>IE</th>
98+
<th>Firefox</th>
99+
<th>Chrome</th>
100+
<th>Safari</th>
101+
<th>Opera</th>
102+
<th>iOS Safari</th>
103+
<th>Android Browser</th>
104+
<th>Android Chrome</th>
102105
</tr>
103106
</thead>
104107
<tbody>
105108
<tr>
106109
<td class="unsupport">6.0-7.0</td>
107-
<td class="support" rowspan="2">4.0</td>
108-
<td class="support" rowspan="2">4.0</td>
109-
<td class="support" rowspan="2">4.0</td>
110-
<td class="support" rowspan="2">15.0</td>
110+
<td class="support" rowspan="2">2.0+</td>
111+
<td class="support" rowspan="2">4.0+</td>
112+
<td class="support" rowspan="2">3.1+</td>
113+
<td class="support" rowspan="2">3.5+</td>
114+
<td class="support" rowspan="2">3.2+</td>
115+
<td class="support" rowspan="2">2.1+</td>
116+
<td class="support" rowspan="2">18.0+</td>
111117
</tr>
112118
<tr>
113-
<td class="support">8.0</td>
119+
<td class="support">8.0+</td>
114120
</tr>
115121
</tbody>
116122
</table>

values/textual/index.htm

+4-4
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>Textual Data Types index</title>
@@ -52,9 +52,9 @@ <h2 class="tit">文本值 CSS Textual Data Types</h2>
5252
<table class="g-data">
5353
<thead>
5454
<tr>
55-
<th>Name<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>

values/textual/string.htm

+18-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>&lt;string&gt;</title>
@@ -47,7 +47,7 @@ <h1 class="tit">&lt;string&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>字符串(含转义字符串)。</strong>
@@ -86,20 +86,26 @@ <h2 class="tit">兼容性:</h2>
8686
<table class="g-data">
8787
<thead>
8888
<tr>
89-
<th><span class="browser-ie">IE</span></th>
90-
<th><span class="browser-firefox">Firefox</span></th>
91-
<th><span class="browser-safari">Safari</span></th>
92-
<th><span class="browser-chrome">Chrome</span></th>
93-
<th><span class="browser-opera">Opera</span></th>
89+
<th>IE</th>
90+
<th>Firefox</th>
91+
<th>Chrome</th>
92+
<th>Safari</th>
93+
<th>Opera</th>
94+
<th>iOS Safari</th>
95+
<th>Android Browser</th>
96+
<th>Android Chrome</th>
9497
</tr>
9598
</thead>
9699
<tbody>
97100
<tr>
98-
<td class="support">6.0</td>
99-
<td class="support">4.0</td>
100-
<td class="support">4.0</td>
101-
<td class="support">4.0</td>
102-
<td class="support">15.0</td>
101+
<td class="support">6.0+</td>
102+
<td class="support">2.0+</td>
103+
<td class="support">4.0+</td>
104+
<td class="support">3.1+</td>
105+
<td class="support">3.5+</td>
106+
<td class="support">3.2+</td>
107+
<td class="support">2.1+</td>
108+
<td class="support">18.0+</td>
103109
</tr>
104110
</tbody>
105111
</table>

values/textual/url.htm

+1-3
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;url&gt;</title>
@@ -94,7 +94,6 @@ <h2 class="tit">兼容性:</h2>
9494
<table class="g-data">
9595
<thead>
9696
<tr>
97-
<th>Values</th>
9897
<th>IE</th>
9998
<th>Firefox</th>
10099
<th>Chrome</th>
@@ -107,7 +106,6 @@ <h2 class="tit">兼容性:</h2>
107106
</thead>
108107
<tbody>
109108
<tr>
110-
<td><strong>Basic Support</strong></td>
111109
<td class="support">6.0+</td>
112110
<td class="support">2.0+</td>
113111
<td class="support">4.0+</td>

0 commit comments

Comments
 (0)