Skip to content

Commit 42648fe

Browse files
committed
[css2] Outline example was missing the outline style. (Default is 'none'.)
See http://lists.w3.org/Archives/Member/w3c-css-wg/2006OctDec/0078.html --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402570
1 parent ed5a7d4 commit 42648fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/ui.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.35 2006-06-02 18:30:14 bbos Exp $ -->
3+
<!-- $Id: ui.src,v 2.36 2006-10-31 15:13:03 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>User interface</title>
@@ -282,7 +282,7 @@ Here's an example of drawing a
282282
thick outline around a BUTTON element:
283283
</p>
284284
<pre><code class="css">
285-
button { outline-width : thick }
285+
button { outline-width : thick solid}
286286
</code></pre>
287287

288288
<p>Scripts may be used to dynamically change the width

0 commit comments

Comments
 (0)