Skip to content

Commit b9b3dbc

Browse files
committed
[css2] Info about no animated cursors, minor fixes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40259
1 parent cb90f05 commit b9b3dbc

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

css2/ui.src

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 1.13 1997-10-03 20:51:55 ian Exp $ -->
3+
<!-- $Id: ui.src,v 1.14 1997-10-21 01:08:47 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -20,12 +20,13 @@
2020
<dl>
2121
<dt><strong>auto</strong>
2222
<dd>The UA determines the cursor to display based on the current
23-
context.
23+
context.
24+
2425
<dt><strong>crosshair</strong>
2526
<dd>A simple crosshair
2627

2728
<dt><strong>default</strong>
28-
<dd>The platform-dependent default cursor. Usually an arrow.
29+
<dd>The platform-dependent default cursor (usually an arrow).
2930

3031
<dt><strong>pointer</strong>
3132
<dd>The cursor is a pointer of some sort.
@@ -55,6 +56,8 @@ not a proper cursor. User agents may handle this error condition in
5556
different ways.
5657
</dl>
5758

59+
<P>CSS2 does not allow users to specify animated cursors.
60+
5861
<H2>User preferences for colors and fonts</H2>
5962

6063
<p>In addition to being able to assign pre-defined color and font
@@ -139,7 +142,7 @@ the current display driver does not support a solid gray color.
139142
<dt><strong>threedshadow</strong>
140143
<dd>Dark shadow for three-dimensional display elements.
141144
<dt><strong>window</strong>
142-
<dd>Window background
145+
<dd>Window background.
143146
<dt><strong>windowframe</strong>
144147
<dd>Window frame.
145148
<dt><strong>windowtext</strong>

0 commit comments

Comments
 (0)