From 1d5ed016a73e4cbb6f5ddb27a5ff04161be33c67 Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Tue, 8 Mar 2022 09:19:10 +0100 Subject: CSS cursor fixes for zh and ko (#3934) * Fix zh CSS cursor img srcs, specs and compat * Image fixes for ko CSS cursor --- files/zh-cn/web/css/cursor/index.html | 99 ++++++++++++++--------------------- 1 file changed, 39 insertions(+), 60 deletions(-) (limited to 'files/zh-cn') diff --git a/files/zh-cn/web/css/cursor/index.html b/files/zh-cn/web/css/cursor/index.html index 7d9e5fa50f..413624e5f5 100644 --- a/files/zh-cn/web/css/cursor/index.html +++ b/files/zh-cn/web/css/cursor/index.html @@ -9,6 +9,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/CSS/cursor +browser-compat: css.properties.cursor ---
{{CSSRef}}
@@ -16,8 +17,6 @@ translation_of: Web/CSS/cursor
{{EmbedInteractiveExample("pages/css/cursor.html")}}
- -

语法

/* 关键字值 */
@@ -63,7 +62,7 @@ cursor: unset;
    
     类型
     CSS值
-    
+    例子
     描述
    
    
@@ -77,7 +76,7 @@ cursor: unset;
    
    
     default
-    default.gif
+    default.gif
     默认指针,通常是箭头。
    
    
@@ -88,80 +87,80 @@ cursor: unset;
    
     链接及状态
     context-menu
-    context-menu.png
+    context-menu.png
     指针下有可用内容目录。
    
    
     help
-    help.gif
+    help.gif
     指示帮助
    
    
     pointer
-    pointer.gif
+    pointer.gif
     悬浮于连接上时,通常为手
    
    
     progress
-    progress.gif
+    progress.gif
     程序后台繁忙,用户仍可交互 (与wait相反).
    
    
     wait
-    wait.gif
+    wait.gif
     程序繁忙,用户不可交互 (与progress相反).图标一般为沙漏或者表。
    
    
     选择
     cell
-    cell.gif
+    cell.gif
     指示单元格可被选中
    
    
     crosshair
-    crosshair.gif
+    crosshair.gif
     交叉指针,通常指示位图中的框选
    
    
     text
-    text.gif
+    text.gif
     指示文字可被选中
    
    
     vertical-text
-    vertical-text.gif
+    vertical-text.gif
     指示垂直文字可被选中
    
    
     拖拽
     alias
-    alias.gif
+    alias.gif
     复制或快捷方式将要被创建
    
    
     copy
-    copy.gif
+    copy.gif
     指示可复制
    
    
     move
-    move.gif
+    move.gif
     被悬浮的物体可被移动
    
    
     no-drop
-    no-drop.gif
+    no-drop.gif
     当前位置不能扔下
{{ bug("275173") }}Windows或Mac OS X中 "no-drop 与not-allowed相同". not-allowed - not-allowed.gif + not-allowed.gif 不能执行 grab - grab.gif + grab.gif

可抓取

@@ -170,89 +169,89 @@ cursor: unset; grabbing - grabbing.gif + grabbing.gif 抓取中 重设大小及滚动 all-scroll - all-scroll.gif + all-scroll.gif 元素可任意方向滚动 (平移).
{{ bug("275174") }}Windows中, "all-scrollmove相同". col-resize - col-resize.gif + col-resize.gif 元素可被重设宽度。通常被渲染为中间有一条竖线分割的左右两个箭头 row-resize - row-resize.gif + row-resize.gif

元素可被重设高度。通常被渲染为中间有一条横线分割的上下两个箭头

n-resize - Example of a resize towards the top cursor + Example of a resize towards the top cursor 某条边将被移动。例如元素盒的东南角被移动时使用se-resize e-resize - Example of a resize towards the right cursor + Example of a resize towards the right cursor s-resize - Example of a resize towards the bottom cursor + Example of a resize towards the bottom cursor w-resize - Example of a resize towards the left cursor + Example of a resize towards the left cursor ne-resize - Example of a resize towards the top-right corner cursor + Example of a resize towards the top-right corner cursor nw-resize - Example of a resize towards the top-left corner cursor + Example of a resize towards the top-left corner cursor se-resize - Example of a resize towards the bottom-right corner cursor + Example of a resize towards the bottom-right corner cursor sw-resize - Example of a resize towards the bottom-left corner cursor + Example of a resize towards the bottom-left corner cursor ew-resize - 3-resize.gif + 3-resize.gif 指示双向重新设置大小 ns-resize - 6-resize.gif + 6-resize.gif nesw-resize - 1-resize.gif + 1-resize.gif nwse-resize - 4-resize.gif + 4-resize.gif 缩放 zoom-in - zoom-in.gif + zoom-in.gif

指示可被放大或缩小

zoom-out - zoom-out.gif + zoom-out.gif @@ -263,7 +262,7 @@ cursor: unset;
- {{csssyntax("cursor")}} + {{csssyntax}}
@@ -290,31 +289,11 @@ cursor: unset;

规范

- - - - - - - - - - - - - - - - - - - - -
规范状态备注
{{ SpecName('CSS3 UI', '#cursor', 'cursor') }}{{ Spec2('CSS3 UI') }}增加了一些关键字,url()的位置语法
{{ SpecName('CSS2.1', 'ui.html#cursor-propsy', 'cursor') }}{{ Spec2('CSS2.1') }}首次定义
+

{{Specifications}}

浏览器兼容性

-

{{Compat("css.properties.cursor")}}

+

{{Compat}}

参见

-- cgit v1.2.3-54-g00ecf