CSSStyleDeclaration.hx 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. /*
  2. * Copyright (C)2005-2015 Haxe Foundation
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a
  5. * copy of this software and associated documentation files (the "Software"),
  6. * to deal in the Software without restriction, including without limitation
  7. * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8. * and/or sell copies of the Software, and to permit persons to whom the
  9. * Software is furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice shall be included in
  12. * all copies or substantial portions of the Software.
  13. *
  14. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  17. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  18. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  19. * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  20. * DEALINGS IN THE SOFTWARE.
  21. */
  22. // This file is generated from mozilla/CSSStyleDeclaration.webidl line 12:0. Do not edit!
  23. package js.html;
  24. @:native("CSSStyleDeclaration")
  25. extern class CSSStyleDeclaration implements ArrayAccess<String>
  26. {
  27. var cssText : String;
  28. var length(default,null) : Int;
  29. var parentRule(default,null) : CSSRule;
  30. /** Shorthand for the "align-content" CSS property. */
  31. var alignContent :String;
  32. /** Shorthand for the "align-items" CSS property. */
  33. var alignItems :String;
  34. /** Shorthand for the "align-self" CSS property. */
  35. var alignSelf :String;
  36. /** Shorthand for the "alignment-adjust" CSS property. */
  37. var alignmentAdjust :String;
  38. /** Shorthand for the "alignment-baseline" CSS property. */
  39. var alignmentBaseline :String;
  40. /** Shorthand for the "all" CSS property. */
  41. var all :String;
  42. /** Shorthand for the "anchor-point" CSS property. */
  43. var anchorPoint :String;
  44. /** Shorthand for the "animation" CSS property. */
  45. var animation :String;
  46. /** Shorthand for the "animation-delay" CSS property. */
  47. var animationDelay :String;
  48. /** Shorthand for the "animation-direction" CSS property. */
  49. var animationDirection :String;
  50. /** Shorthand for the "animation-duration" CSS property. */
  51. var animationDuration :String;
  52. /** Shorthand for the "animation-fill-mode" CSS property. */
  53. var animationFillMode :String;
  54. /** Shorthand for the "animation-iteration-count" CSS property. */
  55. var animationIterationCount :String;
  56. /** Shorthand for the "animation-name" CSS property. */
  57. var animationName :String;
  58. /** Shorthand for the "animation-play-state" CSS property. */
  59. var animationPlayState :String;
  60. /** Shorthand for the "animation-timing-function" CSS property. */
  61. var animationTimingFunction :String;
  62. /** Shorthand for the "azimuth" CSS property. */
  63. var azimuth :String;
  64. /** Shorthand for the "backface-visibility" CSS property. */
  65. var backfaceVisibility :String;
  66. /** Shorthand for the "background" CSS property. */
  67. var background :String;
  68. /** Shorthand for the "background-attachment" CSS property. */
  69. var backgroundAttachment :String;
  70. /** Shorthand for the "background-clip" CSS property. */
  71. var backgroundClip :String;
  72. /** Shorthand for the "background-color" CSS property. */
  73. var backgroundColor :String;
  74. /** Shorthand for the "background-image" CSS property. */
  75. var backgroundImage :String;
  76. /** Shorthand for the "background-origin" CSS property. */
  77. var backgroundOrigin :String;
  78. /** Shorthand for the "background-position" CSS property. */
  79. var backgroundPosition :String;
  80. /** Shorthand for the "background-repeat" CSS property. */
  81. var backgroundRepeat :String;
  82. /** Shorthand for the "background-size" CSS property. */
  83. var backgroundSize :String;
  84. /** Shorthand for the "baseline-shift" CSS property. */
  85. var baselineShift :String;
  86. /** Shorthand for the "binding" CSS property. */
  87. var binding :String;
  88. /** Shorthand for the "bleed" CSS property. */
  89. var bleed :String;
  90. /** Shorthand for the "bookmark-label" CSS property. */
  91. var bookmarkLabel :String;
  92. /** Shorthand for the "bookmark-level" CSS property. */
  93. var bookmarkLevel :String;
  94. /** Shorthand for the "bookmark-state" CSS property. */
  95. var bookmarkState :String;
  96. /** Shorthand for the "border" CSS property. */
  97. var border :String;
  98. /** Shorthand for the "border-bottom" CSS property. */
  99. var borderBottom :String;
  100. /** Shorthand for the "border-bottom-color" CSS property. */
  101. var borderBottomColor :String;
  102. /** Shorthand for the "border-bottom-left-radius" CSS property. */
  103. var borderBottomLeftRadius :String;
  104. /** Shorthand for the "border-bottom-right-radius" CSS property. */
  105. var borderBottomRightRadius :String;
  106. /** Shorthand for the "border-bottom-style" CSS property. */
  107. var borderBottomStyle :String;
  108. /** Shorthand for the "border-bottom-width" CSS property. */
  109. var borderBottomWidth :String;
  110. /** Shorthand for the "border-collapse" CSS property. */
  111. var borderCollapse :String;
  112. /** Shorthand for the "border-color" CSS property. */
  113. var borderColor :String;
  114. /** Shorthand for the "border-image" CSS property. */
  115. var borderImage :String;
  116. /** Shorthand for the "border-image-outset" CSS property. */
  117. var borderImageOutset :String;
  118. /** Shorthand for the "border-image-repeat" CSS property. */
  119. var borderImageRepeat :String;
  120. /** Shorthand for the "border-image-slice" CSS property. */
  121. var borderImageSlice :String;
  122. /** Shorthand for the "border-image-source" CSS property. */
  123. var borderImageSource :String;
  124. /** Shorthand for the "border-image-width" CSS property. */
  125. var borderImageWidth :String;
  126. /** Shorthand for the "border-left" CSS property. */
  127. var borderLeft :String;
  128. /** Shorthand for the "border-left-color" CSS property. */
  129. var borderLeftColor :String;
  130. /** Shorthand for the "border-left-style" CSS property. */
  131. var borderLeftStyle :String;
  132. /** Shorthand for the "border-left-width" CSS property. */
  133. var borderLeftWidth :String;
  134. /** Shorthand for the "border-radius" CSS property. */
  135. var borderRadius :String;
  136. /** Shorthand for the "border-right" CSS property. */
  137. var borderRight :String;
  138. /** Shorthand for the "border-right-color" CSS property. */
  139. var borderRightColor :String;
  140. /** Shorthand for the "border-right-style" CSS property. */
  141. var borderRightStyle :String;
  142. /** Shorthand for the "border-right-width" CSS property. */
  143. var borderRightWidth :String;
  144. /** Shorthand for the "border-spacing" CSS property. */
  145. var borderSpacing :String;
  146. /** Shorthand for the "border-style" CSS property. */
  147. var borderStyle :String;
  148. /** Shorthand for the "border-top" CSS property. */
  149. var borderTop :String;
  150. /** Shorthand for the "border-top-color" CSS property. */
  151. var borderTopColor :String;
  152. /** Shorthand for the "border-top-left-radius" CSS property. */
  153. var borderTopLeftRadius :String;
  154. /** Shorthand for the "border-top-right-radius" CSS property. */
  155. var borderTopRightRadius :String;
  156. /** Shorthand for the "border-top-style" CSS property. */
  157. var borderTopStyle :String;
  158. /** Shorthand for the "border-top-width" CSS property. */
  159. var borderTopWidth :String;
  160. /** Shorthand for the "border-width" CSS property. */
  161. var borderWidth :String;
  162. /** Shorthand for the "bottom" CSS property. */
  163. var bottom :String;
  164. /** Shorthand for the "box-decoration-break" CSS property. */
  165. var boxDecorationBreak :String;
  166. /** Shorthand for the "box-shadow" CSS property. */
  167. var boxShadow :String;
  168. /** Shorthand for the "box-sizing" CSS property. */
  169. var boxSizing :String;
  170. /** Shorthand for the "box-snap" CSS property. */
  171. var boxSnap :String;
  172. /** Shorthand for the "box-suppress" CSS property. */
  173. var boxSuppress :String;
  174. /** Shorthand for the "break-after" CSS property. */
  175. var breakAfter :String;
  176. /** Shorthand for the "break-before" CSS property. */
  177. var breakBefore :String;
  178. /** Shorthand for the "break-inside" CSS property. */
  179. var breakInside :String;
  180. /** Shorthand for the "caption-side" CSS property. */
  181. var captionSide :String;
  182. /** Shorthand for the "chains" CSS property. */
  183. var chains :String;
  184. /** Shorthand for the "clear" CSS property. */
  185. var clear :String;
  186. /** Shorthand for the "clip" CSS property. */
  187. var clip :String;
  188. /** Shorthand for the "clip-path" CSS property. */
  189. var clipPath :String;
  190. /** Shorthand for the "clip-rule" CSS property. */
  191. var clipRule :String;
  192. /** Shorthand for the "color" CSS property. */
  193. var color :String;
  194. /** Shorthand for the "color-interpolation-filters" CSS property. */
  195. var colorInterpolationFilters :String;
  196. /** Shorthand for the "column-count" CSS property. */
  197. var columnCount :String;
  198. /** Shorthand for the "column-fill" CSS property. */
  199. var columnFill :String;
  200. /** Shorthand for the "column-gap" CSS property. */
  201. var columnGap :String;
  202. /** Shorthand for the "column-rule" CSS property. */
  203. var columnRule :String;
  204. /** Shorthand for the "column-rule-color" CSS property. */
  205. var columnRuleColor :String;
  206. /** Shorthand for the "column-rule-style" CSS property. */
  207. var columnRuleStyle :String;
  208. /** Shorthand for the "column-rule-width" CSS property. */
  209. var columnRuleWidth :String;
  210. /** Shorthand for the "column-span" CSS property. */
  211. var columnSpan :String;
  212. /** Shorthand for the "column-width" CSS property. */
  213. var columnWidth :String;
  214. /** Shorthand for the "columns" CSS property. */
  215. var columns :String;
  216. /** Shorthand for the "contain" CSS property. */
  217. var contain :String;
  218. /** Shorthand for the "content" CSS property. */
  219. var content :String;
  220. /** Shorthand for the "counter-increment" CSS property. */
  221. var counterIncrement :String;
  222. /** Shorthand for the "counter-reset" CSS property. */
  223. var counterReset :String;
  224. /** Shorthand for the "counter-set" CSS property. */
  225. var counterSet :String;
  226. /** Shorthand for the "crop" CSS property. */
  227. var crop :String;
  228. /** Shorthand for the "cue" CSS property. */
  229. var cue :String;
  230. /** Shorthand for the "cue-after" CSS property. */
  231. var cueAfter :String;
  232. /** Shorthand for the "cue-before" CSS property. */
  233. var cueBefore :String;
  234. /** Shorthand for the "cursor" CSS property. */
  235. var cursor :String;
  236. /** Shorthand for the "direction" CSS property. */
  237. var direction :String;
  238. /** Shorthand for the "display" CSS property. */
  239. var display :String;
  240. /** Shorthand for the "display-inside" CSS property. */
  241. var displayInside :String;
  242. /** Shorthand for the "display-list" CSS property. */
  243. var displayList :String;
  244. /** Shorthand for the "display-outside" CSS property. */
  245. var displayOutside :String;
  246. /** Shorthand for the "dominant-baseline" CSS property. */
  247. var dominantBaseline :String;
  248. /** Shorthand for the "elevation" CSS property. */
  249. var elevation :String;
  250. /** Shorthand for the "empty-cells" CSS property. */
  251. var emptyCells :String;
  252. /** Shorthand for the "filter" CSS property. */
  253. var filter :String;
  254. /** Shorthand for the "flex" CSS property. */
  255. var flex :String;
  256. /** Shorthand for the "flex-basis" CSS property. */
  257. var flexBasis :String;
  258. /** Shorthand for the "flex-direction" CSS property. */
  259. var flexDirection :String;
  260. /** Shorthand for the "flex-flow" CSS property. */
  261. var flexFlow :String;
  262. /** Shorthand for the "flex-grow" CSS property. */
  263. var flexGrow :String;
  264. /** Shorthand for the "flex-shrink" CSS property. */
  265. var flexShrink :String;
  266. /** Shorthand for the "flex-wrap" CSS property. */
  267. var flexWrap :String;
  268. /** Shorthand for the "float" CSS property. */
  269. var float :String;
  270. /** Shorthand for the "float-offset" CSS property. */
  271. var floatOffset :String;
  272. /** Shorthand for the "flood-color" CSS property. */
  273. var floodColor :String;
  274. /** Shorthand for the "flood-opacity" CSS property. */
  275. var floodOpacity :String;
  276. /** Shorthand for the "flow-from" CSS property. */
  277. var flowFrom :String;
  278. /** Shorthand for the "flow-into" CSS property. */
  279. var flowInto :String;
  280. /** Shorthand for the "font" CSS property. */
  281. var font :String;
  282. /** Shorthand for the "font-family" CSS property. */
  283. var fontFamily :String;
  284. /** Shorthand for the "font-feature-settings" CSS property. */
  285. var fontFeatureSettings :String;
  286. /** Shorthand for the "font-kerning" CSS property. */
  287. var fontKerning :String;
  288. /** Shorthand for the "font-language-override" CSS property. */
  289. var fontLanguageOverride :String;
  290. /** Shorthand for the "font-size" CSS property. */
  291. var fontSize :String;
  292. /** Shorthand for the "font-size-adjust" CSS property. */
  293. var fontSizeAdjust :String;
  294. /** Shorthand for the "font-stretch" CSS property. */
  295. var fontStretch :String;
  296. /** Shorthand for the "font-style" CSS property. */
  297. var fontStyle :String;
  298. /** Shorthand for the "font-synthesis" CSS property. */
  299. var fontSynthesis :String;
  300. /** Shorthand for the "font-variant" CSS property. */
  301. var fontVariant :String;
  302. /** Shorthand for the "font-variant-alternates" CSS property. */
  303. var fontVariantAlternates :String;
  304. /** Shorthand for the "font-variant-caps" CSS property. */
  305. var fontVariantCaps :String;
  306. /** Shorthand for the "font-variant-east-asian" CSS property. */
  307. var fontVariantEastAsian :String;
  308. /** Shorthand for the "font-variant-ligatures" CSS property. */
  309. var fontVariantLigatures :String;
  310. /** Shorthand for the "font-variant-numeric" CSS property. */
  311. var fontVariantNumeric :String;
  312. /** Shorthand for the "font-variant-position" CSS property. */
  313. var fontVariantPosition :String;
  314. /** Shorthand for the "font-weight" CSS property. */
  315. var fontWeight :String;
  316. /** Shorthand for the "grid" CSS property. */
  317. var grid :String;
  318. /** Shorthand for the "grid-area" CSS property. */
  319. var gridArea :String;
  320. /** Shorthand for the "grid-auto-columns" CSS property. */
  321. var gridAutoColumns :String;
  322. /** Shorthand for the "grid-auto-flow" CSS property. */
  323. var gridAutoFlow :String;
  324. /** Shorthand for the "grid-auto-rows" CSS property. */
  325. var gridAutoRows :String;
  326. /** Shorthand for the "grid-column" CSS property. */
  327. var gridColumn :String;
  328. /** Shorthand for the "grid-column-end" CSS property. */
  329. var gridColumnEnd :String;
  330. /** Shorthand for the "grid-column-start" CSS property. */
  331. var gridColumnStart :String;
  332. /** Shorthand for the "grid-row" CSS property. */
  333. var gridRow :String;
  334. /** Shorthand for the "grid-row-end" CSS property. */
  335. var gridRowEnd :String;
  336. /** Shorthand for the "grid-row-start" CSS property. */
  337. var gridRowStart :String;
  338. /** Shorthand for the "grid-template" CSS property. */
  339. var gridTemplate :String;
  340. /** Shorthand for the "grid-template-areas" CSS property. */
  341. var gridTemplateAreas :String;
  342. /** Shorthand for the "grid-template-columns" CSS property. */
  343. var gridTemplateColumns :String;
  344. /** Shorthand for the "grid-template-rows" CSS property. */
  345. var gridTemplateRows :String;
  346. /** Shorthand for the "hanging-punctuation" CSS property. */
  347. var hangingPunctuation :String;
  348. /** Shorthand for the "height" CSS property. */
  349. var height :String;
  350. /** Shorthand for the "hyphens" CSS property. */
  351. var hyphens :String;
  352. /** Shorthand for the "icon" CSS property. */
  353. var icon :String;
  354. /** Shorthand for the "image-orientation" CSS property. */
  355. var imageOrientation :String;
  356. /** Shorthand for the "image-resolution" CSS property. */
  357. var imageResolution :String;
  358. /** Shorthand for the "ime-mode" CSS property. */
  359. var imeMode :String;
  360. /** Shorthand for the "initial-letters" CSS property. */
  361. var initialLetters :String;
  362. /** Shorthand for the "inline-box-align" CSS property. */
  363. var inlineBoxAlign :String;
  364. /** Shorthand for the "justify-content" CSS property. */
  365. var justifyContent :String;
  366. /** Shorthand for the "justify-items" CSS property. */
  367. var justifyItems :String;
  368. /** Shorthand for the "justify-self" CSS property. */
  369. var justifySelf :String;
  370. /** Shorthand for the "left" CSS property. */
  371. var left :String;
  372. /** Shorthand for the "letter-spacing" CSS property. */
  373. var letterSpacing :String;
  374. /** Shorthand for the "lighting-color" CSS property. */
  375. var lightingColor :String;
  376. /** Shorthand for the "line-box-contain" CSS property. */
  377. var lineBoxContain :String;
  378. /** Shorthand for the "line-break" CSS property. */
  379. var lineBreak :String;
  380. /** Shorthand for the "line-grid" CSS property. */
  381. var lineGrid :String;
  382. /** Shorthand for the "line-height" CSS property. */
  383. var lineHeight :String;
  384. /** Shorthand for the "line-snap" CSS property. */
  385. var lineSnap :String;
  386. /** Shorthand for the "line-stacking" CSS property. */
  387. var lineStacking :String;
  388. /** Shorthand for the "line-stacking-ruby" CSS property. */
  389. var lineStackingRuby :String;
  390. /** Shorthand for the "line-stacking-shift" CSS property. */
  391. var lineStackingShift :String;
  392. /** Shorthand for the "line-stacking-strategy" CSS property. */
  393. var lineStackingStrategy :String;
  394. /** Shorthand for the "list-style" CSS property. */
  395. var listStyle :String;
  396. /** Shorthand for the "list-style-image" CSS property. */
  397. var listStyleImage :String;
  398. /** Shorthand for the "list-style-position" CSS property. */
  399. var listStylePosition :String;
  400. /** Shorthand for the "list-style-type" CSS property. */
  401. var listStyleType :String;
  402. /** Shorthand for the "margin" CSS property. */
  403. var margin :String;
  404. /** Shorthand for the "margin-bottom" CSS property. */
  405. var marginBottom :String;
  406. /** Shorthand for the "margin-left" CSS property. */
  407. var marginLeft :String;
  408. /** Shorthand for the "margin-right" CSS property. */
  409. var marginRight :String;
  410. /** Shorthand for the "margin-top" CSS property. */
  411. var marginTop :String;
  412. /** Shorthand for the "marker-offset" CSS property. */
  413. var markerOffset :String;
  414. /** Shorthand for the "marker-side" CSS property. */
  415. var markerSide :String;
  416. /** Shorthand for the "marks" CSS property. */
  417. var marks :String;
  418. /** Shorthand for the "mask" CSS property. */
  419. var mask :String;
  420. /** Shorthand for the "mask-box" CSS property. */
  421. var maskBox :String;
  422. /** Shorthand for the "mask-box-outset" CSS property. */
  423. var maskBoxOutset :String;
  424. /** Shorthand for the "mask-box-repeat" CSS property. */
  425. var maskBoxRepeat :String;
  426. /** Shorthand for the "mask-box-slice" CSS property. */
  427. var maskBoxSlice :String;
  428. /** Shorthand for the "mask-box-source" CSS property. */
  429. var maskBoxSource :String;
  430. /** Shorthand for the "mask-box-width" CSS property. */
  431. var maskBoxWidth :String;
  432. /** Shorthand for the "mask-clip" CSS property. */
  433. var maskClip :String;
  434. /** Shorthand for the "mask-image" CSS property. */
  435. var maskImage :String;
  436. /** Shorthand for the "mask-origin" CSS property. */
  437. var maskOrigin :String;
  438. /** Shorthand for the "mask-position" CSS property. */
  439. var maskPosition :String;
  440. /** Shorthand for the "mask-repeat" CSS property. */
  441. var maskRepeat :String;
  442. /** Shorthand for the "mask-size" CSS property. */
  443. var maskSize :String;
  444. /** Shorthand for the "mask-source-type" CSS property. */
  445. var maskSourceType :String;
  446. /** Shorthand for the "mask-type" CSS property. */
  447. var maskType :String;
  448. /** Shorthand for the "max-height" CSS property. */
  449. var maxHeight :String;
  450. /** Shorthand for the "max-lines" CSS property. */
  451. var maxLines :String;
  452. /** Shorthand for the "max-width" CSS property. */
  453. var maxWidth :String;
  454. /** Shorthand for the "min-height" CSS property. */
  455. var minHeight :String;
  456. /** Shorthand for the "min-width" CSS property. */
  457. var minWidth :String;
  458. /** Shorthand for the "move-to" CSS property. */
  459. var moveTo :String;
  460. /** Shorthand for the "nav-down" CSS property. */
  461. var navDown :String;
  462. /** Shorthand for the "nav-index" CSS property. */
  463. var navIndex :String;
  464. /** Shorthand for the "nav-left" CSS property. */
  465. var navLeft :String;
  466. /** Shorthand for the "nav-right" CSS property. */
  467. var navRight :String;
  468. /** Shorthand for the "nav-up" CSS property. */
  469. var navUp :String;
  470. /** Shorthand for the "object-fit" CSS property. */
  471. var objectFit :String;
  472. /** Shorthand for the "object-position" CSS property. */
  473. var objectPosition :String;
  474. /** Shorthand for the "opacity" CSS property. */
  475. var opacity :String;
  476. /** Shorthand for the "order" CSS property. */
  477. var order :String;
  478. /** Shorthand for the "orphans" CSS property. */
  479. var orphans :String;
  480. /** Shorthand for the "outline" CSS property. */
  481. var outline :String;
  482. /** Shorthand for the "outline-color" CSS property. */
  483. var outlineColor :String;
  484. /** Shorthand for the "outline-offset" CSS property. */
  485. var outlineOffset :String;
  486. /** Shorthand for the "outline-style" CSS property. */
  487. var outlineStyle :String;
  488. /** Shorthand for the "outline-width" CSS property. */
  489. var outlineWidth :String;
  490. /** Shorthand for the "overflow" CSS property. */
  491. var overflow :String;
  492. /** Shorthand for the "overflow-wrap" CSS property. */
  493. var overflowWrap :String;
  494. /** Shorthand for the "overflow-x" CSS property. */
  495. var overflowX :String;
  496. /** Shorthand for the "overflow-y" CSS property. */
  497. var overflowY :String;
  498. /** Shorthand for the "padding" CSS property. */
  499. var padding :String;
  500. /** Shorthand for the "padding-bottom" CSS property. */
  501. var paddingBottom :String;
  502. /** Shorthand for the "padding-left" CSS property. */
  503. var paddingLeft :String;
  504. /** Shorthand for the "padding-right" CSS property. */
  505. var paddingRight :String;
  506. /** Shorthand for the "padding-top" CSS property. */
  507. var paddingTop :String;
  508. /** Shorthand for the "page" CSS property. */
  509. var page :String;
  510. /** Shorthand for the "page-break-after" CSS property. */
  511. var pageBreakAfter :String;
  512. /** Shorthand for the "page-break-before" CSS property. */
  513. var pageBreakBefore :String;
  514. /** Shorthand for the "page-break-inside" CSS property. */
  515. var pageBreakInside :String;
  516. /** Shorthand for the "page-policy" CSS property. */
  517. var pagePolicy :String;
  518. /** Shorthand for the "pause" CSS property. */
  519. var pause :String;
  520. /** Shorthand for the "pause-after" CSS property. */
  521. var pauseAfter :String;
  522. /** Shorthand for the "pause-before" CSS property. */
  523. var pauseBefore :String;
  524. /** Shorthand for the "perspective" CSS property. */
  525. var perspective :String;
  526. /** Shorthand for the "perspective-origin" CSS property. */
  527. var perspectiveOrigin :String;
  528. /** Shorthand for the "pitch" CSS property. */
  529. var pitch :String;
  530. /** Shorthand for the "pitch-range" CSS property. */
  531. var pitchRange :String;
  532. /** Shorthand for the "play-during" CSS property. */
  533. var playDuring :String;
  534. /** Shorthand for the "position" CSS property. */
  535. var position :String;
  536. /** Shorthand for the "presentation-level" CSS property. */
  537. var presentationLevel :String;
  538. /** Shorthand for the "quotes" CSS property. */
  539. var quotes :String;
  540. /** Shorthand for the "region-fragment" CSS property. */
  541. var regionFragment :String;
  542. /** Shorthand for the "resize" CSS property. */
  543. var resize :String;
  544. /** Shorthand for the "rest" CSS property. */
  545. var rest :String;
  546. /** Shorthand for the "rest-after" CSS property. */
  547. var restAfter :String;
  548. /** Shorthand for the "rest-before" CSS property. */
  549. var restBefore :String;
  550. /** Shorthand for the "richness" CSS property. */
  551. var richness :String;
  552. /** Shorthand for the "right" CSS property. */
  553. var right :String;
  554. /** Shorthand for the "rotation" CSS property. */
  555. var rotation :String;
  556. /** Shorthand for the "rotation-point" CSS property. */
  557. var rotationPoint :String;
  558. /** Shorthand for the "ruby-align" CSS property. */
  559. var rubyAlign :String;
  560. /** Shorthand for the "ruby-merge" CSS property. */
  561. var rubyMerge :String;
  562. /** Shorthand for the "ruby-position" CSS property. */
  563. var rubyPosition :String;
  564. /** Shorthand for the "shape-image-threshold" CSS property. */
  565. var shapeImageThreshold :String;
  566. /** Shorthand for the "shape-outside" CSS property. */
  567. var shapeOutside :String;
  568. /** Shorthand for the "shape-margin" CSS property. */
  569. var shapeMargin :String;
  570. /** Shorthand for the "size" CSS property. */
  571. var size :String;
  572. /** Shorthand for the "speak" CSS property. */
  573. var speak :String;
  574. /** Shorthand for the "speak-as" CSS property. */
  575. var speakAs :String;
  576. /** Shorthand for the "speak-header" CSS property. */
  577. var speakHeader :String;
  578. /** Shorthand for the "speak-numeral" CSS property. */
  579. var speakNumeral :String;
  580. /** Shorthand for the "speak-punctuation" CSS property. */
  581. var speakPunctuation :String;
  582. /** Shorthand for the "speech-rate" CSS property. */
  583. var speechRate :String;
  584. /** Shorthand for the "stress" CSS property. */
  585. var stress :String;
  586. /** Shorthand for the "string-set" CSS property. */
  587. var stringSet :String;
  588. /** Shorthand for the "tab-size" CSS property. */
  589. var tabSize :String;
  590. /** Shorthand for the "table-layout" CSS property. */
  591. var tableLayout :String;
  592. /** Shorthand for the "text-align" CSS property. */
  593. var textAlign :String;
  594. /** Shorthand for the "text-align-last" CSS property. */
  595. var textAlignLast :String;
  596. /** Shorthand for the "text-combine-upright" CSS property. */
  597. var textCombineUpright :String;
  598. /** Shorthand for the "text-decoration" CSS property. */
  599. var textDecoration :String;
  600. /** Shorthand for the "text-decoration-color" CSS property. */
  601. var textDecorationColor :String;
  602. /** Shorthand for the "text-decoration-line" CSS property. */
  603. var textDecorationLine :String;
  604. /** Shorthand for the "text-decoration-skip" CSS property. */
  605. var textDecorationSkip :String;
  606. /** Shorthand for the "text-decoration-style" CSS property. */
  607. var textDecorationStyle :String;
  608. /** Shorthand for the "text-emphasis" CSS property. */
  609. var textEmphasis :String;
  610. /** Shorthand for the "text-emphasis-color" CSS property. */
  611. var textEmphasisColor :String;
  612. /** Shorthand for the "text-emphasis-position" CSS property. */
  613. var textEmphasisPosition :String;
  614. /** Shorthand for the "text-emphasis-style" CSS property. */
  615. var textEmphasisStyle :String;
  616. /** Shorthand for the "text-height" CSS property. */
  617. var textHeight :String;
  618. /** Shorthand for the "text-indent" CSS property. */
  619. var textIndent :String;
  620. /** Shorthand for the "text-justify" CSS property. */
  621. var textJustify :String;
  622. /** Shorthand for the "text-orientation" CSS property. */
  623. var textOrientation :String;
  624. /** Shorthand for the "text-overflow" CSS property. */
  625. var textOverflow :String;
  626. /** Shorthand for the "text-shadow" CSS property. */
  627. var textShadow :String;
  628. /** Shorthand for the "text-space-collapse" CSS property. */
  629. var textSpaceCollapse :String;
  630. /** Shorthand for the "text-transform" CSS property. */
  631. var textTransform :String;
  632. /** Shorthand for the "text-underline-position" CSS property. */
  633. var textUnderlinePosition :String;
  634. /** Shorthand for the "text-wrap" CSS property. */
  635. var textWrap :String;
  636. /** Shorthand for the "top" CSS property. */
  637. var top :String;
  638. /** Shorthand for the "transform" CSS property. */
  639. var transform :String;
  640. /** Shorthand for the "transform-origin" CSS property. */
  641. var transformOrigin :String;
  642. /** Shorthand for the "transform-style" CSS property. */
  643. var transformStyle :String;
  644. /** Shorthand for the "transition" CSS property. */
  645. var transition :String;
  646. /** Shorthand for the "transition-delay" CSS property. */
  647. var transitionDelay :String;
  648. /** Shorthand for the "transition-duration" CSS property. */
  649. var transitionDuration :String;
  650. /** Shorthand for the "transition-property" CSS property. */
  651. var transitionProperty :String;
  652. /** Shorthand for the "transition-timing-function" CSS property. */
  653. var transitionTimingFunction :String;
  654. /** Shorthand for the "unicode-bidi" CSS property. */
  655. var unicodeBidi :String;
  656. /** Shorthand for the "vertical-align" CSS property. */
  657. var verticalAlign :String;
  658. /** Shorthand for the "visibility" CSS property. */
  659. var visibility :String;
  660. /** Shorthand for the "voice-balance" CSS property. */
  661. var voiceBalance :String;
  662. /** Shorthand for the "voice-duration" CSS property. */
  663. var voiceDuration :String;
  664. /** Shorthand for the "voice-family" CSS property. */
  665. var voiceFamily :String;
  666. /** Shorthand for the "voice-pitch" CSS property. */
  667. var voicePitch :String;
  668. /** Shorthand for the "voice-range" CSS property. */
  669. var voiceRange :String;
  670. /** Shorthand for the "voice-rate" CSS property. */
  671. var voiceRate :String;
  672. /** Shorthand for the "voice-stress" CSS property. */
  673. var voiceStress :String;
  674. /** Shorthand for the "voice-volume" CSS property. */
  675. var voiceVolume :String;
  676. /** Shorthand for the "volume" CSS property. */
  677. var volume :String;
  678. /** Shorthand for the "white-space" CSS property. */
  679. var whiteSpace :String;
  680. /** Shorthand for the "widows" CSS property. */
  681. var widows :String;
  682. /** Shorthand for the "width" CSS property. */
  683. var width :String;
  684. /** Shorthand for the "will-change" CSS property. */
  685. var willChange :String;
  686. /** Shorthand for the "word-break" CSS property. */
  687. var wordBreak :String;
  688. /** Shorthand for the "word-spacing" CSS property. */
  689. var wordSpacing :String;
  690. /** Shorthand for the "word-wrap" CSS property. */
  691. var wordWrap :String;
  692. /** Shorthand for the "wrap-flow" CSS property. */
  693. var wrapFlow :String;
  694. /** Shorthand for the "wrap-through" CSS property. */
  695. var wrapThrough :String;
  696. /** Shorthand for the "writing-mode" CSS property. */
  697. var writingMode :String;
  698. /** Shorthand for the "z-index" CSS property. */
  699. var zIndex :String;
  700. function item( index : Int ) : String;
  701. /** @throws DOMError */
  702. function getPropertyValue( property : String ) : String;
  703. /** @throws DOMError */
  704. function getPropertyCSSValue( property : String ) : CSSValue;
  705. function getPropertyPriority( property : String ) : String;
  706. /** @throws DOMError */
  707. function setProperty( property : String, value : String, ?priority : String = "" ) : Void;
  708. /** @throws DOMError */
  709. function removeProperty( property : String ) : String;
  710. }