You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geometry/Overview.bs
+81Lines changed: 81 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ Can I Use URL: https://drafts.fxtf.org/geometry/
25
25
Can I Use URL: https://www.w3.org/TR/geometry-1/
26
26
Ignore Can I Use URL Failure: https://drafts.fxtf.org/geometry/
27
27
Ignore Can I Use URL Failure: https://www.w3.org/TR/geometry-1/
28
+
WPT Path Prefix: css/geometry/
29
+
WPT Display: open
28
30
Complain About: accidental-2119 true
29
31
</pre>
30
32
@@ -63,6 +65,11 @@ The SVG interfaces {{SVGPoint}}, {{SVGRect}} and {{SVGMatrix}} are aliasing the
63
65
interfaces in favor for common interfaces used by SVG, Canvas 2D Context and CSS
64
66
Transforms. [[SVG11]][[HTML]][[CSS3-TRANSFORMS]]
65
67
68
+
<wpt>
69
+
idlharness.any.js
70
+
spec-examples.html
71
+
</wpt>
72
+
66
73
67
74
The DOMPoint interfaces {#DOMPoint}
68
75
===================================
@@ -133,6 +140,10 @@ constructors, when invoked, must run the following steps:
133
140
2. Set <var>point</var>'s variables <a for=point>x coordinate</a> to <var>x</var>, <a for=point>y coordinate</a> to <var>y</var>, <a for=point>z coordinate</a> to <var>z</var> and <a for=point>w perspective</a> to <var>w</var>.
134
141
3. Return <var>point</var>.
135
142
143
+
<wpt>
144
+
DOMPoint-001.html
145
+
</wpt>
146
+
136
147
The <dfn method dfn-for=DOMPointReadOnly
137
148
id=dom-dompointreadonly-frompoint><code>fromPoint(<var>other</var>)</code></dfn> static method on
138
149
{{DOMPointReadOnly}} must <a>create a <code>DOMPointReadOnly</code> from the dictionary</a>
@@ -198,6 +209,9 @@ ignore>transformedPoint</var> has the <a for=point>x coordinate</a> 20 and <a fo
198
209
coordinate</a> 18.
199
210
</div>
200
211
212
+
<wpt>
213
+
DOMPoint-002.html
214
+
</wpt>
201
215
202
216
Transforming a point with a matrix {#transforming-a-point-with-a-matrix}
0 commit comments