We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2e96e commit 719e562Copy full SHA for 719e562
rules/@keyframes.htm
@@ -40,6 +40,7 @@
40
<h1 class="tit">@keyframes</h1>
41
<ul class="info">
42
<li><strong>版本:CSS3</strong></li>
43
+ <li>2015.9.6</li>
44
</ul>
45
<!-- 插入浏览器信息 -->
46
</section>
@@ -106,7 +107,7 @@ <h2 class="tit">说明:</h2>
106
107
80% { transform: translate(80px, 0); }
108
100% { transform: translate(100px, 20px); }
109
}</xmp></code></blockquote>
- <p class="gquote-info">注意,这里的0%不能简写成0。</p>
110
+ <p class="gquote-info">注意,这里的0%不能简写成0,0是非标准语法(虽然被某些浏览器所支持)。</p>
111
</div>
112
</li>
113
rules/@supports.htm
<h1 class="tit">@supports</h1>
0 commit comments