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-tw/web/css/cursor/index.html | 107 +++++++++++++--------------------- 1 file changed, 42 insertions(+), 65 deletions(-) (limited to 'files/zh-tw/web/css') diff --git a/files/zh-tw/web/css/cursor/index.html b/files/zh-tw/web/css/cursor/index.html index 5ded20bef8..2955f1add3 100644 --- a/files/zh-tw/web/css/cursor/index.html +++ b/files/zh-tw/web/css/cursor/index.html @@ -2,6 +2,7 @@ title: cursor slug: Web/CSS/cursor translation_of: Web/CSS/cursor +browser-compat: css.properties.cursor ---
/* 關鍵字值 */ @@ -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}}