|
3210 | 3210 | <property name="style" read-only="1" type="CSSStyleDeclaration"/>
|
3211 | 3211 | </properties>
|
3212 | 3212 | </interface>
|
3213 |
| - <interface name="CSSMediaRule" extends="CSSGroupingRule"> |
3214 |
| - <properties> |
3215 |
| - <property name="media" read-only="1" type="MediaList"/> |
3216 |
| - </properties> |
3217 |
| - </interface> |
3218 | 3213 | <interface name="CSSMediaRule" extends="CSSConditionRule">
|
3219 | 3214 | <properties>
|
3220 | 3215 | <property name="media" read-only="1" type="MediaList"/>
|
|
3514 | 3509 | <property name="pointerEvents" css-property="pointer-events" css-property-enum-values="auto none visiblePainted visibleFill visibleStroke visible painted fill stroke all inherit initial" css-property-initial="auto" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3515 | 3510 | <property name="position" css-property="position" css-property-enum-values="static relative absolute fixed inherit initial" css-property-initial="static" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3516 | 3511 | <property name="quotes" css-property="quotes" css-property-enum-values="none inherit initial" css-property-initial="none" css-property-value-syntax="space_separated_strings" nullable="1" type="DOMString"/>
|
3517 |
| - <property name="resize" css-property="resize" nullable="1" type="CSSOMString"/> |
| 3512 | + <property name="resize" css-property="resize" type="CSSOMString"/> |
3518 | 3513 | <property name="right" css-property="right" css-property-animatable="1" css-property-enum-values="auto inherit initial" css-property-initial="auto" css-property-value-syntax="css_percentage_or_length" nullable="1" type="DOMString"/>
|
3519 | 3514 | <property name="rotate" css-property="rotate" css-property-animatable="1" css-property-enum-values="inherit initial" css-property-initial="0deg 0 0 1" css-property-value-syntax="1_css_angle_followed_by_optional_3_space_separated_floating_point_number" nullable="1" type="DOMString"/>
|
3520 | 3515 | <property name="rubyAlign" css-property="ruby-align" css-property-enum-values="auto left center right distribute-letter distribute-space line-edge inherit initial" css-property-initial="auto" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3521 | 3516 | <property name="rubyOverhang" css-property="ruby-overhang" css-property-enum-values="auto whitespace none inherit initial" css-property-initial="auto" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3522 | 3517 | <property name="rubyPosition" css-property="ruby-position" css-property-enum-values="above inline inherit initial" css-property-initial="above" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3523 | 3518 | <property name="scale" css-property="scale" css-property-animatable="1" css-property-enum-values="inherit initial" css-property-initial="0 0 0" css-property-value-syntax="1_to_3_space_separated_floating_point_number" nullable="1" type="DOMString"/>
|
| 3519 | + <property name="scrollPadding" css-property="scroll-padding" type="CSSOMString"/> |
| 3520 | + <property name="scrollPaddingBlock" css-property="scroll-padding-block" type="CSSOMString"/> |
| 3521 | + <property name="scrollPaddingBlockEnd" css-property="scroll-padding-block-end" type="CSSOMString"/> |
| 3522 | + <property name="scrollPaddingBlockStart" css-property="scroll-padding-block-start" type="CSSOMString"/> |
| 3523 | + <property name="scrollPaddingBottom" css-property="scroll-padding-bottom" type="CSSOMString"/> |
| 3524 | + <property name="scrollPaddingInline" css-property="scroll-padding-inline" type="CSSOMString"/> |
| 3525 | + <property name="scrollPaddingInlineEnd" css-property="scroll-padding-inline-end" type="CSSOMString"/> |
| 3526 | + <property name="scrollPaddingInlineStart" css-property="scroll-padding-inline-start" type="CSSOMString"/> |
| 3527 | + <property name="scrollPaddingLeft" css-property="scroll-padding-left" type="CSSOMString"/> |
| 3528 | + <property name="scrollPaddingRight" css-property="scroll-padding-right" type="CSSOMString"/> |
| 3529 | + <property name="scrollPaddingTop" css-property="scroll-padding-top" type="CSSOMString"/> |
| 3530 | + <property name="scrollSnapAlign" css-property="scroll-snap-align" type="CSSOMString"/> |
| 3531 | + <property name="scrollSnapMargin" css-property="scroll-snap-margin" type="CSSOMString"/> |
| 3532 | + <property name="scrollSnapMarginBlock" css-property="scroll-snap-margin-block" type="CSSOMString"/> |
| 3533 | + <property name="scrollSnapMarginBlockEnd" css-property="scroll-snap-margin-block-end" type="CSSOMString"/> |
| 3534 | + <property name="scrollSnapMarginBlockStart" css-property="scroll-snap-margin-block-start" type="CSSOMString"/> |
| 3535 | + <property name="scrollSnapMarginBottom" css-property="scroll-snap-margin-bottom" type="CSSOMString"/> |
| 3536 | + <property name="scrollSnapMarginInline" css-property="scroll-snap-margin-inline" type="CSSOMString"/> |
| 3537 | + <property name="scrollSnapMarginInlineEnd" css-property="scroll-snap-margin-inline-end" type="CSSOMString"/> |
| 3538 | + <property name="scrollSnapMarginInlineStart" css-property="scroll-snap-margin-inline-start" type="CSSOMString"/> |
| 3539 | + <property name="scrollSnapMarginLeft" css-property="scroll-snap-margin-left" type="CSSOMString"/> |
| 3540 | + <property name="scrollSnapMarginRight" css-property="scroll-snap-margin-right" type="CSSOMString"/> |
| 3541 | + <property name="scrollSnapMarginTop" css-property="scroll-snap-margin-top" type="CSSOMString"/> |
| 3542 | + <property name="scrollSnapStop" css-property="scroll-snap-stop" type="CSSOMString"/> |
| 3543 | + <property name="scrollSnapType" css-property="scroll-snap-type" type="CSSOMString"/> |
3524 | 3544 | <property name="stopColor" css-property="stop-color" css-property-animatable="1" css-property-enum-values="currentColor inherit initial" css-property-initial="black" css-property-value-syntax="css_color" nullable="1" type="DOMString"/>
|
3525 | 3545 | <property name="stopOpacity" css-property="stop-opacity" css-property-animatable="1" css-property-enum-values="inherit initial" css-property-initial="1" css-property-value-syntax="0_to_1_floating_point_number" nullable="1" type="DOMString"/>
|
3526 | 3546 | <property name="stroke" css-property="stroke" css-property-animatable="1" css-property-enum-values="none currentColor inherit initial" css-property-initial="none" css-property-value-syntax="svg_paint_or_css_color" nullable="1" type="DOMString"/>
|
|
3556 | 3576 | <property name="transitionTimingFunction" css-property="transition-timing-function" css-property-aliases="-ms-transition-timing-function" css-property-enum-values="step-start step-end ease ease-in ease-out ease-in-out linear inherit initial" css-property-initial="ease" css-property-value-syntax="comma_separated_css_timing_functions" nullable="1" type="DOMString"/>
|
3557 | 3577 | <property name="translate" css-property="translate" css-property-animatable="1" css-property-enum-values="inherit initial" css-property-initial="0px 0px 0px" css-property-value-syntax="1_to_3_space_separated_css_length_and_first_two_optionally_percentage" nullable="1" type="DOMString"/>
|
3558 | 3578 | <property name="unicodeBidi" css-property="unicode-bidi" css-property-enum-values="normal embed bidi-override inherit" css-property-initial="normal" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3559 |
| - <property name="userSelect" css-property="user-select" nullable="1" type="CSSOMString"/> |
| 3579 | + <property name="userSelect" css-property="user-select" type="CSSOMString"/> |
3560 | 3580 | <property name="verticalAlign" css-property="vertical-align" css-property-animatable="1" css-property-enum-values="baseline auto sub super top middle bottom text-top text-bottom inherit initial" css-property-initial="baseline" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3561 | 3581 | <property name="visibility" css-property="visibility" css-property-animatable="1" css-property-enum-values="visible hidden collapse inherit initial" css-property-initial="visible" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
3562 | 3582 | <property name="webkitAlignContent" css-property="-webkit-align-content" css-property-enum-values="stretch flex-start flex-end center space-between space-around inherit initial" css-property-initial="stretch" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
|
|
4940 | 4960 | </interface>
|
4941 | 4961 | <interface name="Gamepad" extends="Object">
|
4942 | 4962 | <properties>
|
4943 |
| - <property name="axes" read-only="1" type="double[]"/> |
4944 |
| - <property name="buttons" read-only="1" type="GamepadButton[]"/> |
| 4963 | + <property name="axes" read-only="1" type="FrozenArray<double>"/> |
| 4964 | + <property name="buttons" read-only="1" type="FrozenArray<GamepadButton>"/> |
4945 | 4965 | <property name="connected" read-only="1" type="boolean"/>
|
4946 | 4966 | <property name="id" read-only="1" type="DOMString"/>
|
4947 | 4967 | <property name="index" read-only="1" type="long"/>
|
|
4958 | 4978 | </interface>
|
4959 | 4979 | <interface name="GamepadEvent" extends="Event">
|
4960 | 4980 | <constructor>
|
| 4981 | + <param name="type" type="DOMString"/> |
4961 | 4982 | <param name="eventInitDict" type="GamepadEventInit"/>
|
4962 | 4983 | </constructor>
|
4963 | 4984 | <properties>
|
|
0 commit comments