Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 850091 of Point

  • Revision slug: Web/API/Point
  • Revision title: Point
  • Revision id: 850091
  • Created:
  • Creator: Sebastianz
  • Is current revision? No
  • Comment Fixed page formatting to allow the compat data scraper to parse the page
Tags: 

Revision Content

{{APIRef("Geometry Interfaces")}}

{{Non-standard_header}}

Point represents a 2D point.

Specification

This class was specified in the defunct 20 March 2009 Working Draft of CSS 2D Transforms Module Level 3. It is not present in the current CSS Transforms Module Level 1 Working Draft.

Browser compatibility

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatUnknown}} {{CompatNo}} {{CompatUnknown}} {{CompatUnknown}} {{CompatVersionUnknown}}[1]
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatUnknown}} {{CompatNo}} 11[1][2] {{CompatUnknown}} {{CompatVersionUnknown}}[1]

[1] Prefixed as WebKitPoint.

[2] See notes for Internet Explorer 11 on Windows Phone 8.1.

See also

Revision Source

<p>{{APIRef("Geometry Interfaces")}}</p>

<p>{{Non-standard_header}}</p>

<p><strong><code>Point</code></strong> represents a 2D point.</p>

<h2 id="Specification">Specification</h2>

<p>This class was specified in <a href="https://www.w3.org/TR/2009/WD-css3-2d-transforms-20090320/">the defunct 20 March 2009 Working Draft of CSS 2D Transforms Module Level 3</a>. It is not present in the current CSS Transforms Module Level 1 Working Draft.</p>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{CompatibilityTable}}</p>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatNo}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatNo}}</td>
   <td>11<sup>[1][2]</sup></td>
   <td>{{CompatUnknown}}</td>
   <td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
  </tr>
 </tbody>
</table>
</div>

<p>[1] Prefixed as <code>WebKitPoint</code>.</p>

<p>[2] See <a href="https://msdn.microsoft.com/en-us/library/ie/dn736066(v=vs.85).aspx">notes for Internet Explorer 11 on Windows Phone 8.1</a>.</p>

<h2 id="See_also">See also</h2>

<ul>
 <li><a href="/en-US/docs/Web/API/Window.convertPointFromNodeToPage">Window.convertPointFromNodeToPage</a></li>
 <li><a href="/en-US/docs/Web/API/Window.convertPointFromPageToNode">Window.convertPointFromPageToNode</a></li>
 <li><a href="https://msdn.microsoft.com/en-us/library/ie/dn760730(v=vs.85).aspx"><code>WebKitPoint</code> documentation at the IE Dev Center</a></li>
</ul>
Revert to this revision