@@ -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"
@@ -27058,7 +27058,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...</pre>
27058
27058
<dfn><source-size-value></dfn> = <span><length></span></pre>
27059
27059
27060
27060
<p>A <span><source-size-value></span> must not be negative, and must not use CSS functions
27061
- other than the <span>'calc()' </span> function .</p>
27061
+ other than the <span>math functions </span>.</p>
27062
27062
27063
27063
<p>The <span><source-size-value></span> gives the intended layout width of the image. The
27064
27064
author can specify different widths for different environments with
@@ -28234,7 +28234,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...</pre>
28234
28234
is a valid non-negative <span><source-size-value></span>,
28235
28235
let <var>size</var> be its value
28236
28236
and remove the <span>component value</span> from <var>unparsed size</var>.
28237
- Any CSS function other than the <span>'calc()' </span> function is invalid.
28237
+ Any CSS function other than the <span>math functions </span> is invalid.
28238
28238
Otherwise, there is a <span data-x="concept-microsyntax-parse-error">parse error</span>;
28239
28239
continue to the next iteration of this algorithm.</p></li>
28240
28240
0 commit comments