-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of ED report from new reffy run
Using reffy commit 18.3.0.
- Loading branch information
reffy-bot
committed
Jan 31, 2025
1 parent
a18dd7a
commit ff19230
Showing
48 changed files
with
4,321 additions
and
826 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"spec": { | ||
"title": "CSS Borders and Box Decorations Module Level 4", | ||
"url": "https://drafts.csswg.org/css-borders-4/" | ||
}, | ||
"algorithms": [ | ||
{ | ||
"name": "superellipse-exponent-to-interpolation-value", | ||
"html": "To interpolate a <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-values-4/#number-value\" id=\"ref-for-number-value②\"><number [0,∞]></a> <var>exponent</var> to an interpolation value between 0 and 1:", | ||
"rationale": ".algorithm", | ||
"steps": [ | ||
{ | ||
"html": "<p>If <var>exponent</var> is 0, return 0.</p>" | ||
}, | ||
{ | ||
"html": "<p>If <var>exponent</var> is ∞, return 1.</p>" | ||
}, | ||
{ | ||
"html": "<p>Return <code>1/(2^(1/<var>exponent</var>))</code>.</p>" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "superellipse-exponent-to-interpolation-value", | ||
"html": "To convert a <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-values-4/#number-value\" id=\"ref-for-number-value③\"><number [0,1]></a> <var>interpolationValue</var> back to a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-borders-4/#superellipse-exponent\" id=\"ref-for-superellipse-exponent⑤\">superellipse exponent</a>:", | ||
"rationale": "if", | ||
"steps": [ | ||
{ | ||
"html": "<p>If <var>interpolationValue</var> is 0, return 0.</p>" | ||
}, | ||
{ | ||
"html": "<p>If <var>interpolationValue</var> is 1, return ∞.</p>" | ||
}, | ||
{ | ||
"html": "<p>Return <code>ln(0.5)/ln(<var>interpolationValue</var>)</code>.</p>" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.