Skip to content

Commit

Permalink
Remove reference to SVGSVGElement.viewport (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Jun 8, 2021
1 parent 5b3eb75 commit 7e8ea0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/en-us/web/api/svgsvgelement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ <h2 id="Properties">Properties</h2>
<dd>An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("contentScriptType")}} attribute of the given {{SVGElement("svg")}} element.</dd>
<dt>{{domxref("SVGSVGElement.contentStyleType")}}</dt>
<dd>An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("contentStyleType")}} attribute of the given {{SVGElement("svg")}} element.</dd>
<dt>{{domxref("SVGSVGElement.viewport")}}</dt>
<dd>An {{domxref("SVGRect")}} containing the position and size of the viewport (implicit or explicit) that corresponds to the given {{SVGElement("svg")}} element. When the browser is actually rendering the content, then the position and size values represent the actual values when rendering. The position and size values are unitless values in the coordinate system of the parent element. If no parent element exists (i.e., {{SVGElement("svg")}} element represents the root of the document tree), if this SVG document is embedded as part of another document (e.g., via the HTML {{HTMLElement("object")}} element), then the position and size are unitless values in the coordinate system of the parent document. (If the parent uses CSS or XSL layout, then unitless values represent pixel units for the current CSS or XSL viewport.)</dd>
<dt>{{domxref("SVGSVGElement.pixelUnitToMillimeterX")}} {{deprecated_inline}}</dt>
<dd>A float representing the size of the pixel unit (as defined by CSS2) along the x-axis of the viewport, which represents a unit somewhere in the range of 70dpi to 120dpi, and, on systems that support this, might actually match the characteristics of the target medium. On systems where it is impossible to know the size of a pixel, a suitable default pixel size is provided.</dd>
<dt>{{domxref("SVGSVGElement.pixelUnitToMillimeterY")}} {{deprecated_inline}}</dt>
Expand Down

0 comments on commit 7e8ea0a

Please sign in to comment.