@@ -28,7 +28,6 @@ Complain About: accidental-2119 true
2828</pre>
2929
3030<pre class=anchors>
31- type: exception; text: SyntaxError; url: https://html.spec.whatwg.org/multipage/infrastructure.html#js-syntaxerror
3231urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
3332 type: dfn
3433 text: SameValueZero; url: sec-samevaluezero
@@ -569,8 +568,8 @@ algorithm:
569568 </code></pre>
570569
571570 <figure>
572- <svg width="230" height="200" aria- role="img" aria-label="An irregular quadrilateral with none of
573- the sides being vertical or horizontal. Its four corners are marked with red circles. Around this
571+ <svg width="230" height="200" role="img" aria-label="An irregular quadrilateral with none of the
572+ sides being vertical or horizontal. Its four corners are marked with red circles. Around this
574573 quadrilateral is a dashed rectangle. All sides of this rectangle are vertical or horizontal and
575574 tangent the quadrilateral.">
576575 <polygon points="40 25, 180 8, 210 150, 10 180" fill="rgb(51, 153, 204)"/>
@@ -1615,7 +1614,7 @@ user agents.
16151614 <ol>
16161615 <li><p> <a>Post-multiply</a> a translation transformation on the current matrix. The 3D
16171616 translation matrix is <a
1618- href="https://drafts.csswg.org/css-transforms-1/#Translate3dDefined "> described</a> in CSS
1617+ href="https://drafts.csswg.org/css-transforms-1/#TranslateDefined "> described</a> in CSS
16191618 Transforms. [[!CSS3-TRANSFORMS]]
16201619
16211620 <li><p> If <var> tz</var> is specified and not ''0'' or ''-0'' , set <a for=matrix>is 2D</a> of the
@@ -1634,7 +1633,7 @@ user agents.
16341633 <li><p> If <var> scaleY</var> is missing, set <var> scaleY</var> to the value of <var> scaleX</var> .
16351634
16361635 <li><p> <a>Post-multiply</a> a non-uniform scale transformation on the current matrix. The 3D
1637- scale matrix is <a href="https://drafts.csswg.org/css-transforms-1/#Scale3dDefined ">described</a>
1636+ scale matrix is <a href="https://drafts.csswg.org/css-transforms-1/#ScaleDefined ">described</a>
16381637 in CSS Transforms with <var> sx</var> = <var> scaleX</var> , <var> sy</var> = <var> scaleY</var> and
16391638 <var> sz</var> = <var> scaleZ</var> . [[!CSS3-TRANSFORMS]]
16401639
@@ -1659,7 +1658,7 @@ user agents.
16591658 <li><p> <a>Post-multiply</a> a uniform 3D scale transformation ({{DOMMatrixReadOnly/m11}} =
16601659 {{DOMMatrixReadOnly/m22}} = {{DOMMatrixReadOnly/m33}} = <var> scale</var> ) on the current matrix.
16611660 The 3D scale matrix is <a
1662- href="https://drafts.csswg.org/css-transforms-1/#Scale3dDefined "> described</a> in CSS Transforms
1661+ href="https://drafts.csswg.org/css-transforms-1/#ScaleDefined "> described</a> in CSS Transforms
16631662 with <var> sx</var> = <var> sy</var> = <var> sz</var> = <var> scale</var> . [[!CSS3-TRANSFORMS]]
16641663
16651664 <li><p> Apply a {{DOMMatrix/translateSelf()}} transformation to the current matrix with the
@@ -1686,17 +1685,17 @@ user agents.
16861685
16871686 <li><p> <a>Post-multiply</a> a rotation transformation on the current matrix around the vector 0,
16881687 0, 1 by the specified rotation <var> rotZ</var> in degrees. The 3D rotation matrix is <a
1689- href="https://drafts.csswg.org/css-transforms-1/#Rotate3dDefined "> described</a> in CSS Transforms
1688+ href="https://drafts.csswg.org/css-transforms-1/#RotateDefined "> described</a> in CSS Transforms
16901689 with <var> alpha</var> = <var> rotZ</var> in degrees. [[!CSS3-TRANSFORMS]]
16911690
16921691 <li><p> <a>Post-multiply</a> a rotation transformation on the current matrix around the vector 0,
16931692 1, 0 by the specified rotation <var> rotY</var> in degrees. The 3D rotation matrix is <a
1694- href="https://drafts.csswg.org/css-transforms-1/#Rotate3dDefined "> described</a> in CSS Transforms
1693+ href="https://drafts.csswg.org/css-transforms-1/#RotateDefined "> described</a> in CSS Transforms
16951694 with <var> alpha</var> = <var> rotY</var> in degrees. [[!CSS3-TRANSFORMS]]
16961695
16971696 <li><p> <a>Post-multiply</a> a rotation transformation on the current matrix around the vector 1,
16981697 0, 0 by the specified rotation <var> rotX</var> in degrees. The 3D rotation matrix is <a
1699- href="https://drafts.csswg.org/css-transforms-1/#Rotate3dDefined "> described</a> in CSS Transforms
1698+ href="https://drafts.csswg.org/css-transforms-1/#RotateDefined "> described</a> in CSS Transforms
17001699 with <var> alpha</var> = <var> rotX</var> in degrees. [[!CSS3-TRANSFORMS]]
17011700
17021701 <li><p> Return the current matrix.
@@ -1722,7 +1721,7 @@ user agents.
17221721 <li><p> <a>Post-multiply</a> a rotation transformation on the current matrix around the specified
17231722 vector <var> x</var> , <var> y</var> , <var> z</var> by the specified rotation <var> angle</var> in
17241723 degrees. The 3D rotation matrix is <a
1725- href="https://drafts.csswg.org/css-transforms-1/#Rotate3dDefined "> described</a> in CSS Transforms
1724+ href="https://drafts.csswg.org/css-transforms-1/#RotateDefined "> described</a> in CSS Transforms
17261725 with <var> alpha</var> = <var> angle</var> in degrees. [[!CSS3-TRANSFORMS]]
17271726
17281727 <li><p> If <var> x</var> or <var> y</var> are not ''0'' or ''-0'' , set <a for=matrix>is 2D</a> of
0 commit comments