From 57c133c01a991a06c475be33f0b9fc09d5df9498 Mon Sep 17 00:00:00 2001 From: yucho123987 <78955732+yucho123987@users.noreply.github.com> Date: Thu, 29 Jul 2021 22:43:14 +0800 Subject: fix typo in Web/CSS/opacity, zh-CN (#1787) --- files/zh-cn/web/css/opacity/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/css') diff --git a/files/zh-cn/web/css/opacity/index.html b/files/zh-cn/web/css/opacity/index.html index 2e8b90e1ae..46304c8019 100644 --- a/files/zh-cn/web/css/opacity/index.html +++ b/files/zh-cn/web/css/opacity/index.html @@ -144,7 +144,7 @@ img.opacity:hover {
  • IE4 —IE9 支持下面的扩展形式: progid:DXImageTransform.Microsoft.Alpha(Opacity=xx).
  • IE8引入了与“fliter滤镜”同义的"-ms-filter" 属性。在IE10中不再支持这两个属性。
  • 和“-moz-opacity” 属性相似, "-khtml-opacity"从2004年年初 (Safari 1.2发布),已经不再受到支持。
    - Konqueror 从来不支持 -khtml-opacity 属性,从第四版开始,它一直自持opacity属性。
  • + Konqueror 从来不支持 -khtml-opacity 属性,从第四版开始,它一直支持opacity属性。

    阅读更多

    -- cgit v1.2.3-54-g00ecf