Skip to content

Commit 6e8d3ff

Browse files
committed
[css2] Tantek's text that allows a UA to replace 'invert' if it can't handle it
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402063
1 parent 0e0d243 commit 6e8d3ff

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,7 +1,7 @@
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.27 2003-01-21 12:51:31 bbos Exp $ -->
4+
<!-- $Id: ui.src,v 2.28 2003-02-10 14:43:45 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>User interface</title>
@@ -248,9 +248,12 @@ common trick to ensure the focus border is visible, regardless of
248248
color background.
249249
</p>
250250
<ins class="proposed">
251-
<p>Conformant UAs may ignore the 'invert' value.
252-
If UA does not support the 'invert' value then the initial value of
253-
the 'outline-color' property is defined to be UA-specific.
251+
<p>
252+
Conformant UAs may ignore the 'invert' value on platforms that do not
253+
support color inversion of the pixels on the screen. If the UA does not
254+
support the 'invert' value then the initial value of the 'outline-color'
255+
property is the value of the 'color' property, similar to the initial value
256+
of the 'border-top-color' property.
254257
</p>
255258
</ins>
256259
<p>The <span class="propinst-outline">'outline'</span> property is a

0 commit comments

Comments
 (0)