Skip to content

Commit 4ab1421

Browse files
committed
[css2] Tantek's edits: added that scrollbar should go between padding and border
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402091
1 parent 2742261 commit 4ab1421

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

css2/visufx.src

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
55
<title>Visual effects</title>
6-
<!-- Changed by: Tantek Celik, 2003-03-03 -->
6+
<!-- Changed by: Tantek Celik, 2003-05-05 -->
77
<style type="text/css">
88
.current,.proposed,span.delcurrent { background:#feb }
99
ins.proposed,span.insproposed { background:#bfb }
@@ -108,6 +108,12 @@ native operating environment.
108108
HTML UAs may apply the overflow property from the BODY or HTML elements to the viewport.
109109
</p>
110110

111+
<p>
112+
In the case of a scrollbar being placed on an edge of the
113+
element's box, it should be inserted between the inner border edge and
114+
the outer padding edge.
115+
</p>
116+
111117
<div class="example"><p>
112118
Consider the following example of a block quotation
113119
(BLOCKQUOTE) that is too big

0 commit comments

Comments
 (0)