Skip to content

Commit 9d9a533

Browse files
committed
[css-borders-4] Renamed 'edge' to 'side'
1 parent 55486e1 commit 9d9a533

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-borders-4/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ Line Colors: the 'border-color' properties</h3>
118118
and
119119
'border-inline-start-color' &amp; 'border-inline-end-color',
120120
respectively.
121-
The first value represents the <a>start</a> edge color,
122-
and the second value represents the <a>end</a> edge color.
121+
The first value represents the <a>start</a> side color,
122+
and the second value represents the <a>end</a> side color.
123123
If only one value is given,
124-
it applies to both the <a>start</a> and <a>end</a> edges.
124+
it applies to both the <a>start</a> and <a>end</a> sides.
125125

126126
<h3 id="border-style" oldids="the-border-style">
127127
Line Patterns: the 'border-style' properties</h3>
@@ -160,10 +160,10 @@ Line Patterns: the 'border-style' properties</h3>
160160
and
161161
'border-inline-start-style' &amp; 'border-inline-end-style',
162162
respectively.
163-
The first value represents the <a>start</a> edge style,
164-
and the second value represents the <a>end</a> edge style.
163+
The first value represents the <a>start</a> side style,
164+
and the second value represents the <a>end</a> side style.
165165
If only one value is given,
166-
it applies to both the <a>start</a> and <a>end</a> edges.
166+
it applies to both the <a>start</a> and <a>end</a> sides.
167167

168168
<h3 id="border-width" oldids="the-border-width">
169169
Line Thickness: the 'border-width' properties</h3>
@@ -202,10 +202,10 @@ Line Thickness: the 'border-width' properties</h3>
202202
and
203203
'border-inline-start-width' &amp; 'border-inline-end-width',
204204
respectively.
205-
The first value represents the <a>start</a> edge width,
206-
and the second value represents the <a>end</a> edge width.
205+
The first value represents the <a>start</a> side width,
206+
and the second value represents the <a>end</a> side width.
207207
If only one value is given,
208-
it applies to both the <a>start</a> and <a>end</a> edges.
208+
it applies to both the <a>start</a> and <a>end</a> sides.
209209

210210
<h3 id="border-shorthands" oldids="the-border-shorthands">
211211
Border Shorthand Properties</h3>

0 commit comments

Comments
 (0)