Skip to content

Commit 12e1e8f

Browse files
committed
update input xml
1 parent f06d702 commit 12e1e8f

File tree

2 files changed

+60
-23
lines changed

2 files changed

+60
-23
lines changed

Diff for: baselines/dom.generated.d.ts

+30-14
Original file line numberDiff line numberDiff line change
@@ -2123,15 +2123,6 @@ declare var CSSMarginRule: {
21232123
new(): CSSMarginRule;
21242124
};
21252125

2126-
interface CSSMediaRule extends CSSGroupingRule {
2127-
readonly media: MediaList;
2128-
}
2129-
2130-
declare var CSSMediaRule: {
2131-
prototype: CSSMediaRule;
2132-
new(): CSSMediaRule;
2133-
};
2134-
21352126
interface CSSMediaRule extends CSSConditionRule {
21362127
readonly media: MediaList;
21372128
}
@@ -2429,13 +2420,38 @@ interface CSSStyleDeclaration {
24292420
pointerEvents: string | null;
24302421
position: string | null;
24312422
quotes: string | null;
2432-
resize: CSSOMString | null;
2423+
resize: CSSOMString;
24332424
right: string | null;
24342425
rotate: string | null;
24352426
rubyAlign: string | null;
24362427
rubyOverhang: string | null;
24372428
rubyPosition: string | null;
24382429
scale: string | null;
2430+
scrollPadding: CSSOMString;
2431+
scrollPaddingBlock: CSSOMString;
2432+
scrollPaddingBlockEnd: CSSOMString;
2433+
scrollPaddingBlockStart: CSSOMString;
2434+
scrollPaddingBottom: CSSOMString;
2435+
scrollPaddingInline: CSSOMString;
2436+
scrollPaddingInlineEnd: CSSOMString;
2437+
scrollPaddingInlineStart: CSSOMString;
2438+
scrollPaddingLeft: CSSOMString;
2439+
scrollPaddingRight: CSSOMString;
2440+
scrollPaddingTop: CSSOMString;
2441+
scrollSnapAlign: CSSOMString;
2442+
scrollSnapMargin: CSSOMString;
2443+
scrollSnapMarginBlock: CSSOMString;
2444+
scrollSnapMarginBlockEnd: CSSOMString;
2445+
scrollSnapMarginBlockStart: CSSOMString;
2446+
scrollSnapMarginBottom: CSSOMString;
2447+
scrollSnapMarginInline: CSSOMString;
2448+
scrollSnapMarginInlineEnd: CSSOMString;
2449+
scrollSnapMarginInlineStart: CSSOMString;
2450+
scrollSnapMarginLeft: CSSOMString;
2451+
scrollSnapMarginRight: CSSOMString;
2452+
scrollSnapMarginTop: CSSOMString;
2453+
scrollSnapStop: CSSOMString;
2454+
scrollSnapType: CSSOMString;
24392455
stopColor: string | null;
24402456
stopOpacity: string | null;
24412457
stroke: string | null;
@@ -2471,7 +2487,7 @@ interface CSSStyleDeclaration {
24712487
transitionTimingFunction: string | null;
24722488
translate: string | null;
24732489
unicodeBidi: string | null;
2474-
userSelect: CSSOMString | null;
2490+
userSelect: CSSOMString;
24752491
verticalAlign: string | null;
24762492
visibility: string | null;
24772493
webkitAlignContent: string | null;
@@ -3661,8 +3677,8 @@ declare var GainNode: {
36613677
};
36623678

36633679
interface Gamepad {
3664-
readonly axes: number[];
3665-
readonly buttons: GamepadButton[];
3680+
readonly axes: ReadonlyArray<number>;
3681+
readonly buttons: ReadonlyArray<GamepadButton>;
36663682
readonly connected: boolean;
36673683
readonly id: string;
36683684
readonly index: number;
@@ -3692,7 +3708,7 @@ interface GamepadEvent extends Event {
36923708

36933709
declare var GamepadEvent: {
36943710
prototype: GamepadEvent;
3695-
new(eventInitDict: GamepadEventInit): GamepadEvent;
3711+
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
36963712
};
36973713

36983714
interface HashChangeEvent extends Event {

Diff for: inputfiles/browser.webidl.xml

+30-9
Original file line numberDiff line numberDiff line change
@@ -3210,11 +3210,6 @@
32103210
<property name="style" read-only="1" type="CSSStyleDeclaration"/>
32113211
</properties>
32123212
</interface>
3213-
<interface name="CSSMediaRule" extends="CSSGroupingRule">
3214-
<properties>
3215-
<property name="media" read-only="1" type="MediaList"/>
3216-
</properties>
3217-
</interface>
32183213
<interface name="CSSMediaRule" extends="CSSConditionRule">
32193214
<properties>
32203215
<property name="media" read-only="1" type="MediaList"/>
@@ -3514,13 +3509,38 @@
35143509
<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"/>
35153510
<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"/>
35163511
<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"/>
35183513
<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"/>
35193514
<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"/>
35203515
<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"/>
35213516
<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"/>
35223517
<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"/>
35233518
<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"/>
35243544
<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"/>
35253545
<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"/>
35263546
<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,7 +3576,7 @@
35563576
<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"/>
35573577
<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"/>
35583578
<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"/>
35603580
<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"/>
35613581
<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"/>
35623582
<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,8 +4960,8 @@
49404960
</interface>
49414961
<interface name="Gamepad" extends="Object">
49424962
<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&lt;double&gt;"/>
4964+
<property name="buttons" read-only="1" type="FrozenArray&lt;GamepadButton&gt;"/>
49454965
<property name="connected" read-only="1" type="boolean"/>
49464966
<property name="id" read-only="1" type="DOMString"/>
49474967
<property name="index" read-only="1" type="long"/>
@@ -4958,6 +4978,7 @@
49584978
</interface>
49594979
<interface name="GamepadEvent" extends="Event">
49604980
<constructor>
4981+
<param name="type" type="DOMString"/>
49614982
<param name="eventInitDict" type="GamepadEventInit"/>
49624983
</constructor>
49634984
<properties>

0 commit comments

Comments
 (0)