@@ -3756,7 +3756,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3756
3756
<li>The <dfn data-x-href="https://drafts.csswg.org/css-values/#in">'in'</dfn> unit</li>
3757
3757
<li>The <dfn data-x-href="https://drafts.csswg.org/css-values/#px">'px'</dfn> unit</li>
3758
3758
<li>The <dfn data-x-href="https://drafts.csswg.org/css-values/#funcdef-attr">'attr()'</dfn> function</li>
3759
- <li>The <dfn data-x-href="https://drafts.csswg.org/css-values/#funcdef-calc">'calc()' </dfn> function </li>
3759
+ <li>The <dfn data-x-href="https://drafts.csswg.org/css-values/#math-function">math functions </dfn></li>
3760
3760
</ul>
3761
3761
3762
3762
<p>The term <dfn data-x="css-styling-attribute"
@@ -27060,7 +27060,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...</pre>
27060
27060
<dfn><source-size-value></dfn> = <span><length></span></pre>
27061
27061
27062
27062
<p>A <span><source-size-value></span> must not be negative, and must not use CSS functions
27063
- other than the <span>'calc()' </span> function .</p>
27063
+ other than the <span>math functions </span>.</p>
27064
27064
27065
27065
<p>The <span><source-size-value></span> gives the intended layout width of the image. The
27066
27066
author can specify different widths for different environments with
@@ -28236,7 +28236,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...</pre>
28236
28236
is a valid non-negative <span><source-size-value></span>,
28237
28237
let <var>size</var> be its value
28238
28238
and remove the <span>component value</span> from <var>unparsed size</var>.
28239
- Any CSS function other than the <span>'calc()' </span> function is invalid.
28239
+ Any CSS function other than the <span>math functions </span> is invalid.
28240
28240
Otherwise, there is a <span data-x="concept-microsyntax-parse-error">parse error</span>;
28241
28241
continue to the next iteration of this algorithm.</p></li>
28242
28242
0 commit comments