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 ---
/* 关键字值 */ @@ -63,7 +62,7 @@ cursor: unset;类型 CSS值 -+ 例子 描述 @@ -77,7 +76,7 @@ cursor: unset; - default
+ 默认指针,通常是箭头。 @@ -88,80 +87,80 @@ cursor: unset; 链接及状态 - context-menu
+ 指针下有可用内容目录。 - help
+ 指示帮助 - pointer
+ 悬浮于连接上时,通常为手 - progress
+ 程序后台繁忙,用户仍可交互 (与 wait相反
).- wait
+ 程序繁忙,用户不可交互 (与 progress相反
).图标一般为沙漏或者表。选择 - cell
+ 指示单元格可被选中 - crosshair
+ 交叉指针,通常指示位图中的框选 - text
+ 指示文字可被选中 - vertical-text
+ 指示垂直文字可被选中 拖拽 - alias
+ 复制或快捷方式将要被创建 - copy
+ 指示可复制 - move
+ 被悬浮的物体可被移动 - no-drop
+ 当前位置不能扔下
{{ bug("275173") }}Windows或Mac OS X中 "no-drop 与not-allowed相同".- not-allowed
+ 不能执行 - grab
+ 可抓取
@@ -170,89 +169,89 @@ cursor: unset;- grabbing
+ 抓取中 重设大小及滚动 - all-scroll
+ 元素可任意方向滚动 (平移).
{{ bug("275174") }}Windows中, "all-scroll 与 move相同".- col-resize
+ 元素可被重设宽度。通常被渲染为中间有一条竖线分割的左右两个箭头 - row-resize
+ 元素可被重设高度。通常被渲染为中间有一条横线分割的上下两个箭头
- n-resize
+ 某条边将被移动。例如元素盒的东南角被移动时 使用se-resize
- e-resize
+ - s-resize
+ - w-resize
+ - ne-resize
+ - nw-resize
+ - se-resize
+ - sw-resize
+ - ew-resize
+ 指示双向重新设置大小 - ns-resize
+ - nesw-resize
+ - nwse-resize
+ 缩放 - zoom-in
+ 指示可被放大或缩小
@@ -263,7 +262,7 @@ cursor: unset; - zoom-out
+
规范 | -状态 | -备注 | -
---|---|---|
{{ 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}}