Skip to content

Commit

Permalink
Fix spec link in exp-log-serialize.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m authored and pull[bot] committed Oct 5, 2023
1 parent f51037b commit c0d6134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/css-values/exp-log-serialize.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-values-4/#comp-func">
<link rel="help" href="https://drafts.csswg.org/css-values-4/#exponent-funcs">
<link rel="help" href="https://drafts.csswg.org/css-values-4/#numbers">
<link rel="help" href="https://drafts.csswg.org/css-values-4/#calc-serialize">
<link rel="author" title="Apple Inc">
Expand Down Expand Up @@ -40,4 +40,4 @@
test_specified_serialization('opacity', t, s);
test_specified_serialization('transform', `scale(${t})`, `scale(${s})`);
test_computed_serialization('opacity', t, c);
</script>
</script>

0 comments on commit c0d6134

Please sign in to comment.