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 +++++++++++++++---------------------- 1 file changed, 42 insertions(+), 63 deletions(-) (limited to 'files/ko') 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}}

같이 보기

-- cgit v1.2.3-54-g00ecf