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 ---
{{CSSRef}}
@@ -59,7 +60,7 @@ cursor: unset; 카테고리 CSS 값 - 예제 + 예제 설명 @@ -72,7 +73,7 @@ cursor: unset; default - default.gif + default.gif 플랫폼에 따라 다른 기본 커서. 보통 화살표입니다. @@ -83,165 +84,165 @@ 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 글씨 선택 가능. 보통 I빔 모양입니다. vertical-text - vertical-text.gif + vertical-text.gif 세로쓰기 글씨 선택 가능. 보통 옆으로 누운 I빔 모양입니다. 드래그 앤 드롭 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-dropnot-allowed와 같습니다. not-allowed - not-allowed.gif + not-allowed.gif 요청한 행동을 수행할 수 없음. - + grab - grab.gif + grab.gif 잡을 수 있음. (잡아서 이동) - + 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 커서는 움직임이 사각형의 동남쪽에서 시작할 때 사용합니다. 어떤 환경에선 동일한 방향의 양방향 화살표를 대신 보여줍니다. 즉 n-resizes-resizens-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 @@ -276,35 +277,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}}

같이 보기

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

参见

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