Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-ui] outline-width refers to line-width #2538

Merged
merged 1 commit into from Apr 20, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-ui-3/Overview.bs
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
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