Skip to content

Commit c490e83

Browse files
committed
[css2] Tantek's edits: some clean-up.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402076
1 parent 9e2001c commit c490e83

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

css2/ui.src

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: ui.src,v 2.28 2003-02-10 14:43:45 bbos Exp $ -->
4+
<!-- $Id: ui.src,v 2.29 2003-03-21 16:06:47 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>User interface</title>
8-
<!-- Changed by: Tantek Celik, 2003-01-20 -->
8+
<!-- Changed by: Tantek Celik, 2003-03-03 -->
99
<style type="text/css">
1010
.current,.proposed { background:#feb }
1111
ins.proposed { background:#bfb }
@@ -50,7 +50,7 @@ sw-resize, s-resize, w-resize</dt>
5050
south-east corner of the box.
5151
</dd>
5252
<dt>text</dt>
53-
<dd>Indicates text that may be selected. Often rendered as an I-bar.
53+
<dd>Indicates text that may be selected. Often rendered as an I-beam.
5454
</dd>
5555
<dt>wait,</dt>
5656
<dd>Indicates that the program is busy and the user should
@@ -59,8 +59,8 @@ south-east corner of the box.
5959
<dt>progress</dt>
6060
<dd>A progress indicator. The program is performing some processing,
6161
but is different from 'wait' in that the user may still interact with the program.
62-
Often rendered as a spinning beach ball or an arrow with a small
63-
hourglass next to it.
62+
Often rendered as a spinning beach ball,
63+
or an arrow with a watch or hourglass.
6464
</dd>
6565
<dt>help</dt>
6666
<dd>Help is available for the object under the cursor. Often rendered
@@ -247,15 +247,13 @@ perform a color inversion on the pixels on the screen. This is a
247247
common trick to ensure the focus border is visible, regardless of
248248
color background.
249249
</p>
250-
<ins class="proposed">
251250
<p>
252251
Conformant UAs may ignore the 'invert' value on platforms that do not
253252
support color inversion of the pixels on the screen. If the UA does not
254253
support the 'invert' value then the initial value of the 'outline-color'
255254
property is the value of the 'color' property, similar to the initial value
256255
of the 'border-top-color' property.
257256
</p>
258-
</ins>
259257
<p>The <span class="propinst-outline">'outline'</span> property is a
260258
shorthand property, and sets all three of <span
261259
class="propinst-outline-style">'outline-style'</span>, <span

0 commit comments

Comments
 (0)