From 283119f662c014fbfe2da8734dd1540467c641b2 Mon Sep 17 00:00:00 2001 From: Igor Shevchenko Date: Tue, 5 Sep 2017 17:07:47 +0500 Subject: [PATCH] Fix a mistake in the description of cursor:auto and cursor:default --- property/cursor/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/property/cursor/index.html b/property/cursor/index.html index eb75f957..1363a92c 100644 --- a/property/cursor/index.html +++ b/property/cursor/index.html @@ -29,7 +29,7 @@

- cursor: default; + cursor: auto;

Sets the cursor to the element's default value. For a link, it would be a pointer. For text it would be a selection cursor.

@@ -40,20 +40,20 @@

- +

- cursor: auto; + cursor: default;

-

auto

+

Platform-dependent default cursor. Usually an arrow.

@@ -61,10 +61,10 @@

- +