Skip to content

Commit 9a42068

Browse files
committed
[css-ui-4] Avoid using the same name for different types, it's confusing
Part of w3c#2466
1 parent 75b3756 commit 9a42068

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Animation type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-len
399399

400400
<pre class="propdef">
401401
Name: outline-style
402-
Value: auto | <<outline-style>>
402+
Value: auto | <<outline-line-style>>
403403
Initial: none
404404
Applies to: all elements
405405
Inherited: no
@@ -456,7 +456,7 @@ The 'outline-width' property accepts
456456
the same values as 'border-width'
457457
([[css-backgrounds-3#the-border-width]]).
458458

459-
<dfn><<outline-style>></dfn> accepts
459+
<dfn><<outline-line-style>></dfn> accepts
460460
the same values as <<line-style>>
461461
([[css-backgrounds-3#the-border-style]])
462462
with the same meaning,

0 commit comments

Comments
 (0)