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.