You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This module contains the features of CSS relating to the borders and backgrounds of boxes on the page. It includes and extends the functionality of <a href="http://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Level 3</a>. [[CSS3BACKGROUND]] The main extensions compared to level 3 are shaping ('corner-shape') and clipping borders ('border-clip'), logical background positions ('background-position'), and the ''extend'' ability of 'background-repeat'.
13
+
Abstract: This module contains the features of CSS relating to the borders and backgrounds of boxes on the page. It includes and extends the functionality of <a href="http://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Level 3</a>. [[CSS3BG]] The main extensions compared to level 3 are shaping ('corner-shape') and clipping borders ('border-clip'), logical background positions ('background-position'), and the ''extend'' ability of 'background-repeat'.
14
14
Ignored Terms:
15
15
</pre>
16
16
@@ -23,39 +23,113 @@ Introduction</h2>
23
23
as this will reduce the effort of keeping them in sync
24
24
(source diffs will be accurate in reflecting the differences).
25
25
26
-
<h3 id=border-corner-shape>
27
-
The 'border-corner-shape' property</h3>
26
+
<h2 id="corners">
27
+
Corners</h2>
28
+
29
+
<h3 id=corner-sizing>
30
+
Corner Sizing: the 'border-radius property</h3>
28
31
29
32
<pre class='propdef'>
30
-
Name: border-corner-shape
31
-
Value: curve | bevel | scoop | notch
32
-
Initial: curve
33
-
Applies to: all elements, except table element when 'border-collapse' is ''collapse''
0 commit comments