|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (C)2005-2014 Haxe Foundation
|
|
|
+ * Copyright (C)2005-2015 Haxe Foundation
|
|
|
*
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
@@ -20,615 +20,695 @@
|
|
|
* DEALINGS IN THE SOFTWARE.
|
|
|
*/
|
|
|
|
|
|
-// This file is generated, do not edit!
|
|
|
+// This file is generated from mozilla/CSSStyleDeclaration.webidl line 12:0. Do not edit!
|
|
|
+
|
|
|
package js.html;
|
|
|
|
|
|
-/** <p>A CSSStyleDeclaration is an interface to the <a class="external" rel="external" href="http://www.w3.org/TR/1998/REC-CSS2-19980512/syndata.html#block" title="http://www.w3.org/TR/1998/REC-CSS2-19980512/syndata.html#block" target="_blank">declaration block</a> returned by the <code><a href="https://developer.mozilla.org/en/DOM/cssRule.style" rel="internal" title="en/DOM/cssRule.style">style</a></code> property of a <code><a href="/api/js/html/CSSKeyframeRule" rel="internal" title="en/DOM/cssRule">cssRule</a></code> in a <a href="/api/js/html/StyleSheet" rel="internal" title="en/DOM/stylesheet">stylesheet</a>, when the rule is a <a title="en/DOM/cssRule#CSSStyleRule" rel="internal" href="https://developer.mozilla.org/en/DOM/cssRule#CSSStyleRule">CSSStyleRule</a>.</p>
|
|
|
-<p>CSSStyleDeclaration is also a <strong>read-only </strong>interface to the result of <a title="en/DOM/window.getComputedStyle" rel="internal" href="https://developer.mozilla.org/en/DOM/window.getComputedStyle">getComputedStyle</a>.</p><br><br>
|
|
|
-Documentation for this class was provided by <a href="https://developer.mozilla.org/en/DOM/CSSStyleDeclaration">MDN</a>. */
|
|
|
@:native("CSSStyleDeclaration")
|
|
|
extern class CSSStyleDeclaration implements ArrayAccess<String>
|
|
|
{
|
|
|
- /** Textual representation of the declaration block. Setting this attribute changes the style. Setter throws DOMException. */
|
|
|
var cssText : String;
|
|
|
-
|
|
|
- /** The number of properties. See the <strong>item</strong> method below. */
|
|
|
var length(default,null) : Int;
|
|
|
-
|
|
|
- /** The containing <code><a href="https://developer.mozilla.org/en/DOM/cssRule" rel="internal" title="en/DOM/cssRule">cssRule</a>.</code> */
|
|
|
- var parentRule(default,null) : CSSRule;
|
|
|
-
|
|
|
- /** The <code>animation</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand property for <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/animation-name">animation-name</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/animation-duration">animation-duration</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/animation-timing-function">animation-timing-function</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/animation-delay">animation-delay</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/animation-iteration-count">animation-iteration-count</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/animation-direction">animation-direction</a></code>
|
|
|
-. */
|
|
|
- var animation : String;
|
|
|
-
|
|
|
- /** The <code>animation-delay</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies when the animation should start. This lets the animation sequence begin some time after it's applied to an element. */
|
|
|
- var animationDelay : String;
|
|
|
-
|
|
|
- /** The <code>animation-direction</code> CSS property indicates whether the animation should play in reverse on alternate cycles. */
|
|
|
- var animationDirection : String;
|
|
|
-
|
|
|
- /** The <code>animation-duration</code> CSS property specifies the length of time that an animation should take to complete one cycle. */
|
|
|
- var animationDuration : String;
|
|
|
-
|
|
|
- /** The <code>animation-iteration-count</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property defines the number of times an animation cycle should be played before stopping. */
|
|
|
- var animationIterationCount : String;
|
|
|
-
|
|
|
- /** The <code>animation-name</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies a list of animations that should be applied to the selected element. Each name indicates a <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/@keyframes">@keyframes</a></code>
|
|
|
- at-rule that defines the property values for the animation sequence. */
|
|
|
- var animationName : String;
|
|
|
-
|
|
|
- /** The <code>animation-play-state</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property determines whether an animation is running or paused. You can query this property's value to determine whether or not the animation is currently running; in addition, you can set its value to pause and resume playback of an animation. */
|
|
|
- var animationPlayState : String;
|
|
|
-
|
|
|
- /** The <code>animation-timing-function</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies how a CSS animation should progress over the duration of each cycle. The possible values are one or several <span class="lang lang-en"><code><a rel="custom" href="https://developer.mozilla.org/en/CSS/timing-function"><timing-function></a></code>
|
|
|
- </span>. */
|
|
|
- var animationTimingFunction : String;
|
|
|
-
|
|
|
- /** In combination with<code> elevation</code>, <code>azimuth</code> enables different audio sources to be positioned spatially for aural presentation. This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage. */
|
|
|
- var azimuth : String;
|
|
|
-
|
|
|
- /** The <code>backface-visibility</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property determines whether or not the back face of the element is visible when facing the user. The back face of an element always is a transparent background, letting, when visible, a mirror image of the front face be displayed. */
|
|
|
- var backfaceVisibility : String;
|
|
|
-
|
|
|
- /** The<code> background </code>CSS property is a shorthand for setting the individual background values in a single place in the style sheet.<code> background </code>can be used to set the values for one or more of: <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-color">background-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-image">background-image</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-position">background-position</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-repeat">background-repeat</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-size">background-size</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-attachment">background-attachment</a></code>
|
|
|
-. */
|
|
|
- var background : String;
|
|
|
-
|
|
|
- /** If a <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-image">background-image</a></code>
|
|
|
- is specified, the <code>background-attachment</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property determines whether that image's position is fixed within the viewport, or scrolls along with its containing block. */
|
|
|
- var backgroundAttachment : String;
|
|
|
-
|
|
|
- /** The<code> background-clip </code>CSS property specifies whether an element's background, either the color or image, extends underneath its border. */
|
|
|
- var backgroundClip : String;
|
|
|
-
|
|
|
- /** The <code>background-color</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the background color of an element, either through a color value or the keyword <code>transparent</code>. */
|
|
|
- var backgroundColor : String;
|
|
|
-
|
|
|
- /** The<code> background-image </code>CSS property sets the background images for an element. The images are drawn on successive stacking context layers, with the first specified being drawn as if it is the closest to the user. The <a title="border" rel="internal" href="https://developer.mozilla.org/cn/CSS/border">borders</a> of the element are then drawn on top of them, and the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-color">background-color</a></code>
|
|
|
- is drawn beneath them. */
|
|
|
- var backgroundImage : String;
|
|
|
-
|
|
|
- /** The<code> background-origin </code>CSS property determines the background positioning area, that is the position of the origin of an image specified using the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-image">background-image</a></code>
|
|
|
- CSS property. */
|
|
|
- var backgroundOrigin : String;
|
|
|
-
|
|
|
- /** The<code> background-position </code>CSS property sets the initial position, relative to the background position layer defined by <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/background-origin">background-origin</a></code>
|
|
|
- for each defined background image. */
|
|
|
- var backgroundPosition : String;
|
|
|
-
|
|
|
- /** The <code>background-repeat</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property defines how background images are repeated. A background image can be repeated along the horizontal axis, the vertical axis, both, or not repeated at all. When the repetition of the image tiles doesn't let them exactly cover the background, the way adjustments are done can be controlled by the author: by default, the last image is clipped, but the different tiles can instead be re-sized, or space can be inserted between the tiles. */
|
|
|
- var backgroundRepeat : String;
|
|
|
-
|
|
|
- /** The<code> background-size </code>CSS property specifies the size of the background images. */
|
|
|
- var backgroundSize : String;
|
|
|
-
|
|
|
- /** This property specifies the extent of the page bleed area outside the page box. This property only has effect if crop marks are enabled. */
|
|
|
- var bleed : String;
|
|
|
-
|
|
|
- /** The <code>border</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand property for setting the individual border property values in a single place in the style sheet. <code>border</code> can be used to set the values for one or more of: <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-width">border-width</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-style">border-style</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-color">border-color</a></code>
|
|
|
-. */
|
|
|
- var border : String;
|
|
|
-
|
|
|
- /** The <code>border-bottom</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand that sets the values of <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-bottom-color">border-bottom-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-bottom-style">border-bottom-style</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-bottom-width">border-bottom-width</a></code>
|
|
|
-. These properties describe the bottom border of elements. */
|
|
|
- var borderBottom : String;
|
|
|
-
|
|
|
- /** The<code> border-bottom-color </code>CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-color">border-color</a></code>
|
|
|
- or <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-bottom">border-bottom</a></code>
|
|
|
- are more convenient and preferable. */
|
|
|
- var borderBottomColor : String;
|
|
|
-
|
|
|
- /** The <code>border-bottom-left-radius</code> CSS property sets the rounding of the bottom-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is <code>0</code> no rounding is done and the corner is square. */
|
|
|
- var borderBottomLeftRadius : String;
|
|
|
-
|
|
|
- /** The <code>border-bottom-right-radius</code> CSS property sets the rounding of the bottom-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is <code>0</code> no rounding is done and the corner is square. */
|
|
|
- var borderBottomRightRadius : String;
|
|
|
-
|
|
|
- /** The <code>border-bottom-style</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the line style of the bottom border of a box. */
|
|
|
- var borderBottomStyle : String;
|
|
|
-
|
|
|
- /** The <code>border-bottom-width</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the width of the bottom border of a box. */
|
|
|
- var borderBottomWidth : String;
|
|
|
-
|
|
|
- /** The<code> border-collapse </code>CSS property selects a table's border model. This has a big influence on the look and style of the table cells. */
|
|
|
- var borderCollapse : String;
|
|
|
-
|
|
|
- /** The<code> border-color </code>CSS property is a shorthand for setting the color of the four sides of an element's border: <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-top-color">border-top-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-right-color">border-right-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-bottom-color">border-bottom-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-left-color">border-left-color</a></code> */
|
|
|
- var borderColor : String;
|
|
|
-
|
|
|
- /** The<code> border-image </code>CSS property allows drawing an image on the borders of elements. This makes drawing complex looking widgets much simpler than it has been and removes the need for nine boxes in some cases. */
|
|
|
- var borderImage : String;
|
|
|
-
|
|
|
- /** The <code>border-image-outset </code>property describes, by which amount <dfn id="border-image-area">border image area</dfn> extends beyond the border box. */
|
|
|
- var borderImageOutset : String;
|
|
|
-
|
|
|
- /** The <code>border-image-repeat</code> CSS property defines how the middle part of a border image is handled to match the size of the border. It has a one-value syntax which describes the behavior for all sides, and a two-value syntax that sets a different value for the horizontal and vertical behavior. */
|
|
|
- var borderImageRepeat : String;
|
|
|
-
|
|
|
- /** The <code>border-image-source</code> CSS property defines the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/image"><image></a></code>
|
|
|
- to use instead of the style of the border. If this property is set to <code>none</code>, the style defined by <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-style">border-style</a></code>
|
|
|
- is used instead. */
|
|
|
- var borderImageSource : String;
|
|
|
-
|
|
|
- /** The <code>border-image-width</code> CSS property defines the offset to use for dividing the border image in nine parts, the top-left corner, central top edge, top-right-corner, central right edge, bottom-right corner, central bottom edge, bottom-left corner, and central right edge. They represent inward distance from the top, right, bottom and right edges. */
|
|
|
- var borderImageWidth : String;
|
|
|
-
|
|
|
- /** The <code>border-left</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand that sets the values of <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-left-color">border-left-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-left-style">border-left-style</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-left-width">border-left-width</a></code>
|
|
|
-. These properties describe the left border of elements. */
|
|
|
- var borderLeft : String;
|
|
|
-
|
|
|
- /** The<code> border-left-color </code>CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-color">border-color</a></code>
|
|
|
- or <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-left">border-left</a></code>
|
|
|
- are more convenient and preferable. */
|
|
|
- var borderLeftColor : String;
|
|
|
-
|
|
|
- /** The <code>border-left-style</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the line style of the left border of a box. */
|
|
|
- var borderLeftStyle : String;
|
|
|
-
|
|
|
- /** The <code>border-left-width</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the width of the left border of a box. */
|
|
|
- var borderLeftWidth : String;
|
|
|
-
|
|
|
- /** The <code>border-radius</code> CSS property allows Web authors to define how rounded border corners are. The curve of each corner is defined using one or two radii, defining its shape: circle or ellipse. */
|
|
|
- var borderRadius : String;
|
|
|
-
|
|
|
- /** The <code>border-right</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand that sets the values of <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-right-color">border-right-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-right-style">border-right-style</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-right-width">border-right-width</a></code>
|
|
|
-. These properties describe the right border of elements. */
|
|
|
- var borderRight : String;
|
|
|
-
|
|
|
- /** The<code> border-right-color </code>CSS property sets the color of the bottom border of an element. Note that in many cases the shorthand CSS properties <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-color">border-color</a></code>
|
|
|
- or <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-right">border-right</a></code>
|
|
|
- are more convenient and preferable. */
|
|
|
- var borderRightColor : String;
|
|
|
-
|
|
|
- /** The <code>border-right-style</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the line style of the right border of a box. */
|
|
|
- var borderRightStyle : String;
|
|
|
-
|
|
|
- /** The <code>border-right-width</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the width of the right border of a box. */
|
|
|
- var borderRightWidth : String;
|
|
|
-
|
|
|
- /** The <code>border-spacing</code> CSS property specifies the distance between the borders of adjacent cells (only for the <a title="en/CSS/border-collapse" rel="internal" href="https://developer.mozilla.org/en/CSS/border-collapse">separated borders model</a>). This is equivalent to the <code>cellspacing</code> attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing. */
|
|
|
- var borderSpacing : String;
|
|
|
-
|
|
|
- /** The <code>border-style</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand property for setting the line style for all four sides of the elements border. */
|
|
|
- var borderStyle : String;
|
|
|
-
|
|
|
- /** The <code>border-top</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand that sets the values of <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-top-color">border-top-color</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-top-style">border-top-style</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-top-width">border-top-width</a></code>
|
|
|
-. These properties describe the top border of elements. */
|
|
|
- var borderTop : String;
|
|
|
-
|
|
|
- /** The<code> border-top-color </code>CSS property sets the color of the top border of an element. Note that in many cases the shorthand CSS properties <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-color">border-color</a></code>
|
|
|
- or <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-top">border-top</a></code>
|
|
|
- are more convenient and preferable. */
|
|
|
- var borderTopColor : String;
|
|
|
-
|
|
|
- /** The <code>border-top-left-radius</code> CSS property sets the rounding of the top-left corner of the element. The rounding can be a circle or an ellipse, or if one of the value is <code>0</code> no rounding is done and the corner is square. */
|
|
|
- var borderTopLeftRadius : String;
|
|
|
-
|
|
|
- /** The <code>border-top-right-radius</code> CSS property sets the rounding of the top-right corner of the element. The rounding can be a circle or an ellipse, or if one of the value is <code>0</code> no rounding is done and the corner is square. */
|
|
|
- var borderTopRightRadius : String;
|
|
|
-
|
|
|
- /** The <code>border-top-style</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the line style of the top border of a box. */
|
|
|
- var borderTopStyle : String;
|
|
|
-
|
|
|
- /** The <code>border-top-width</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property sets the width of the top border of a box. */
|
|
|
- var borderTopWidth : String;
|
|
|
-
|
|
|
- /** The<code> border-width </code>CSS property sets the width of the border of a box. Using the shorthand property <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border">border</a></code>
|
|
|
- is often more convenient. */
|
|
|
- var borderWidth : String;
|
|
|
-
|
|
|
- /** The <code>bottom</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property participates in specifying the position of <em>positioned elements</em>. */
|
|
|
- var bottom : String;
|
|
|
-
|
|
|
- /** The <code>box-shadow</code> CSS property accepts one or more shadow effects as a comma-separated list. It allows casting a drop shadow from the frame of almost any element. If a <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/border-radius">border-radius</a></code>
|
|
|
- is specified on the element with a box shadow, the box shadow takes on the same rounded corners. The z-ordering of multiple box shadows is the same as multiple <a title="text-shadow" rel="internal" href="https://developer.mozilla.org/en/CSS/text-shadow">text shadows</a> (the first specified shadow is on top). */
|
|
|
- var boxShadow : String;
|
|
|
-
|
|
|
- /** The<code> box-sizing </code>CSS property is used to alter the default CSS box model used to calculate widths and heights of elements. It is possible to use this property to emulate the behavior of browsers that do not correctly support the CSS box model specification. */
|
|
|
- var boxSizing : String;
|
|
|
-
|
|
|
- /** The <code>caption-side</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property positions the content of a table's <code><a rel="custom" href="https://developer.mozilla.org/en/HTML/Element/caption"><caption></a></code>
|
|
|
- on the specified side. */
|
|
|
- var captionSide : String;
|
|
|
-
|
|
|
- /** The <code>clear</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies whether an element can be next to <a title="en/CSS/float" rel="internal" href="https://developer.mozilla.org/en/CSS/float">floating</a> elements that precede it or must be moved down (cleared) below them. */
|
|
|
- var clear : String;
|
|
|
-
|
|
|
- /** The <code>clip</code> CSS property defines what portion of an element is visible. The <code>clip</code> property applies only to elements with <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/position">position:absolute</a></code>
|
|
|
-. */
|
|
|
- var clip : String;
|
|
|
-
|
|
|
- /** The <code>color</code> CSS property sets the foreground color of an element's text content */
|
|
|
- var color : String;
|
|
|
-
|
|
|
- /** The <code>column-count </code>CSS property describes the number of columns of the element. */
|
|
|
- var columnCount : String;
|
|
|
-
|
|
|
- /** The <code>column-fill</code> CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using <code>auto</code>, just take up the room the content needs. */
|
|
|
- var columnFill : String;
|
|
|
-
|
|
|
- /** The <code>column-gap</code> CSS property sets the size of the gap between columns for elements which are specified to display as a multi-column element. */
|
|
|
- var columnGap : String;
|
|
|
-
|
|
|
- /** In multi-column layouts, the <code>column-rule</code> CSS property specifies a straight line, or "rule", to be drawn between each column. It is a convenient shorthand to avoid setting each of the individual <code>column-rule-*</code> properties separately : <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-rule-width">column-rule-width</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-rule-style">column-rule-style</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-rule-color">column-rule-color</a></code>
|
|
|
-. */
|
|
|
- var columnRule : String;
|
|
|
-
|
|
|
- /** The<code> column-rule-color </code>CSS property lets you set the color of the rule drawn between columns in multi-column layouts. */
|
|
|
- var columnRuleColor : String;
|
|
|
-
|
|
|
- /** The<code> column-rule-style </code>CSS property lets you set the style of the rule drawn between columns in multi-column layouts. */
|
|
|
- var columnRuleStyle : String;
|
|
|
-
|
|
|
- /** The<code> column-rule-width </code>CSS property lets you set the width of the rule drawn between columns in multi-column layouts. */
|
|
|
- var columnRuleWidth : String;
|
|
|
-
|
|
|
- /** The <code>column-span</code> CSS property makes it possible for an element to span across all columns when its value is set to <code>all</code>. An element that spans more than one column is called a <strong>spanning element</strong>. */
|
|
|
- var columnSpan : String;
|
|
|
-
|
|
|
- /** The <code>column-width</code> CSS property suggests an optimal column width. This is not a absolute value but a mere hint. Browser will adjust the width of the column around that suggested value, allowing to achieve scalable designs that fit different screen size. Especially in presence of the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-count">column-count</a></code>
|
|
|
- CSS property which has precedence, to set an exact column width, all length values must be specified. In horizontal text these are <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/width">width</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-width">column-width</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-gap">column-gap</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-rule-width">column-rule-width</a></code>
|
|
|
-. */
|
|
|
- var columnWidth : String;
|
|
|
-
|
|
|
- /** The <code>columns</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand property allowing to set both the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-width">column-width</a></code>
|
|
|
- and the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/column-count">column-count</a></code>
|
|
|
- properties at the same time. */
|
|
|
- var columns : String;
|
|
|
-
|
|
|
- /** The<code> content </code>CSS property is used with the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/%3Abefore">:before</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/%3Aafter">:after</a></code>
|
|
|
- pseudo-elements to generate content in an element. */
|
|
|
- var content : String;
|
|
|
-
|
|
|
- /** The <code>counter-increment</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is used to increase the value of <a title="en/CSS_Counters" rel="internal" href="https://developer.mozilla.org/en/CSS_Counters">CSS Counters</a> by a given value. The counter's value can be reset using the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/counter-reset">counter-reset</a></code>
|
|
|
- CSS property. */
|
|
|
- var counterIncrement : String;
|
|
|
-
|
|
|
- /** The <code>counter-reset</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is used to reset <a title="en/CSS_Counters" rel="internal" href="https://developer.mozilla.org/en/CSS_Counters">CSS Counters</a> to a given value. */
|
|
|
- var counterReset : String;
|
|
|
-
|
|
|
- /** The<code> cursor </code>CSS property specifies the mouse cursor displayed when the mouse pointer is over an element. */
|
|
|
- var cursor : String;
|
|
|
-
|
|
|
- /** The <code>direction</code> CSS property should be set to match the direction of the text: <code>rtl</code> for Hebrew or Arabic text and <code>ltr</code> for other scripts. This should normally be done as part of the document (e.g., using the <code>dir</code> attribute in HTML) rather than through direct use of CSS. */
|
|
|
- var direction : String;
|
|
|
-
|
|
|
- /** The <code>display</code> CSS property specifies the type of rendering box used for an element. In HTML, default <code>display</code> property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is <code>inline</code>. */
|
|
|
- var display : String;
|
|
|
-
|
|
|
- /** The <code>empty-cells </code>CSS property specifies how user agent should render borders and backgrounds around cells that have no visible content. */
|
|
|
- var emptyCells : String;
|
|
|
-
|
|
|
- /** The <code>float</code> CSS property specifies that an element should be taken from the normal flow and placed along the left or right side of its container, where text and inline elements will wrap around it. */
|
|
|
- var float : String;
|
|
|
-
|
|
|
- /** The <code>font</code> CSS property is either a shorthand property for setting <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-style">font-style</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-variant">font-variant</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-weight">font-weight</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-size">font-size</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/line-height">line-height</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-family">font-family</a></code>
|
|
|
-, or a way to set the element's font to a system font, using specific keywords. */
|
|
|
- var font : String;
|
|
|
-
|
|
|
- /** The<code> font-family </code>CSS property allows for a prioritized list of font family names and/or generic family names to be specified for the selected element. Unlike most other CSS properties, values are separated by a comma to indicate that they are alternatives. The browser will select the first font on the list that is installed on the computer, or that can be downloaded using the information provided by a <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/@font-face">@font-face</a></code>
|
|
|
- at-rule. */
|
|
|
- var fontFamily : String;
|
|
|
-
|
|
|
- /** The <code>font-size</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies the size of the font. The font size may, in turn, change the size of other items, since it is used to compute the value of <code>em</code> and <code>ex</code> length units. */
|
|
|
- var fontSize : String;
|
|
|
-
|
|
|
- /** The<code> font-size-adjust </code>CSS property specifies that font size should be chosen based on the height of lowercase letters rather than the height of capital letters. */
|
|
|
- var fontSizeAdjust : String;
|
|
|
-
|
|
|
- /** The<code> font-stretch </code>CSS property selects a normal, condensed, or extended face from a font family. */
|
|
|
- var fontStretch : String;
|
|
|
-
|
|
|
- /** The<code> font-style </code>CSS property allows<code> italic </code>or<code> oblique </code>faces to be selected within a <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-family">font-family</a></code>
|
|
|
-.<br> */
|
|
|
- var fontStyle : String;
|
|
|
-
|
|
|
- /** The<code> font-variant </code>CSS property selects a<code> normal</code>, or<code> small-caps </code>face from a font family. Setting<code> font-variant </code>is also possible by using the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font">font</a></code>
|
|
|
- shorthand. */
|
|
|
- var fontVariant : String;
|
|
|
-
|
|
|
- /** The <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/font-weight">font-weight</a></code>
|
|
|
- <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies the weight or boldness of the font. However, some fonts are not available in all weights; some are available only on <code>normal</code> and <code>bold</code>. */
|
|
|
- var fontWeight : String;
|
|
|
-
|
|
|
- /** The<code> height </code>CSS property specifies the height of the content area of an element. The <a title="en/CSS/Box_model#content" rel="internal" href="https://developer.mozilla.org/en/CSS/box_model#content">content area</a> is <em>inside</em> the padding, border, and margin of the element. */
|
|
|
- var height : String;
|
|
|
-
|
|
|
- /** The <code>hyphens</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property tells the browser how to go about splitting words to improve the layout of text when line-wrapping. */
|
|
|
- var hyphens : String;
|
|
|
-
|
|
|
- /** The <code>image-rendering</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property provides a hint to the user agent about how to handle its image rendering.<br> <code>image-rendering </code>applies to scaled images (and other elements, see below). For example, if the natural size of the image is<em> 100×100px </em>but the page author specifies the dimensions to <code>200×200px</code> (or<code>50×50px</code>), then the image will be upscaled (or downscaled) to the new dimensions using the specified algorithm. Scaling may also apply due to user interaction (zooming). */
|
|
|
- var imageRendering : String;
|
|
|
-
|
|
|
- /** The <code>left</code> CSS property specifies part of the position of positioned elements. */
|
|
|
- var left : String;
|
|
|
-
|
|
|
- /** The<code> letter-spacing </code>CSS property specifies spacing behavior between text characters. */
|
|
|
- var letterSpacing : String;
|
|
|
-
|
|
|
- /** On inline elements, the<code> line-height </code>CSS property specifies the height that is used in the calculation of the line box height.<br>
|
|
|
-On block level elements,<code> line-height </code>specifies the minimal height of line boxes within the element. */
|
|
|
- var lineHeight : String;
|
|
|
-
|
|
|
- /** The<code> list-style </code>CSS property is a shorthand property for setting <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/list-style-type">list-style-type</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/list-style-image">list-style-image</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/list-style-position">list-style-position</a></code>
|
|
|
-. */
|
|
|
- var listStyle : String;
|
|
|
-
|
|
|
- /** The<code> list-style-image </code>CSS property sets the image that will be used as the list item marker. It is often more convenient to use the shortcut <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/list-style">list-style</a></code>
|
|
|
-. */
|
|
|
- var listStyleImage : String;
|
|
|
-
|
|
|
- /** The<code> list-style-position </code>CSS property specifies the position of the marker box in the principal block box. It is often more convenient to use the shortcut <span class="lang lang-en"><code><a rel="custom" href="https://developer.mozilla.org/en/CSS/list-style">list-style</a></code>
|
|
|
-</span>. */
|
|
|
- var listStylePosition : String;
|
|
|
-
|
|
|
- /** The<code> list-style-type </code>CSS property specifies appearance of a list item element. As it is the only one who defaults to <code>display:list-item</code>, this is usually a <code><a rel="custom" href="https://developer.mozilla.org/en/HTML/Element/li"><li></a></code>
|
|
|
- element, but can be any element with this <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/display">display</a></code>
|
|
|
- value. */
|
|
|
- var listStyleType : String;
|
|
|
-
|
|
|
- /** The<code> margin </code>CSS property sets the margin for all four sides. It is a shorthand to avoid setting each side separately with the other margin properties:<br>
|
|
|
-<code><a rel="custom" href="https://developer.mozilla.org/en/CSS/margin-top">margin-top</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/margin-right">margin-right</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/margin-bottom">margin-bottom</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/margin-left">margin-left</a></code>
|
|
|
-.<br>
|
|
|
-Negative value are also allowed. */
|
|
|
- var margin : String;
|
|
|
-
|
|
|
- /** The <code>margin-bottom</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the margin space required on the bottom of an element. A negative value is also allowed. */
|
|
|
- var marginBottom : String;
|
|
|
-
|
|
|
- /** The <code>margin-left</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the margin space required on the left side of an element. A negative value is also allowed. */
|
|
|
- var marginLeft : String;
|
|
|
-
|
|
|
- /** The <code>margin-right</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the margin space required on the right side of an element. A negative value is also allowed. */
|
|
|
- var marginRight : String;
|
|
|
-
|
|
|
- /** The<code> margin-top </code>CSS property of an element sets the margin space required on the top of an element. A negative value is also allowed. */
|
|
|
- var marginTop : String;
|
|
|
-
|
|
|
- /** */
|
|
|
- var markerOffset : String;
|
|
|
-
|
|
|
- /** The <code>marks</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property adds crop and/or cross marks to the presentation of the document. <em>Crop marks</em> indicate where the page should be cut. <em>Cross marks</em> are used to align sheets. */
|
|
|
- var marks : String;
|
|
|
-
|
|
|
- /** The<code> max-height </code>CSS property is used to set the maximum height of a given element. It prevents the used value of the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/height">height</a></code>
|
|
|
- property from becoming larger than the value specified for<code> max-height</code>. */
|
|
|
- var maxHeight : String;
|
|
|
-
|
|
|
- /** The<code> max-width </code>CSS property is used to set the maximum width of a given element. It prevents the used value of the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/width">width</a></code>
|
|
|
- property from becoming larger than the value specified for<code> max-width</code>. */
|
|
|
- var maxWidth : String;
|
|
|
-
|
|
|
- /** The<code> min-height </code>CSS property is used to set the minimum height of a given element. It prevents the used value of the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/height">height</a></code>
|
|
|
- property from becoming smaller than the value specified for<code> min-height</code>. */
|
|
|
- var minHeight : String;
|
|
|
-
|
|
|
- /** The<code> min-width </code>CSS property is used to set the minimum width of a given element. It prevents the used value of the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/width">width</a></code>
|
|
|
- property from becoming smaller than the value specified for<code> min-width</code>. */
|
|
|
- var minWidth : String;
|
|
|
-
|
|
|
- /** The <code>opacity</code> CSS property specifies the transparency of an element, that is, the degree to which the background behind the element is overlaid. */
|
|
|
- var opacity : String;
|
|
|
-
|
|
|
- /** The <code>orphans</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property refers to the <em>minimum</em> number of lines in a block container that must be left at the bottom of the page. This property is normally used to control how page breaks occur. */
|
|
|
- var orphans : String;
|
|
|
-
|
|
|
- /** The<code> outline </code>CSS property is a shorthand property for setting one or more of the individual outline properties <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/outline-style">outline-style</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/outline-width">outline-width</a></code>
|
|
|
- and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/outline-color">outline-color</a></code>
|
|
|
- in a single rule. In most cases the use of this shortcut is preferable and more convenient. */
|
|
|
- var outline : String;
|
|
|
-
|
|
|
- /** The<code> outline-color </code>CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out. */
|
|
|
- var outlineColor : String;
|
|
|
-
|
|
|
- /** The<code> outline-offset </code>CSS property is used to set space between an <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/outline">outline</a></code>
|
|
|
- and the edge or border of an element. An outline is a line that is drawn around elements, outside the border edge. */
|
|
|
- var outlineOffset : String;
|
|
|
-
|
|
|
- /** The<code> outline-style </code>CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out. */
|
|
|
- var outlineStyle : String;
|
|
|
-
|
|
|
- /** The<code> outline-width </code>CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out: */
|
|
|
- var outlineWidth : String;
|
|
|
-
|
|
|
- /** The<code> overflow </code>CSS property specifies whether to clip content, render scroll bars or display overflow content of a block-level element. */
|
|
|
- var overflow : String;
|
|
|
-
|
|
|
- /** The <code>overflow-x </code><a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the left and right edges. */
|
|
|
- var overflowX : String;
|
|
|
-
|
|
|
- /** The <code>overflow-y </code><a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies whether to clip content, render a scroll bar, or display overflow content of a block-level element, when it overflows at the top and bottom edges. */
|
|
|
- var overflowY : String;
|
|
|
-
|
|
|
- /** The<code> padding </code>CSS property sets the required padding space on all sides of an element. The <a title="http://developer.mozilla.org/en/CSS/Box_model#padding" rel="internal" href="https://developer.mozilla.org/en/CSS/Box_model#padding">padding area</a> is the space between the content of the element and its border. Negative values are not allowed. */
|
|
|
- var padding : String;
|
|
|
-
|
|
|
- /** The <code>padding-bottom</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the padding space required on the bottom of an element. The <a title="http://developer.mozilla.org/en/CSS/Box_model#padding" rel="internal" href="https://developer.mozilla.org/en/CSS/box_model#padding">padding area</a> is the space between the content of the element and it's border. A negative value is not allowed. */
|
|
|
- var paddingBottom : String;
|
|
|
-
|
|
|
- /** The <code>padding-left</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the padding space required on the left side of an element. The <a title="http://developer.mozilla.org/en/CSS/Box_model#padding" rel="internal" href="https://developer.mozilla.org/en/CSS/box_model#padding">padding area</a> is the space between the content of the element and it's border. A negative value is not allowed. */
|
|
|
- var paddingLeft : String;
|
|
|
-
|
|
|
- /** The <code>padding-right</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the padding space required on the right side of an element. The <a title="http://developer.mozilla.org/en/CSS/Box_model#padding" rel="internal" href="https://developer.mozilla.org/en/CSS/box_model#padding">padding area</a> is the space between the content of the element and its border. Negative values are not allowed. */
|
|
|
- var paddingRight : String;
|
|
|
-
|
|
|
- /** The <code>padding-top</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property of an element sets the padding space required on the top of an element. The <a title="http://developer.mozilla.org/en/CSS/Box_model#padding" rel="internal" href="https://developer.mozilla.org/en/CSS/box_model#padding">padding area</a> is the space between the content of the element and it's border. A negative values is not allowed. */
|
|
|
- var paddingTop : String;
|
|
|
-
|
|
|
- /** The <code>page-break-after</code> CSS property adjusts page breaks <em>after</em> the current element. */
|
|
|
- var pageBreakAfter : String;
|
|
|
-
|
|
|
- /** The <code>page-break-before</code> CSS property adjusts page breaks <em>before</em> the current element. */
|
|
|
- var pageBreakBefore : String;
|
|
|
-
|
|
|
- /** The <code>page-break-inside</code> CSS property adjusts page breaks <em>inside</em> the current element. */
|
|
|
- var pageBreakInside : String;
|
|
|
-
|
|
|
- /** The <code>perspective</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element that is placed between the z=0 and the user is enlarged, each 3D-element with z<0 is shrinked. How much deformation is defined by the value of this property. */
|
|
|
- var perspective : String;
|
|
|
-
|
|
|
- /** The <code>perspective-origin</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property determines the position the viewer is looking at. It is used as the <em>vanishing point</em> by the <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/perspective">perspective</a></code>
|
|
|
- property. */
|
|
|
- var perspectiveOrigin : String;
|
|
|
-
|
|
|
- /** The<code> position </code>CSS property chooses alternative rules for positioning elements, designed to be useful for scripted animation effects. */
|
|
|
- var position : String;
|
|
|
-
|
|
|
- /** The <code>quotes</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property indicates how user agents should render quotation marks. */
|
|
|
- var quotes : String;
|
|
|
-
|
|
|
- /** The <code>resize</code> CSS property lets you control the resizability of an element. */
|
|
|
- var resize : String;
|
|
|
-
|
|
|
- /** The <code>right</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies part of the position of positioned elements. */
|
|
|
- var right : String;
|
|
|
-
|
|
|
- /** The <code>tab-size</code> CSS property is used to customize the width of a tab (<code>U+0009</code>) character. */
|
|
|
- var tabSize : String;
|
|
|
-
|
|
|
- /** The <code>table-layout</code> CSS property defines the algorithm to be used to layout the table cells, rows, and columns. */
|
|
|
- var tableLayout : String;
|
|
|
-
|
|
|
- /** The<code> text-align </code>CSS property describes how inline content like text is aligned in its parent block element.<code> text-align </code>does not control the alignment of block elements itself, only their inline content. */
|
|
|
- var textAlign : String;
|
|
|
-
|
|
|
- /** The <code>text-align-last</code> CSS property describes how the last line of a block or a line right before a forced line break is aligned. */
|
|
|
- var textAlignLast : String;
|
|
|
-
|
|
|
- /** The<code> text-decoration </code>CSS property is used to set the text formattings <code>underline, overline, line-through</code> and <code>blink</code>. */
|
|
|
- var textDecoration : String;
|
|
|
-
|
|
|
- /** The <code>text-decoration-color</code> CSS property sets the color used when drawing underlines, overlines, or strike-throughs specified by <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/text-decoration-line">text-decoration-line</a></code>
|
|
|
-. This is the preferred way to color these text decorations, rather than using combinations of other HTML elements. */
|
|
|
- var textDecorationColor : String;
|
|
|
-
|
|
|
- /** The <code>text-decoration-line</code> CSS property sets what kind of line decorations are added to an element. */
|
|
|
- var textDecorationLine : String;
|
|
|
-
|
|
|
- /** The <code>text-decoration-style</code> CSS property defines the style of the lines specified by <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/text-decoration-line">text-decoration-line</a></code>
|
|
|
-. The style applies to all lines, there is no way to define different style for each of the line defined by <code>text-decoration-line</code>. */
|
|
|
- var textDecorationStyle : String;
|
|
|
-
|
|
|
- /** The<code> text-indent </code>CSS property specifies how much horizontal space should be left before beginning of the first line of the text content of an element. Horizontal spacing is with respect to the left (or right, for right-to-left layout) edge of the containing block element's box. */
|
|
|
- var textIndent : String;
|
|
|
-
|
|
|
- /** The<code> text-shadow </code>CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/text-decoration">text-decorations</a></code>
|
|
|
- of the element. */
|
|
|
- var textShadow : String;
|
|
|
-
|
|
|
- /** The <code>text-transform</code> CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. */
|
|
|
- var textTransform : String;
|
|
|
-
|
|
|
- /** The <code>top</code> CSS property specifies part of the position of positioned elements. It has no effect on non-positioned elements. */
|
|
|
- var top : String;
|
|
|
-
|
|
|
- /** The <code>transform</code> CSS property lets you modify the coordinate space of the CSS visual formatting model. Using it, elements can be translated, rotated, scaled, and skewed according to the values set. */
|
|
|
- var transform : String;
|
|
|
-
|
|
|
- /** The <code>transform-origin</code> CSS property lets you modify the origin for transformations of an element. For example, the transform-origin of the <code>rotate()</code> function is the centre of rotation. (This property is applied by first translating the element by the negated value of the property, then applying the element's transform, then translating by the property value.) */
|
|
|
- var transformOrigin : String;
|
|
|
-
|
|
|
- /** The <code>transform-style</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property determines if the children of the element are positioned in the 3D-space or are flattened in the plane of the element. */
|
|
|
- var transformStyle : String;
|
|
|
-
|
|
|
- /** The<code> transition </code><a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is a shorthand property for <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/transition-property">transition-property</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/transition-duration">transition-duration</a></code>
|
|
|
-, <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/transition-timing-function">transition-timing-function</a></code>
|
|
|
-, and <code><a rel="custom" href="https://developer.mozilla.org/en/CSS/transition-delay">transition-delay</a></code>
|
|
|
-. */
|
|
|
- var transition : String;
|
|
|
-
|
|
|
- /** The<code> transition-delay </code><a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies the amount of time to wait between a change being requested to a property that is to be transitioned and the start of the <a title="en/CSS/CSS transitions" rel="internal" href="https://developer.mozilla.org/en/CSS/CSS_transitions">transition effect</a>. */
|
|
|
- var transitionDelay : String;
|
|
|
-
|
|
|
- /** The<code> transition-duration </code><a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies the number of seconds or milliseconds a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur. */
|
|
|
- var transitionDuration : String;
|
|
|
-
|
|
|
- /** The <code>transition-property</code> CSS property is used to specify the names of CSS properties to which a <a title="en/CSS/CSS transitions" rel="internal" href="https://developer.mozilla.org/en/CSS/CSS_transitions">transition effect</a> should be applied. */
|
|
|
- var transitionProperty : String;
|
|
|
-
|
|
|
- /** The<code> transition-timing-function </code>CSS property is used to describe how the intermediate values of the CSS properties being affected by a <a title="en/CSS/CSS transitions" rel="internal" href="https://developer.mozilla.org/en/CSS/CSS_transitions">transition effect</a> are calculated. This in essence lets you establish an acceleration curve, so that the speed of the transition can vary over its duration. */
|
|
|
- var transitionTimingFunction : String;
|
|
|
-
|
|
|
- /** The <code>vertical-align</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property specifies the vertical alignment of an inline or table-cell element. */
|
|
|
- var verticalAlign : String;
|
|
|
-
|
|
|
- /** The<code> visibility </code>CSS property is used for two things: */
|
|
|
- var visibility : String;
|
|
|
-
|
|
|
- /** The<code> white-space </code>CSS property is used to to describe how whitespace inside the element is handled. */
|
|
|
- var whiteSpace : String;
|
|
|
-
|
|
|
- /** where: */
|
|
|
- var widows : String;
|
|
|
-
|
|
|
- /** The<code> width </code>CSS property specifies the width of the content area of an element. The <a title="en/CSS/box_model#content" rel="internal" href="https://developer.mozilla.org/en/CSS/box_model#content">content area</a> is <em>inside</em> the padding, border, and margin of the element. */
|
|
|
- var width : String;
|
|
|
-
|
|
|
- /** The<code> word-spacing </code>CSS property specifies spacing behavior between tags and words. */
|
|
|
- var wordSpacing : String;
|
|
|
-
|
|
|
- /** The <code>word-wrap</code> <a title="CSS" rel="internal" href="https://developer.mozilla.org/en/CSS">CSS</a> property is used to to specify whether or not the browser is allowed to break lines within words in order to prevent overflow when an otherwise unbreakable string is too long to fit. */
|
|
|
- var wordWrap : String;
|
|
|
-
|
|
|
- /** The<code> z-index </code>CSS property specifies the z-order of an element and its descendants. When elements overlap, z-order determines which one covers the other. An element with a larger z-index generally covers an element with a lower one. */
|
|
|
- var zIndex : String;
|
|
|
-
|
|
|
- function getPropertyCSSValue( propertyName : String ) : CSSValue;
|
|
|
-
|
|
|
- function getPropertyPriority( propertyName : String ) : String;
|
|
|
-
|
|
|
- function getPropertyShorthand( propertyName : String ) : String;
|
|
|
-
|
|
|
- function getPropertyValue( propertyName : String ) : String;
|
|
|
-
|
|
|
- function isPropertyImplicit( propertyName : String ) : Bool;
|
|
|
-
|
|
|
- function item( index : Int ) : String;
|
|
|
-
|
|
|
- function removeProperty( propertyName : String ) : String;
|
|
|
-
|
|
|
- function setProperty( propertyName : String, ?value : String, priority : String ) : Void;
|
|
|
-
|
|
|
-}
|
|
|
+ var parentRule(default,null) : Dynamic/*MISSING CSSRule*/;
|
|
|
+
|
|
|
+ /** Shorthand for the "align-content" CSS property. */
|
|
|
+ var alignContent :String;
|
|
|
+ /** Shorthand for the "align-items" CSS property. */
|
|
|
+ var alignItems :String;
|
|
|
+ /** Shorthand for the "align-self" CSS property. */
|
|
|
+ var alignSelf :String;
|
|
|
+ /** Shorthand for the "alignment-adjust" CSS property. */
|
|
|
+ var alignmentAdjust :String;
|
|
|
+ /** Shorthand for the "alignment-baseline" CSS property. */
|
|
|
+ var alignmentBaseline :String;
|
|
|
+ /** Shorthand for the "all" CSS property. */
|
|
|
+ var all :String;
|
|
|
+ /** Shorthand for the "anchor-point" CSS property. */
|
|
|
+ var anchorPoint :String;
|
|
|
+ /** Shorthand for the "animation" CSS property. */
|
|
|
+ var animation :String;
|
|
|
+ /** Shorthand for the "animation-delay" CSS property. */
|
|
|
+ var animationDelay :String;
|
|
|
+ /** Shorthand for the "animation-direction" CSS property. */
|
|
|
+ var animationDirection :String;
|
|
|
+ /** Shorthand for the "animation-duration" CSS property. */
|
|
|
+ var animationDuration :String;
|
|
|
+ /** Shorthand for the "animation-fill-mode" CSS property. */
|
|
|
+ var animationFillMode :String;
|
|
|
+ /** Shorthand for the "animation-iteration-count" CSS property. */
|
|
|
+ var animationIterationCount :String;
|
|
|
+ /** Shorthand for the "animation-name" CSS property. */
|
|
|
+ var animationName :String;
|
|
|
+ /** Shorthand for the "animation-play-state" CSS property. */
|
|
|
+ var animationPlayState :String;
|
|
|
+ /** Shorthand for the "animation-timing-function" CSS property. */
|
|
|
+ var animationTimingFunction :String;
|
|
|
+ /** Shorthand for the "azimuth" CSS property. */
|
|
|
+ var azimuth :String;
|
|
|
+ /** Shorthand for the "backface-visibility" CSS property. */
|
|
|
+ var backfaceVisibility :String;
|
|
|
+ /** Shorthand for the "background" CSS property. */
|
|
|
+ var background :String;
|
|
|
+ /** Shorthand for the "background-attachment" CSS property. */
|
|
|
+ var backgroundAttachment :String;
|
|
|
+ /** Shorthand for the "background-clip" CSS property. */
|
|
|
+ var backgroundClip :String;
|
|
|
+ /** Shorthand for the "background-color" CSS property. */
|
|
|
+ var backgroundColor :String;
|
|
|
+ /** Shorthand for the "background-image" CSS property. */
|
|
|
+ var backgroundImage :String;
|
|
|
+ /** Shorthand for the "background-origin" CSS property. */
|
|
|
+ var backgroundOrigin :String;
|
|
|
+ /** Shorthand for the "background-position" CSS property. */
|
|
|
+ var backgroundPosition :String;
|
|
|
+ /** Shorthand for the "background-repeat" CSS property. */
|
|
|
+ var backgroundRepeat :String;
|
|
|
+ /** Shorthand for the "background-size" CSS property. */
|
|
|
+ var backgroundSize :String;
|
|
|
+ /** Shorthand for the "baseline-shift" CSS property. */
|
|
|
+ var baselineShift :String;
|
|
|
+ /** Shorthand for the "binding" CSS property. */
|
|
|
+ var binding :String;
|
|
|
+ /** Shorthand for the "bleed" CSS property. */
|
|
|
+ var bleed :String;
|
|
|
+ /** Shorthand for the "bookmark-label" CSS property. */
|
|
|
+ var bookmarkLabel :String;
|
|
|
+ /** Shorthand for the "bookmark-level" CSS property. */
|
|
|
+ var bookmarkLevel :String;
|
|
|
+ /** Shorthand for the "bookmark-state" CSS property. */
|
|
|
+ var bookmarkState :String;
|
|
|
+ /** Shorthand for the "border" CSS property. */
|
|
|
+ var border :String;
|
|
|
+ /** Shorthand for the "border-bottom" CSS property. */
|
|
|
+ var borderBottom :String;
|
|
|
+ /** Shorthand for the "border-bottom-color" CSS property. */
|
|
|
+ var borderBottomColor :String;
|
|
|
+ /** Shorthand for the "border-bottom-left-radius" CSS property. */
|
|
|
+ var borderBottomLeftRadius :String;
|
|
|
+ /** Shorthand for the "border-bottom-right-radius" CSS property. */
|
|
|
+ var borderBottomRightRadius :String;
|
|
|
+ /** Shorthand for the "border-bottom-style" CSS property. */
|
|
|
+ var borderBottomStyle :String;
|
|
|
+ /** Shorthand for the "border-bottom-width" CSS property. */
|
|
|
+ var borderBottomWidth :String;
|
|
|
+ /** Shorthand for the "border-collapse" CSS property. */
|
|
|
+ var borderCollapse :String;
|
|
|
+ /** Shorthand for the "border-color" CSS property. */
|
|
|
+ var borderColor :String;
|
|
|
+ /** Shorthand for the "border-image" CSS property. */
|
|
|
+ var borderImage :String;
|
|
|
+ /** Shorthand for the "border-image-outset" CSS property. */
|
|
|
+ var borderImageOutset :String;
|
|
|
+ /** Shorthand for the "border-image-repeat" CSS property. */
|
|
|
+ var borderImageRepeat :String;
|
|
|
+ /** Shorthand for the "border-image-slice" CSS property. */
|
|
|
+ var borderImageSlice :String;
|
|
|
+ /** Shorthand for the "border-image-source" CSS property. */
|
|
|
+ var borderImageSource :String;
|
|
|
+ /** Shorthand for the "border-image-width" CSS property. */
|
|
|
+ var borderImageWidth :String;
|
|
|
+ /** Shorthand for the "border-left" CSS property. */
|
|
|
+ var borderLeft :String;
|
|
|
+ /** Shorthand for the "border-left-color" CSS property. */
|
|
|
+ var borderLeftColor :String;
|
|
|
+ /** Shorthand for the "border-left-style" CSS property. */
|
|
|
+ var borderLeftStyle :String;
|
|
|
+ /** Shorthand for the "border-left-width" CSS property. */
|
|
|
+ var borderLeftWidth :String;
|
|
|
+ /** Shorthand for the "border-radius" CSS property. */
|
|
|
+ var borderRadius :String;
|
|
|
+ /** Shorthand for the "border-right" CSS property. */
|
|
|
+ var borderRight :String;
|
|
|
+ /** Shorthand for the "border-right-color" CSS property. */
|
|
|
+ var borderRightColor :String;
|
|
|
+ /** Shorthand for the "border-right-style" CSS property. */
|
|
|
+ var borderRightStyle :String;
|
|
|
+ /** Shorthand for the "border-right-width" CSS property. */
|
|
|
+ var borderRightWidth :String;
|
|
|
+ /** Shorthand for the "border-spacing" CSS property. */
|
|
|
+ var borderSpacing :String;
|
|
|
+ /** Shorthand for the "border-style" CSS property. */
|
|
|
+ var borderStyle :String;
|
|
|
+ /** Shorthand for the "border-top" CSS property. */
|
|
|
+ var borderTop :String;
|
|
|
+ /** Shorthand for the "border-top-color" CSS property. */
|
|
|
+ var borderTopColor :String;
|
|
|
+ /** Shorthand for the "border-top-left-radius" CSS property. */
|
|
|
+ var borderTopLeftRadius :String;
|
|
|
+ /** Shorthand for the "border-top-right-radius" CSS property. */
|
|
|
+ var borderTopRightRadius :String;
|
|
|
+ /** Shorthand for the "border-top-style" CSS property. */
|
|
|
+ var borderTopStyle :String;
|
|
|
+ /** Shorthand for the "border-top-width" CSS property. */
|
|
|
+ var borderTopWidth :String;
|
|
|
+ /** Shorthand for the "border-width" CSS property. */
|
|
|
+ var borderWidth :String;
|
|
|
+ /** Shorthand for the "bottom" CSS property. */
|
|
|
+ var bottom :String;
|
|
|
+ /** Shorthand for the "box-decoration-break" CSS property. */
|
|
|
+ var boxDecorationBreak :String;
|
|
|
+ /** Shorthand for the "box-shadow" CSS property. */
|
|
|
+ var boxShadow :String;
|
|
|
+ /** Shorthand for the "box-sizing" CSS property. */
|
|
|
+ var boxSizing :String;
|
|
|
+ /** Shorthand for the "box-snap" CSS property. */
|
|
|
+ var boxSnap :String;
|
|
|
+ /** Shorthand for the "box-suppress" CSS property. */
|
|
|
+ var boxSuppress :String;
|
|
|
+ /** Shorthand for the "break-after" CSS property. */
|
|
|
+ var breakAfter :String;
|
|
|
+ /** Shorthand for the "break-before" CSS property. */
|
|
|
+ var breakBefore :String;
|
|
|
+ /** Shorthand for the "break-inside" CSS property. */
|
|
|
+ var breakInside :String;
|
|
|
+ /** Shorthand for the "caption-side" CSS property. */
|
|
|
+ var captionSide :String;
|
|
|
+ /** Shorthand for the "chains" CSS property. */
|
|
|
+ var chains :String;
|
|
|
+ /** Shorthand for the "clear" CSS property. */
|
|
|
+ var clear :String;
|
|
|
+ /** Shorthand for the "clip" CSS property. */
|
|
|
+ var clip :String;
|
|
|
+ /** Shorthand for the "clip-path" CSS property. */
|
|
|
+ var clipPath :String;
|
|
|
+ /** Shorthand for the "clip-rule" CSS property. */
|
|
|
+ var clipRule :String;
|
|
|
+ /** Shorthand for the "color" CSS property. */
|
|
|
+ var color :String;
|
|
|
+ /** Shorthand for the "color-interpolation-filters" CSS property. */
|
|
|
+ var colorInterpolationFilters :String;
|
|
|
+ /** Shorthand for the "column-count" CSS property. */
|
|
|
+ var columnCount :String;
|
|
|
+ /** Shorthand for the "column-fill" CSS property. */
|
|
|
+ var columnFill :String;
|
|
|
+ /** Shorthand for the "column-gap" CSS property. */
|
|
|
+ var columnGap :String;
|
|
|
+ /** Shorthand for the "column-rule" CSS property. */
|
|
|
+ var columnRule :String;
|
|
|
+ /** Shorthand for the "column-rule-color" CSS property. */
|
|
|
+ var columnRuleColor :String;
|
|
|
+ /** Shorthand for the "column-rule-style" CSS property. */
|
|
|
+ var columnRuleStyle :String;
|
|
|
+ /** Shorthand for the "column-rule-width" CSS property. */
|
|
|
+ var columnRuleWidth :String;
|
|
|
+ /** Shorthand for the "column-span" CSS property. */
|
|
|
+ var columnSpan :String;
|
|
|
+ /** Shorthand for the "column-width" CSS property. */
|
|
|
+ var columnWidth :String;
|
|
|
+ /** Shorthand for the "columns" CSS property. */
|
|
|
+ var columns :String;
|
|
|
+ /** Shorthand for the "contain" CSS property. */
|
|
|
+ var contain :String;
|
|
|
+ /** Shorthand for the "content" CSS property. */
|
|
|
+ var content :String;
|
|
|
+ /** Shorthand for the "counter-increment" CSS property. */
|
|
|
+ var counterIncrement :String;
|
|
|
+ /** Shorthand for the "counter-reset" CSS property. */
|
|
|
+ var counterReset :String;
|
|
|
+ /** Shorthand for the "counter-set" CSS property. */
|
|
|
+ var counterSet :String;
|
|
|
+ /** Shorthand for the "crop" CSS property. */
|
|
|
+ var crop :String;
|
|
|
+ /** Shorthand for the "cue" CSS property. */
|
|
|
+ var cue :String;
|
|
|
+ /** Shorthand for the "cue-after" CSS property. */
|
|
|
+ var cueAfter :String;
|
|
|
+ /** Shorthand for the "cue-before" CSS property. */
|
|
|
+ var cueBefore :String;
|
|
|
+ /** Shorthand for the "cursor" CSS property. */
|
|
|
+ var cursor :String;
|
|
|
+ /** Shorthand for the "direction" CSS property. */
|
|
|
+ var direction :String;
|
|
|
+ /** Shorthand for the "display" CSS property. */
|
|
|
+ var display :String;
|
|
|
+ /** Shorthand for the "display-inside" CSS property. */
|
|
|
+ var displayInside :String;
|
|
|
+ /** Shorthand for the "display-list" CSS property. */
|
|
|
+ var displayList :String;
|
|
|
+ /** Shorthand for the "display-outside" CSS property. */
|
|
|
+ var displayOutside :String;
|
|
|
+ /** Shorthand for the "dominant-baseline" CSS property. */
|
|
|
+ var dominantBaseline :String;
|
|
|
+ /** Shorthand for the "elevation" CSS property. */
|
|
|
+ var elevation :String;
|
|
|
+ /** Shorthand for the "empty-cells" CSS property. */
|
|
|
+ var emptyCells :String;
|
|
|
+ /** Shorthand for the "filter" CSS property. */
|
|
|
+ var filter :String;
|
|
|
+ /** Shorthand for the "flex" CSS property. */
|
|
|
+ var flex :String;
|
|
|
+ /** Shorthand for the "flex-basis" CSS property. */
|
|
|
+ var flexBasis :String;
|
|
|
+ /** Shorthand for the "flex-direction" CSS property. */
|
|
|
+ var flexDirection :String;
|
|
|
+ /** Shorthand for the "flex-flow" CSS property. */
|
|
|
+ var flexFlow :String;
|
|
|
+ /** Shorthand for the "flex-grow" CSS property. */
|
|
|
+ var flexGrow :String;
|
|
|
+ /** Shorthand for the "flex-shrink" CSS property. */
|
|
|
+ var flexShrink :String;
|
|
|
+ /** Shorthand for the "flex-wrap" CSS property. */
|
|
|
+ var flexWrap :String;
|
|
|
+ /** Shorthand for the "float" CSS property. */
|
|
|
+ var float :String;
|
|
|
+ /** Shorthand for the "float-offset" CSS property. */
|
|
|
+ var floatOffset :String;
|
|
|
+ /** Shorthand for the "flood-color" CSS property. */
|
|
|
+ var floodColor :String;
|
|
|
+ /** Shorthand for the "flood-opacity" CSS property. */
|
|
|
+ var floodOpacity :String;
|
|
|
+ /** Shorthand for the "flow-from" CSS property. */
|
|
|
+ var flowFrom :String;
|
|
|
+ /** Shorthand for the "flow-into" CSS property. */
|
|
|
+ var flowInto :String;
|
|
|
+ /** Shorthand for the "font" CSS property. */
|
|
|
+ var font :String;
|
|
|
+ /** Shorthand for the "font-family" CSS property. */
|
|
|
+ var fontFamily :String;
|
|
|
+ /** Shorthand for the "font-feature-settings" CSS property. */
|
|
|
+ var fontFeatureSettings :String;
|
|
|
+ /** Shorthand for the "font-kerning" CSS property. */
|
|
|
+ var fontKerning :String;
|
|
|
+ /** Shorthand for the "font-language-override" CSS property. */
|
|
|
+ var fontLanguageOverride :String;
|
|
|
+ /** Shorthand for the "font-size" CSS property. */
|
|
|
+ var fontSize :String;
|
|
|
+ /** Shorthand for the "font-size-adjust" CSS property. */
|
|
|
+ var fontSizeAdjust :String;
|
|
|
+ /** Shorthand for the "font-stretch" CSS property. */
|
|
|
+ var fontStretch :String;
|
|
|
+ /** Shorthand for the "font-style" CSS property. */
|
|
|
+ var fontStyle :String;
|
|
|
+ /** Shorthand for the "font-synthesis" CSS property. */
|
|
|
+ var fontSynthesis :String;
|
|
|
+ /** Shorthand for the "font-variant" CSS property. */
|
|
|
+ var fontVariant :String;
|
|
|
+ /** Shorthand for the "font-variant-alternates" CSS property. */
|
|
|
+ var fontVariantAlternates :String;
|
|
|
+ /** Shorthand for the "font-variant-caps" CSS property. */
|
|
|
+ var fontVariantCaps :String;
|
|
|
+ /** Shorthand for the "font-variant-east-asian" CSS property. */
|
|
|
+ var fontVariantEastAsian :String;
|
|
|
+ /** Shorthand for the "font-variant-ligatures" CSS property. */
|
|
|
+ var fontVariantLigatures :String;
|
|
|
+ /** Shorthand for the "font-variant-numeric" CSS property. */
|
|
|
+ var fontVariantNumeric :String;
|
|
|
+ /** Shorthand for the "font-variant-position" CSS property. */
|
|
|
+ var fontVariantPosition :String;
|
|
|
+ /** Shorthand for the "font-weight" CSS property. */
|
|
|
+ var fontWeight :String;
|
|
|
+ /** Shorthand for the "grid" CSS property. */
|
|
|
+ var grid :String;
|
|
|
+ /** Shorthand for the "grid-area" CSS property. */
|
|
|
+ var gridArea :String;
|
|
|
+ /** Shorthand for the "grid-auto-columns" CSS property. */
|
|
|
+ var gridAutoColumns :String;
|
|
|
+ /** Shorthand for the "grid-auto-flow" CSS property. */
|
|
|
+ var gridAutoFlow :String;
|
|
|
+ /** Shorthand for the "grid-auto-rows" CSS property. */
|
|
|
+ var gridAutoRows :String;
|
|
|
+ /** Shorthand for the "grid-column" CSS property. */
|
|
|
+ var gridColumn :String;
|
|
|
+ /** Shorthand for the "grid-column-end" CSS property. */
|
|
|
+ var gridColumnEnd :String;
|
|
|
+ /** Shorthand for the "grid-column-start" CSS property. */
|
|
|
+ var gridColumnStart :String;
|
|
|
+ /** Shorthand for the "grid-row" CSS property. */
|
|
|
+ var gridRow :String;
|
|
|
+ /** Shorthand for the "grid-row-end" CSS property. */
|
|
|
+ var gridRowEnd :String;
|
|
|
+ /** Shorthand for the "grid-row-start" CSS property. */
|
|
|
+ var gridRowStart :String;
|
|
|
+ /** Shorthand for the "grid-template" CSS property. */
|
|
|
+ var gridTemplate :String;
|
|
|
+ /** Shorthand for the "grid-template-areas" CSS property. */
|
|
|
+ var gridTemplateAreas :String;
|
|
|
+ /** Shorthand for the "grid-template-columns" CSS property. */
|
|
|
+ var gridTemplateColumns :String;
|
|
|
+ /** Shorthand for the "grid-template-rows" CSS property. */
|
|
|
+ var gridTemplateRows :String;
|
|
|
+ /** Shorthand for the "hanging-punctuation" CSS property. */
|
|
|
+ var hangingPunctuation :String;
|
|
|
+ /** Shorthand for the "height" CSS property. */
|
|
|
+ var height :String;
|
|
|
+ /** Shorthand for the "hyphens" CSS property. */
|
|
|
+ var hyphens :String;
|
|
|
+ /** Shorthand for the "icon" CSS property. */
|
|
|
+ var icon :String;
|
|
|
+ /** Shorthand for the "image-orientation" CSS property. */
|
|
|
+ var imageOrientation :String;
|
|
|
+ /** Shorthand for the "image-resolution" CSS property. */
|
|
|
+ var imageResolution :String;
|
|
|
+ /** Shorthand for the "ime-mode" CSS property. */
|
|
|
+ var imeMode :String;
|
|
|
+ /** Shorthand for the "initial-letters" CSS property. */
|
|
|
+ var initialLetters :String;
|
|
|
+ /** Shorthand for the "inline-box-align" CSS property. */
|
|
|
+ var inlineBoxAlign :String;
|
|
|
+ /** Shorthand for the "justify-content" CSS property. */
|
|
|
+ var justifyContent :String;
|
|
|
+ /** Shorthand for the "justify-items" CSS property. */
|
|
|
+ var justifyItems :String;
|
|
|
+ /** Shorthand for the "justify-self" CSS property. */
|
|
|
+ var justifySelf :String;
|
|
|
+ /** Shorthand for the "left" CSS property. */
|
|
|
+ var left :String;
|
|
|
+ /** Shorthand for the "letter-spacing" CSS property. */
|
|
|
+ var letterSpacing :String;
|
|
|
+ /** Shorthand for the "lighting-color" CSS property. */
|
|
|
+ var lightingColor :String;
|
|
|
+ /** Shorthand for the "line-box-contain" CSS property. */
|
|
|
+ var lineBoxContain :String;
|
|
|
+ /** Shorthand for the "line-break" CSS property. */
|
|
|
+ var lineBreak :String;
|
|
|
+ /** Shorthand for the "line-grid" CSS property. */
|
|
|
+ var lineGrid :String;
|
|
|
+ /** Shorthand for the "line-height" CSS property. */
|
|
|
+ var lineHeight :String;
|
|
|
+ /** Shorthand for the "line-snap" CSS property. */
|
|
|
+ var lineSnap :String;
|
|
|
+ /** Shorthand for the "line-stacking" CSS property. */
|
|
|
+ var lineStacking :String;
|
|
|
+ /** Shorthand for the "line-stacking-ruby" CSS property. */
|
|
|
+ var lineStackingRuby :String;
|
|
|
+ /** Shorthand for the "line-stacking-shift" CSS property. */
|
|
|
+ var lineStackingShift :String;
|
|
|
+ /** Shorthand for the "line-stacking-strategy" CSS property. */
|
|
|
+ var lineStackingStrategy :String;
|
|
|
+ /** Shorthand for the "list-style" CSS property. */
|
|
|
+ var listStyle :String;
|
|
|
+ /** Shorthand for the "list-style-image" CSS property. */
|
|
|
+ var listStyleImage :String;
|
|
|
+ /** Shorthand for the "list-style-position" CSS property. */
|
|
|
+ var listStylePosition :String;
|
|
|
+ /** Shorthand for the "list-style-type" CSS property. */
|
|
|
+ var listStyleType :String;
|
|
|
+ /** Shorthand for the "margin" CSS property. */
|
|
|
+ var margin :String;
|
|
|
+ /** Shorthand for the "margin-bottom" CSS property. */
|
|
|
+ var marginBottom :String;
|
|
|
+ /** Shorthand for the "margin-left" CSS property. */
|
|
|
+ var marginLeft :String;
|
|
|
+ /** Shorthand for the "margin-right" CSS property. */
|
|
|
+ var marginRight :String;
|
|
|
+ /** Shorthand for the "margin-top" CSS property. */
|
|
|
+ var marginTop :String;
|
|
|
+ /** Shorthand for the "marker-offset" CSS property. */
|
|
|
+ var markerOffset :String;
|
|
|
+ /** Shorthand for the "marker-side" CSS property. */
|
|
|
+ var markerSide :String;
|
|
|
+ /** Shorthand for the "marks" CSS property. */
|
|
|
+ var marks :String;
|
|
|
+ /** Shorthand for the "mask" CSS property. */
|
|
|
+ var mask :String;
|
|
|
+ /** Shorthand for the "mask-box" CSS property. */
|
|
|
+ var maskBox :String;
|
|
|
+ /** Shorthand for the "mask-box-outset" CSS property. */
|
|
|
+ var maskBoxOutset :String;
|
|
|
+ /** Shorthand for the "mask-box-repeat" CSS property. */
|
|
|
+ var maskBoxRepeat :String;
|
|
|
+ /** Shorthand for the "mask-box-slice" CSS property. */
|
|
|
+ var maskBoxSlice :String;
|
|
|
+ /** Shorthand for the "mask-box-source" CSS property. */
|
|
|
+ var maskBoxSource :String;
|
|
|
+ /** Shorthand for the "mask-box-width" CSS property. */
|
|
|
+ var maskBoxWidth :String;
|
|
|
+ /** Shorthand for the "mask-clip" CSS property. */
|
|
|
+ var maskClip :String;
|
|
|
+ /** Shorthand for the "mask-image" CSS property. */
|
|
|
+ var maskImage :String;
|
|
|
+ /** Shorthand for the "mask-origin" CSS property. */
|
|
|
+ var maskOrigin :String;
|
|
|
+ /** Shorthand for the "mask-position" CSS property. */
|
|
|
+ var maskPosition :String;
|
|
|
+ /** Shorthand for the "mask-repeat" CSS property. */
|
|
|
+ var maskRepeat :String;
|
|
|
+ /** Shorthand for the "mask-size" CSS property. */
|
|
|
+ var maskSize :String;
|
|
|
+ /** Shorthand for the "mask-source-type" CSS property. */
|
|
|
+ var maskSourceType :String;
|
|
|
+ /** Shorthand for the "mask-type" CSS property. */
|
|
|
+ var maskType :String;
|
|
|
+ /** Shorthand for the "max-height" CSS property. */
|
|
|
+ var maxHeight :String;
|
|
|
+ /** Shorthand for the "max-lines" CSS property. */
|
|
|
+ var maxLines :String;
|
|
|
+ /** Shorthand for the "max-width" CSS property. */
|
|
|
+ var maxWidth :String;
|
|
|
+ /** Shorthand for the "min-height" CSS property. */
|
|
|
+ var minHeight :String;
|
|
|
+ /** Shorthand for the "min-width" CSS property. */
|
|
|
+ var minWidth :String;
|
|
|
+ /** Shorthand for the "move-to" CSS property. */
|
|
|
+ var moveTo :String;
|
|
|
+ /** Shorthand for the "nav-down" CSS property. */
|
|
|
+ var navDown :String;
|
|
|
+ /** Shorthand for the "nav-index" CSS property. */
|
|
|
+ var navIndex :String;
|
|
|
+ /** Shorthand for the "nav-left" CSS property. */
|
|
|
+ var navLeft :String;
|
|
|
+ /** Shorthand for the "nav-right" CSS property. */
|
|
|
+ var navRight :String;
|
|
|
+ /** Shorthand for the "nav-up" CSS property. */
|
|
|
+ var navUp :String;
|
|
|
+ /** Shorthand for the "object-fit" CSS property. */
|
|
|
+ var objectFit :String;
|
|
|
+ /** Shorthand for the "object-position" CSS property. */
|
|
|
+ var objectPosition :String;
|
|
|
+ /** Shorthand for the "opacity" CSS property. */
|
|
|
+ var opacity :String;
|
|
|
+ /** Shorthand for the "order" CSS property. */
|
|
|
+ var order :String;
|
|
|
+ /** Shorthand for the "orphans" CSS property. */
|
|
|
+ var orphans :String;
|
|
|
+ /** Shorthand for the "outline" CSS property. */
|
|
|
+ var outline :String;
|
|
|
+ /** Shorthand for the "outline-color" CSS property. */
|
|
|
+ var outlineColor :String;
|
|
|
+ /** Shorthand for the "outline-offset" CSS property. */
|
|
|
+ var outlineOffset :String;
|
|
|
+ /** Shorthand for the "outline-style" CSS property. */
|
|
|
+ var outlineStyle :String;
|
|
|
+ /** Shorthand for the "outline-width" CSS property. */
|
|
|
+ var outlineWidth :String;
|
|
|
+ /** Shorthand for the "overflow" CSS property. */
|
|
|
+ var overflow :String;
|
|
|
+ /** Shorthand for the "overflow-wrap" CSS property. */
|
|
|
+ var overflowWrap :String;
|
|
|
+ /** Shorthand for the "overflow-x" CSS property. */
|
|
|
+ var overflowX :String;
|
|
|
+ /** Shorthand for the "overflow-y" CSS property. */
|
|
|
+ var overflowY :String;
|
|
|
+ /** Shorthand for the "padding" CSS property. */
|
|
|
+ var padding :String;
|
|
|
+ /** Shorthand for the "padding-bottom" CSS property. */
|
|
|
+ var paddingBottom :String;
|
|
|
+ /** Shorthand for the "padding-left" CSS property. */
|
|
|
+ var paddingLeft :String;
|
|
|
+ /** Shorthand for the "padding-right" CSS property. */
|
|
|
+ var paddingRight :String;
|
|
|
+ /** Shorthand for the "padding-top" CSS property. */
|
|
|
+ var paddingTop :String;
|
|
|
+ /** Shorthand for the "page" CSS property. */
|
|
|
+ var page :String;
|
|
|
+ /** Shorthand for the "page-break-after" CSS property. */
|
|
|
+ var pageBreakAfter :String;
|
|
|
+ /** Shorthand for the "page-break-before" CSS property. */
|
|
|
+ var pageBreakBefore :String;
|
|
|
+ /** Shorthand for the "page-break-inside" CSS property. */
|
|
|
+ var pageBreakInside :String;
|
|
|
+ /** Shorthand for the "page-policy" CSS property. */
|
|
|
+ var pagePolicy :String;
|
|
|
+ /** Shorthand for the "pause" CSS property. */
|
|
|
+ var pause :String;
|
|
|
+ /** Shorthand for the "pause-after" CSS property. */
|
|
|
+ var pauseAfter :String;
|
|
|
+ /** Shorthand for the "pause-before" CSS property. */
|
|
|
+ var pauseBefore :String;
|
|
|
+ /** Shorthand for the "perspective" CSS property. */
|
|
|
+ var perspective :String;
|
|
|
+ /** Shorthand for the "perspective-origin" CSS property. */
|
|
|
+ var perspectiveOrigin :String;
|
|
|
+ /** Shorthand for the "pitch" CSS property. */
|
|
|
+ var pitch :String;
|
|
|
+ /** Shorthand for the "pitch-range" CSS property. */
|
|
|
+ var pitchRange :String;
|
|
|
+ /** Shorthand for the "play-during" CSS property. */
|
|
|
+ var playDuring :String;
|
|
|
+ /** Shorthand for the "position" CSS property. */
|
|
|
+ var position :String;
|
|
|
+ /** Shorthand for the "presentation-level" CSS property. */
|
|
|
+ var presentationLevel :String;
|
|
|
+ /** Shorthand for the "quotes" CSS property. */
|
|
|
+ var quotes :String;
|
|
|
+ /** Shorthand for the "region-fragment" CSS property. */
|
|
|
+ var regionFragment :String;
|
|
|
+ /** Shorthand for the "resize" CSS property. */
|
|
|
+ var resize :String;
|
|
|
+ /** Shorthand for the "rest" CSS property. */
|
|
|
+ var rest :String;
|
|
|
+ /** Shorthand for the "rest-after" CSS property. */
|
|
|
+ var restAfter :String;
|
|
|
+ /** Shorthand for the "rest-before" CSS property. */
|
|
|
+ var restBefore :String;
|
|
|
+ /** Shorthand for the "richness" CSS property. */
|
|
|
+ var richness :String;
|
|
|
+ /** Shorthand for the "right" CSS property. */
|
|
|
+ var right :String;
|
|
|
+ /** Shorthand for the "rotation" CSS property. */
|
|
|
+ var rotation :String;
|
|
|
+ /** Shorthand for the "rotation-point" CSS property. */
|
|
|
+ var rotationPoint :String;
|
|
|
+ /** Shorthand for the "ruby-align" CSS property. */
|
|
|
+ var rubyAlign :String;
|
|
|
+ /** Shorthand for the "ruby-merge" CSS property. */
|
|
|
+ var rubyMerge :String;
|
|
|
+ /** Shorthand for the "ruby-position" CSS property. */
|
|
|
+ var rubyPosition :String;
|
|
|
+ /** Shorthand for the "shape-image-threshold" CSS property. */
|
|
|
+ var shapeImageThreshold :String;
|
|
|
+ /** Shorthand for the "shape-outside" CSS property. */
|
|
|
+ var shapeOutside :String;
|
|
|
+ /** Shorthand for the "shape-margin" CSS property. */
|
|
|
+ var shapeMargin :String;
|
|
|
+ /** Shorthand for the "size" CSS property. */
|
|
|
+ var size :String;
|
|
|
+ /** Shorthand for the "speak" CSS property. */
|
|
|
+ var speak :String;
|
|
|
+ /** Shorthand for the "speak-as" CSS property. */
|
|
|
+ var speakAs :String;
|
|
|
+ /** Shorthand for the "speak-header" CSS property. */
|
|
|
+ var speakHeader :String;
|
|
|
+ /** Shorthand for the "speak-numeral" CSS property. */
|
|
|
+ var speakNumeral :String;
|
|
|
+ /** Shorthand for the "speak-punctuation" CSS property. */
|
|
|
+ var speakPunctuation :String;
|
|
|
+ /** Shorthand for the "speech-rate" CSS property. */
|
|
|
+ var speechRate :String;
|
|
|
+ /** Shorthand for the "stress" CSS property. */
|
|
|
+ var stress :String;
|
|
|
+ /** Shorthand for the "string-set" CSS property. */
|
|
|
+ var stringSet :String;
|
|
|
+ /** Shorthand for the "tab-size" CSS property. */
|
|
|
+ var tabSize :String;
|
|
|
+ /** Shorthand for the "table-layout" CSS property. */
|
|
|
+ var tableLayout :String;
|
|
|
+ /** Shorthand for the "text-align" CSS property. */
|
|
|
+ var textAlign :String;
|
|
|
+ /** Shorthand for the "text-align-last" CSS property. */
|
|
|
+ var textAlignLast :String;
|
|
|
+ /** Shorthand for the "text-combine-upright" CSS property. */
|
|
|
+ var textCombineUpright :String;
|
|
|
+ /** Shorthand for the "text-decoration" CSS property. */
|
|
|
+ var textDecoration :String;
|
|
|
+ /** Shorthand for the "text-decoration-color" CSS property. */
|
|
|
+ var textDecorationColor :String;
|
|
|
+ /** Shorthand for the "text-decoration-line" CSS property. */
|
|
|
+ var textDecorationLine :String;
|
|
|
+ /** Shorthand for the "text-decoration-skip" CSS property. */
|
|
|
+ var textDecorationSkip :String;
|
|
|
+ /** Shorthand for the "text-decoration-style" CSS property. */
|
|
|
+ var textDecorationStyle :String;
|
|
|
+ /** Shorthand for the "text-emphasis" CSS property. */
|
|
|
+ var textEmphasis :String;
|
|
|
+ /** Shorthand for the "text-emphasis-color" CSS property. */
|
|
|
+ var textEmphasisColor :String;
|
|
|
+ /** Shorthand for the "text-emphasis-position" CSS property. */
|
|
|
+ var textEmphasisPosition :String;
|
|
|
+ /** Shorthand for the "text-emphasis-style" CSS property. */
|
|
|
+ var textEmphasisStyle :String;
|
|
|
+ /** Shorthand for the "text-height" CSS property. */
|
|
|
+ var textHeight :String;
|
|
|
+ /** Shorthand for the "text-indent" CSS property. */
|
|
|
+ var textIndent :String;
|
|
|
+ /** Shorthand for the "text-justify" CSS property. */
|
|
|
+ var textJustify :String;
|
|
|
+ /** Shorthand for the "text-orientation" CSS property. */
|
|
|
+ var textOrientation :String;
|
|
|
+ /** Shorthand for the "text-overflow" CSS property. */
|
|
|
+ var textOverflow :String;
|
|
|
+ /** Shorthand for the "text-shadow" CSS property. */
|
|
|
+ var textShadow :String;
|
|
|
+ /** Shorthand for the "text-space-collapse" CSS property. */
|
|
|
+ var textSpaceCollapse :String;
|
|
|
+ /** Shorthand for the "text-transform" CSS property. */
|
|
|
+ var textTransform :String;
|
|
|
+ /** Shorthand for the "text-underline-position" CSS property. */
|
|
|
+ var textUnderlinePosition :String;
|
|
|
+ /** Shorthand for the "text-wrap" CSS property. */
|
|
|
+ var textWrap :String;
|
|
|
+ /** Shorthand for the "top" CSS property. */
|
|
|
+ var top :String;
|
|
|
+ /** Shorthand for the "transform" CSS property. */
|
|
|
+ var transform :String;
|
|
|
+ /** Shorthand for the "transform-origin" CSS property. */
|
|
|
+ var transformOrigin :String;
|
|
|
+ /** Shorthand for the "transform-style" CSS property. */
|
|
|
+ var transformStyle :String;
|
|
|
+ /** Shorthand for the "transition" CSS property. */
|
|
|
+ var transition :String;
|
|
|
+ /** Shorthand for the "transition-delay" CSS property. */
|
|
|
+ var transitionDelay :String;
|
|
|
+ /** Shorthand for the "transition-duration" CSS property. */
|
|
|
+ var transitionDuration :String;
|
|
|
+ /** Shorthand for the "transition-property" CSS property. */
|
|
|
+ var transitionProperty :String;
|
|
|
+ /** Shorthand for the "transition-timing-function" CSS property. */
|
|
|
+ var transitionTimingFunction :String;
|
|
|
+ /** Shorthand for the "unicode-bidi" CSS property. */
|
|
|
+ var unicodeBidi :String;
|
|
|
+ /** Shorthand for the "vertical-align" CSS property. */
|
|
|
+ var verticalAlign :String;
|
|
|
+ /** Shorthand for the "visibility" CSS property. */
|
|
|
+ var visibility :String;
|
|
|
+ /** Shorthand for the "voice-balance" CSS property. */
|
|
|
+ var voiceBalance :String;
|
|
|
+ /** Shorthand for the "voice-duration" CSS property. */
|
|
|
+ var voiceDuration :String;
|
|
|
+ /** Shorthand for the "voice-family" CSS property. */
|
|
|
+ var voiceFamily :String;
|
|
|
+ /** Shorthand for the "voice-pitch" CSS property. */
|
|
|
+ var voicePitch :String;
|
|
|
+ /** Shorthand for the "voice-range" CSS property. */
|
|
|
+ var voiceRange :String;
|
|
|
+ /** Shorthand for the "voice-rate" CSS property. */
|
|
|
+ var voiceRate :String;
|
|
|
+ /** Shorthand for the "voice-stress" CSS property. */
|
|
|
+ var voiceStress :String;
|
|
|
+ /** Shorthand for the "voice-volume" CSS property. */
|
|
|
+ var voiceVolume :String;
|
|
|
+ /** Shorthand for the "volume" CSS property. */
|
|
|
+ var volume :String;
|
|
|
+ /** Shorthand for the "white-space" CSS property. */
|
|
|
+ var whiteSpace :String;
|
|
|
+ /** Shorthand for the "widows" CSS property. */
|
|
|
+ var widows :String;
|
|
|
+ /** Shorthand for the "width" CSS property. */
|
|
|
+ var width :String;
|
|
|
+ /** Shorthand for the "will-change" CSS property. */
|
|
|
+ var willChange :String;
|
|
|
+ /** Shorthand for the "word-break" CSS property. */
|
|
|
+ var wordBreak :String;
|
|
|
+ /** Shorthand for the "word-spacing" CSS property. */
|
|
|
+ var wordSpacing :String;
|
|
|
+ /** Shorthand for the "word-wrap" CSS property. */
|
|
|
+ var wordWrap :String;
|
|
|
+ /** Shorthand for the "wrap-flow" CSS property. */
|
|
|
+ var wrapFlow :String;
|
|
|
+ /** Shorthand for the "wrap-through" CSS property. */
|
|
|
+ var wrapThrough :String;
|
|
|
+ /** Shorthand for the "writing-mode" CSS property. */
|
|
|
+ var writingMode :String;
|
|
|
+ /** Shorthand for the "z-index" CSS property. */
|
|
|
+ var zIndex :String;
|
|
|
+
|
|
|
+ /** @throws DOMError */
|
|
|
+ function getPropertyValue( property : String ) : String;
|
|
|
+ /** @throws DOMError */
|
|
|
+ function getPropertyCSSValue( property : String ) : CSSValue;
|
|
|
+ function getPropertyPriority( property : String ) : String;
|
|
|
+ /** @throws DOMError */
|
|
|
+ function setProperty( property : String, value : String, ?priority : String = "" ) : Void;
|
|
|
+ /** @throws DOMError */
|
|
|
+ function removeProperty( property : String ) : String;
|
|
|
+}
|