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 }
1111ins.proposed { background:#bfb }
@@ -50,7 +50,7 @@ sw-resize, s-resize, w-resize</dt>
5050south-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,
6161but 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
247247common trick to ensure the focus border is visible, regardless of
248248color background.
249249</p>
250- <ins class="proposed">
251250<p>
252251Conformant UAs may ignore the 'invert' value on platforms that do not
253252support color inversion of the pixels on the screen. If the UA does not
254253support the 'invert' value then the initial value of the 'outline-color'
255254property is the value of the 'color' property, similar to the initial value
256255of the 'border-top-color' property.
257256</p>
258- </ins>
259257<p>The <span class="propinst-outline">'outline'</span> property is a
260258shorthand property, and sets all three of <span
261259class="propinst-outline-style">'outline-style'</span>, <span
0 commit comments