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/ko/web/css/cursor/index.html | 105 +++++++++++++-------------------- files/zh-cn/web/css/cursor/index.html | 99 +++++++++++++------------------ files/zh-tw/web/css/cursor/index.html | 107 +++++++++++++--------------------- 3 files changed, 123 insertions(+), 188 deletions(-) (limited to 'files') diff --git a/files/ko/web/css/cursor/index.html b/files/ko/web/css/cursor/index.html index 8f21c218c2..d589439fc6 100644 --- a/files/ko/web/css/cursor/index.html +++ b/files/ko/web/css/cursor/index.html @@ -7,6 +7,7 @@ tags: - Reference - Web translation_of: Web/CSS/cursor +browser-compat: css.properties.cursor ---
default
context-menu
help
pointer
progress
wait
과 반대)wait
progress
와 반대) 간혹 모래시계나 시계모양 그림을 사용합니다.cell
crosshair
text
vertical-text
alias
copy
move
no-drop
no-drop
은 not-allowed
와 같습니다.not-allowed
grab
grabbing
all-scroll
all-scroll
은 move
와 같습니다.col-resize
row-resize
n-resize
se-resize
커서는 움직임이 사각형의 동남쪽에서 시작할 때 사용합니다. 어떤 환경에선 동일한 방향의 양방향 화살표를 대신 보여줍니다. 즉 n-resize
와 s-resize
는 ns-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
확대/축소할 수 있음.
zoom-out
Specification | -Status | -Comment | -
---|---|---|
{{SpecName('CSS3 Basic UI', '#cursor', 'cursor')}} | -{{Spec2('CSS3 Basic UI')}} | -Addition of several keywords and the positioning syntax for url() . |
-
{{SpecName('CSS2.1', 'ui.html#cursor-props', 'cursor')}} | -{{Spec2('CSS2.1')}} | -Initial definition. | -
{{Specifications}}
{{cssinfo}}
/* 关键字值 */ @@ -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}}
/* 關鍵字值 */ @@ -54,7 +53,7 @@ cursor: unset;@@ -67,7 +66,7 @@ cursor: unset; 分類 CSS 值 -範例 +範例 備註說明 - default
+ The platform-dependent default cursor. Typically an arrow. @@ -78,166 +77,166 @@ cursor: unset; 連結與狀態 - context-menu
+ A context menu is available. - help
+ Help information is available. - pointer
+ The cursor is a pointer that indicates a link. Typically an image of a pointing hand. - progress
+ The program is busy in the background, but the user can still interact with the interface (in contrast to wait
).- wait
+ The program is busy, and the user can't interact with the interface (in contrast to progress
). Sometimes an image of an hourglass or a watch.選取 - cell
+ The table cell or set of cells can be selected. - crosshair
+ Cross cursor, often used to indicate selection in a bitmap. - text
+ The text can be selected. Typically the shape of an I-beam. - vertical-text
+ The vertical text can be selected. Typically the shape of a sideways I-beam. 拖曳 - alias
+ An alias or shortcut is to be created. - copy
+ Something is to be copied. - move
+ Something is to be moved. - no-drop
+ An item may not be dropped at the current location.
{{bug("275173")}}: On Windows and Mac OS X,no-drop
is the same asnot-allowed
.- - not-allowed
+ The requested action will not be carried out. + - - grab
+ Something can be grabbed (dragged to be moved). + - grabbing
+ Something is being grabbed (dragged to be moved). 改變尺寸與捲軸尺 - all-scroll
+ Something can be scrolled in any direction (panned).
{{bug("275174")}}: On Windows,all-scroll
is the same asmove
.- col-resize
+ The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating them. - row-resize
+ The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them. - n-resize
+ Some edge is to be moved. For example, the se-resize
cursor is used when the movement starts from the south-east corner of the box.
In some environments, an equivalent bidirectional resize cursor is shown. For example,n-resize
ands-resize
are the same asns-resize
.- e-resize
+ - s-resize
+ - w-resize
+ - ne-resize
+ - nw-resize
+ - se-resize
+ - sw-resize
+ - ew-resize
+ Bidirectional resize cursor. - ns-resize
+ - nesw-resize
+ - - nwse-resize
+ + - 縮放 - zoom-in
+ Something can be zoomed (magnified) in or out.
+ @@ -266,35 +265,13 @@ cursor: unset; - zoom-out
+ 規格
-
Specification | -Status | -Comment | -
---|---|---|
{{SpecName('CSS3 Basic UI', '#cursor', 'cursor')}} | -{{Spec2('CSS3 Basic UI')}} | -Addition of several keywords and the positioning syntax for url() . |
-
{{SpecName('CSS2.1', 'ui.html#cursor-props', 'cursor')}} | -{{Spec2('CSS2.1')}} | -Initial definition. | -
{{Specifications}}
{{cssinfo}}
{{Compat("css.properties.cursor")}}
+{{Compat}}