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 ---
{{CSSRef}}
@@ -9,8 +10,6 @@ translation_of: Web/CSS/cursor
{{EmbedInteractiveExample("pages/css/cursor.html")}}
- -

語法

/* 關鍵字值 */
@@ -54,7 +53,7 @@ cursor: unset;
    
     分類
     CSS 值
-    範例
+    範例
     備註說明
    
   
@@ -67,7 +66,7 @@ cursor: unset;
    
    
     default
-    default.gif
+    default.gif
     The platform-dependent default cursor. Typically an arrow.
    
    
@@ -78,166 +77,166 @@ cursor: unset;
    
     連結與狀態
     context-menu
-    context-menu.png
+    context-menu.png
     A context menu is available.
    
    
     help
-    help.gif
+    help.gif
     Help information is available.
    
    
     pointer
-    pointer.gif
+    pointer.gif
     The cursor is a pointer that indicates a link. Typically an image of a pointing hand.
    
    
     progress
-    progress.gif
+    progress.gif
     The program is busy in the background, but the user can still interact with the interface (in contrast to wait).
    
    
     wait
-    wait.gif
+    wait.gif
     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
-    cell.gif
+    cell.gif
     The table cell or set of cells can be selected.
    
    
     crosshair
-    crosshair.gif
+    crosshair.gif
     Cross cursor, often used to indicate selection in a bitmap.
    
    
     text
-    text.gif
+    text.gif
     The text can be selected. Typically the shape of an I-beam.
    
    
     vertical-text
-    vertical-text.gif
+    vertical-text.gif
     The vertical text can be selected. Typically the shape of a sideways I-beam.
    
    
     拖曳
     alias
-    alias.gif
+    alias.gif
     An alias or shortcut is to be created.
    
    
     copy
-    copy.gif
+    copy.gif
     Something is to be copied.
    
    
     move
-    move.gif
+    move.gif
     Something is to be moved.
    
    
     no-drop
-    no-drop.gif
+    no-drop.gif
     An item may not be dropped at the current location.
{{bug("275173")}}: On Windows and Mac OS X, no-drop is the same as not-allowed. not-allowed - not-allowed.gif + not-allowed.gif The requested action will not be carried out. - + grab - grab.gif + grab.gif Something can be grabbed (dragged to be moved). - + grabbing - grabbing.gif + grabbing.gif Something is being grabbed (dragged to be moved). 改變尺寸與捲軸尺 all-scroll - all-scroll.gif + all-scroll.gif Something can be scrolled in any direction (panned).
{{bug("275174")}}: On Windows, all-scroll is the same as move. col-resize - col-resize.gif + col-resize.gif The item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating them. row-resize - row-resize.gif + row-resize.gif The item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them. n-resize - Example of a resize towards the top cursor + Example of a resize towards the top cursor 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 and s-resize are the same as ns-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 Bidirectional resize cursor. 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

Something can be zoomed (magnified) in or out.

- + zoom-out - zoom-out.gif + zoom-out.gif @@ -266,35 +265,13 @@ cursor: unset;

規格

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{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}}

參照

-- cgit v1.2.3-54-g00ecf