Skip to content

Commit bbb2e98

Browse files
SebastianZsvgeesus
authored andcommitted
Fixed Bikeshed issues
1 parent 78fff80 commit bbb2e98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

geometry/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ values, and also for ''0'' and ''-0''. [[!ECMA-262]]
864864
To <dfn dfn-for=matrix>validate and fixup</dfn> a {{DOMMatrixInit}} dictionary <var>dict</var>,
865865
run the following steps:
866866

867-
1. <a for=matrix>Validate and fixup (2D)</a> <var>dict</var>.</p>
867+
1. <a for=matrix>Validate and fixup (2D)</a> <var>dict</var>.
868868
2. If {{DOMMatrixInit/is2D}} is <code>true</code> and: at least one of {{DOMMatrixInit/m13}},
869869
{{DOMMatrixInit/m14}}, {{DOMMatrixInit/m23}}, {{DOMMatrixInit/m24}}, {{DOMMatrixInit/m31}},
870870
{{DOMMatrixInit/m32}}, {{DOMMatrixInit/m34}}, {{DOMMatrixInit/m43}} are present with a value other
@@ -1505,7 +1505,7 @@ user agents.
15051505
in CSS Transforms with <var>sx</var> = <var>scaleX</var>, <var>sy</var> = <var>scaleY</var> and
15061506
<var>sz</var> = <var>scaleZ</var>. [[!CSS3-TRANSFORMS]]
15071507
4. Negate <var>originX</var>, <var>originY</var> and <var>originZ</var>.
1508-
5. Perform a {{DOMMatrix/translateSelf()}}</a> transformation on the current matrix with the
1508+
5. Perform a {{DOMMatrix/translateSelf()}} transformation on the current matrix with the
15091509
arguments <var>originX</var>, <var>originY</var>, <var>originZ</var>.
15101510
6. If <var>scaleZ</var> is not ''1'', set <a
15111511
for=matrix>is 2D</a> of the current matrix to <code>false</code>.
@@ -1746,7 +1746,7 @@ There are no other known security or privacy impacts of the interfaces defined i
17461746
specification. However, other specifications that have APIs that use the interfaces defined in this
17471747
specification could potentially introduce security or privacy issues.
17481748

1749-
Privacy Considerations {#privacy}
1749+
Privacy Considerations {#priv-sec}
17501750
=================================
17511751

17521752
<div class=example>
@@ -1813,11 +1813,11 @@ href="https://www.w3.org/TR/2018/CR-geometry-1-20181204/">4 December 2018 Candid
18131813
<!-- to Feb 10 2022 -->
18141814
* Clarified that column vectors are pre-multiplied by matrices <a href="https://github.com/w3c/fxtf-drafts/issues/294">#294</a>, <a href="https://github.com/w3c/fxtf-drafts/issues/359">#359</a>
18151815
* Defined minimum and maximum as preferring NaN <a href="https://github.com/w3c/fxtf-drafts/issues/222">#222</a>
1816-
* Used new WebIDL constructor definition
1817-
* Added default dictionary value
1816+
* Used new WebIDL constructor definition
1817+
* Added default dictionary value
18181818
* Added [NewObject] to matrixTransform, to align with prose description
18191819
* Removed redundant originZ check <a href="https://github.com/w3c/fxtf-drafts/issues/350">#350</a>
1820-
* Added explicit [Exposed] to DOMRectList
1820+
* Added explicit [Exposed] to DOMRectList
18211821

18221822
The following changes were made since the <a
18231823
href="https://www.w3.org/TR/2014/CR-geometry-1-20141125/">25 November 2014 Candidate Recommendation</a>.

0 commit comments

Comments
 (0)