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 737985 of Point

  • Revision slug: Web/API/WebKitPoint
  • Revision title: Point
  • Revision id: 737985
  • Created:
  • Creator: cvrebert
  • Is current revision? No
  • Comment this was actually in a W3C spec at one time
Tags: 

Revision Content

{{APIRef()}}

{{ Non-standard_header() }}

Summary

Point represents a 2D point.

Browser compatibility

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support {{CompatUnknown()}} {{CompatNo()}} {{CompatUnknown()}} {{CompatUnknown}} {{CompatVersionUnknown()}} (prefixed as WebKitPoint)
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{ CompatUnknown() }} {{ CompatNo() }} 11 (prefixed as WebKitPoint) {{ CompatUnknown() }} {{ CompatVersionUnknown() }} (prefixed as WebKitPoint)

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.

See also

Revision Source

<p>{{APIRef()}}</p>

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

<h2 id="Summary">Summary</h2>

<p><b><code>Point</code></b> represents a 2D point.</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()}} (prefixed as <code>WebKitPoint</code>)</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><a href="https://msdn.microsoft.com/en-us/library/ie/dn736066(v=vs.85).aspx">11</a> (prefixed as <code>WebKitPoint</code>)</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }} (prefixed as <code>WebKitPoint</code>)</td>
  </tr>
 </tbody>
</table>
</div>

<h2 id="Specification" name="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="See_also">See also</h2>

<ul>
 <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