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