Skip to content

Commit a1a3a05

Browse files
committed
[css2] expaned the *-resize names, gave an example to explain metaphor
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401582
1 parent 92a6ff2 commit a1a3a05

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

css2/ui.src

Lines changed: 9 additions & 5 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 2.12 1998-04-17 23:21:43 ijacobs Exp $ -->
3+
<!-- $Id: ui.src,v 2.13 1998-04-30 19:08:28 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -31,13 +31,17 @@ context.
3131
<dd>The cursor is a pointer that indicates a link.
3232

3333
<dt><strong>move</strong>
34-
<dd>Indicates something is to be moved
34+
<dd>Indicates something is to be moved.
3535

36-
<dt><strong>*-resize</strong>
37-
<dd>Indicates that the edge is to be moved.
36+
<dt><strong>e-resize, ne-resize, nw-resize, n-resize, se-resize,
37+
sw-resize, s-resize, w-resize</strong>
38+
39+
<dd>Indicate that some edge is to be moved. For example, the
40+
'se-resize' cursor is used when the movement starts from the
41+
south-east corner of the box.
3842

3943
<dt><strong>text</strong>
40-
<dd> Indicates text that may be selected. Often rendered as an I-bar.
44+
<dd>Indicates text that may be selected. Often rendered as an I-bar.
4145

4246
<dt><strong>wait</strong>
4347
<dd>Indicates that the program is busy and the user should

0 commit comments

Comments
 (0)