Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-ui-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,13 @@ Animation type: see individual properties

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

Expand Down
4 changes: 2 additions & 2 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,13 @@ Animation type: see individual properties

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

Expand Down