Skip to content

Commit a0721d8

Browse files
ewilligerstabatkins
authored andcommitted
[css-ui] outline-width refers to line-width (#2538)
outline-width only permits one line-width, not two or three or four. resolves #2535
1 parent 1052675 commit a0721d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-ui-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ Animation type: see individual properties
299299

300300
<pre class="propdef">
301301
Name: outline-width
302-
Value: <'border-width'>
302+
Value: <<line-width>>
303303
Initial: medium
304304
Applies to: all elements
305305
Inherited: no
306306
Percentages: N/A
307307
Media: visual
308-
Computed value: absolute length; ''0'' if the outline style is ''outline-width/none''.
308+
Computed value: absolute length; ''0'' if the outline style is ''border-style/none''.
309309
Animation type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
310310
</pre>
311311

css-ui-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,13 @@ Animation type: see individual properties
384384

385385
<pre class="propdef">
386386
Name: outline-width
387-
Value: <'border-width'>
387+
Value: <<line-width>>
388388
Initial: medium
389389
Applies to: all elements
390390
Inherited: no
391391
Percentages: N/A
392392
Media: visual
393-
Computed value: absolute length; ''0'' if the outline style is ''outline-width/none''.
393+
Computed value: absolute length; ''0'' if the outline style is ''border-style/none''.
394394
Animation type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a>
395395
</pre>
396396

0 commit comments

Comments
 (0)