diff --git a/source b/source index b3a1b14171a..203c294c259 100644 --- a/source +++ b/source @@ -3756,7 +3756,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  • The 'in' unit
  • The 'px' unit
  • The 'attr()' function
  • -
  • The 'calc()' function
  • +
  • The math functions
  • The term music hall</a> singer, ... <source-size-value> = <length>

    A <source-size-value> must not be negative, and must not use CSS functions - other than the 'calc()' function.

    + other than the math functions.

    The <source-size-value> gives the intended layout width of the image. The author can specify different widths for different environments with @@ -28238,7 +28238,7 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ... is a valid non-negative <source-size-value>, let size be its value and remove the component value from unparsed size. - Any CSS function other than the 'calc()' function is invalid. + Any CSS function other than the math functions is invalid. Otherwise, there is a parse error; continue to the next iteration of this algorithm.