Skip to content

[css-shapes] shape-image-threshold accepts percent #4151

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

Merged
merged 1 commit into from
Jul 25, 2019
Merged
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
[css-shapes] shape-image-threshold accepts percent
shape-image-threshold now accepts any alpha-value, just like
opacity. (An alpha-value is a number or percentage, that
serializes as a number.)

resolves #4102
  • Loading branch information
ericwilligers committed Jul 25, 2019
commit 91fe4f28c75cf7c955b1635ca6d5c5a111e4692a
2 changes: 1 addition & 1 deletion css-shapes-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ Choosing Image Pixels: the 'shape-image-threshold' property</h3>

<pre class='propdef'>
Name: shape-image-threshold
Value: <<number>>
Value: <<alpha-value>>
Initial: 0
Applies to: floats
Inherited: no
Expand Down