Skip to content

Commit

Permalink
update input xml
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed May 27, 2017
1 parent f06d702 commit 12e1e8f
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 23 deletions.
44 changes: 30 additions & 14 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2123,15 +2123,6 @@ declare var CSSMarginRule: {
new(): CSSMarginRule;
};

interface CSSMediaRule extends CSSGroupingRule {
readonly media: MediaList;
}

declare var CSSMediaRule: {
prototype: CSSMediaRule;
new(): CSSMediaRule;
};

interface CSSMediaRule extends CSSConditionRule {
readonly media: MediaList;
}
Expand Down Expand Up @@ -2429,13 +2420,38 @@ interface CSSStyleDeclaration {
pointerEvents: string | null;
position: string | null;
quotes: string | null;
resize: CSSOMString | null;
resize: CSSOMString;
right: string | null;
rotate: string | null;
rubyAlign: string | null;
rubyOverhang: string | null;
rubyPosition: string | null;
scale: string | null;
scrollPadding: CSSOMString;
scrollPaddingBlock: CSSOMString;
scrollPaddingBlockEnd: CSSOMString;
scrollPaddingBlockStart: CSSOMString;
scrollPaddingBottom: CSSOMString;
scrollPaddingInline: CSSOMString;
scrollPaddingInlineEnd: CSSOMString;
scrollPaddingInlineStart: CSSOMString;
scrollPaddingLeft: CSSOMString;
scrollPaddingRight: CSSOMString;
scrollPaddingTop: CSSOMString;
scrollSnapAlign: CSSOMString;
scrollSnapMargin: CSSOMString;
scrollSnapMarginBlock: CSSOMString;
scrollSnapMarginBlockEnd: CSSOMString;
scrollSnapMarginBlockStart: CSSOMString;
scrollSnapMarginBottom: CSSOMString;
scrollSnapMarginInline: CSSOMString;
scrollSnapMarginInlineEnd: CSSOMString;
scrollSnapMarginInlineStart: CSSOMString;
scrollSnapMarginLeft: CSSOMString;
scrollSnapMarginRight: CSSOMString;
scrollSnapMarginTop: CSSOMString;
scrollSnapStop: CSSOMString;
scrollSnapType: CSSOMString;
stopColor: string | null;
stopOpacity: string | null;
stroke: string | null;
Expand Down Expand Up @@ -2471,7 +2487,7 @@ interface CSSStyleDeclaration {
transitionTimingFunction: string | null;
translate: string | null;
unicodeBidi: string | null;
userSelect: CSSOMString | null;
userSelect: CSSOMString;
verticalAlign: string | null;
visibility: string | null;
webkitAlignContent: string | null;
Expand Down Expand Up @@ -3661,8 +3677,8 @@ declare var GainNode: {
};

interface Gamepad {
readonly axes: number[];
readonly buttons: GamepadButton[];
readonly axes: ReadonlyArray<number>;
readonly buttons: ReadonlyArray<GamepadButton>;
readonly connected: boolean;
readonly id: string;
readonly index: number;
Expand Down Expand Up @@ -3692,7 +3708,7 @@ interface GamepadEvent extends Event {

declare var GamepadEvent: {
prototype: GamepadEvent;
new(eventInitDict: GamepadEventInit): GamepadEvent;
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
};

interface HashChangeEvent extends Event {
Expand Down
39 changes: 30 additions & 9 deletions inputfiles/browser.webidl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3210,11 +3210,6 @@
<property name="style" read-only="1" type="CSSStyleDeclaration"/>
</properties>
</interface>
<interface name="CSSMediaRule" extends="CSSGroupingRule">
<properties>
<property name="media" read-only="1" type="MediaList"/>
</properties>
</interface>
<interface name="CSSMediaRule" extends="CSSConditionRule">
<properties>
<property name="media" read-only="1" type="MediaList"/>
Expand Down Expand Up @@ -3514,13 +3509,38 @@
<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"/>
<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"/>
<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"/>
<property name="resize" css-property="resize" nullable="1" type="CSSOMString"/>
<property name="resize" css-property="resize" type="CSSOMString"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<property name="scrollPadding" css-property="scroll-padding" type="CSSOMString"/>
<property name="scrollPaddingBlock" css-property="scroll-padding-block" type="CSSOMString"/>
<property name="scrollPaddingBlockEnd" css-property="scroll-padding-block-end" type="CSSOMString"/>
<property name="scrollPaddingBlockStart" css-property="scroll-padding-block-start" type="CSSOMString"/>
<property name="scrollPaddingBottom" css-property="scroll-padding-bottom" type="CSSOMString"/>
<property name="scrollPaddingInline" css-property="scroll-padding-inline" type="CSSOMString"/>
<property name="scrollPaddingInlineEnd" css-property="scroll-padding-inline-end" type="CSSOMString"/>
<property name="scrollPaddingInlineStart" css-property="scroll-padding-inline-start" type="CSSOMString"/>
<property name="scrollPaddingLeft" css-property="scroll-padding-left" type="CSSOMString"/>
<property name="scrollPaddingRight" css-property="scroll-padding-right" type="CSSOMString"/>
<property name="scrollPaddingTop" css-property="scroll-padding-top" type="CSSOMString"/>
<property name="scrollSnapAlign" css-property="scroll-snap-align" type="CSSOMString"/>
<property name="scrollSnapMargin" css-property="scroll-snap-margin" type="CSSOMString"/>
<property name="scrollSnapMarginBlock" css-property="scroll-snap-margin-block" type="CSSOMString"/>
<property name="scrollSnapMarginBlockEnd" css-property="scroll-snap-margin-block-end" type="CSSOMString"/>
<property name="scrollSnapMarginBlockStart" css-property="scroll-snap-margin-block-start" type="CSSOMString"/>
<property name="scrollSnapMarginBottom" css-property="scroll-snap-margin-bottom" type="CSSOMString"/>
<property name="scrollSnapMarginInline" css-property="scroll-snap-margin-inline" type="CSSOMString"/>
<property name="scrollSnapMarginInlineEnd" css-property="scroll-snap-margin-inline-end" type="CSSOMString"/>
<property name="scrollSnapMarginInlineStart" css-property="scroll-snap-margin-inline-start" type="CSSOMString"/>
<property name="scrollSnapMarginLeft" css-property="scroll-snap-margin-left" type="CSSOMString"/>
<property name="scrollSnapMarginRight" css-property="scroll-snap-margin-right" type="CSSOMString"/>
<property name="scrollSnapMarginTop" css-property="scroll-snap-margin-top" type="CSSOMString"/>
<property name="scrollSnapStop" css-property="scroll-snap-stop" type="CSSOMString"/>
<property name="scrollSnapType" css-property="scroll-snap-type" type="CSSOMString"/>
<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"/>
<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"/>
<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"/>
Expand Down Expand Up @@ -3556,7 +3576,7 @@
<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"/>
<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"/>
<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"/>
<property name="userSelect" css-property="user-select" nullable="1" type="CSSOMString"/>
<property name="userSelect" css-property="user-select" type="CSSOMString"/>
<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"/>
<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"/>
<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"/>
Expand Down Expand Up @@ -4940,8 +4960,8 @@
</interface>
<interface name="Gamepad" extends="Object">
<properties>
<property name="axes" read-only="1" type="double[]"/>
<property name="buttons" read-only="1" type="GamepadButton[]"/>
<property name="axes" read-only="1" type="FrozenArray&lt;double&gt;"/>
<property name="buttons" read-only="1" type="FrozenArray&lt;GamepadButton&gt;"/>
<property name="connected" read-only="1" type="boolean"/>
<property name="id" read-only="1" type="DOMString"/>
<property name="index" read-only="1" type="long"/>
Expand All @@ -4958,6 +4978,7 @@
</interface>
<interface name="GamepadEvent" extends="Event">
<constructor>
<param name="type" type="DOMString"/>
<param name="eventInitDict" type="GamepadEventInit"/>
</constructor>
<properties>
Expand Down

0 comments on commit 12e1e8f

Please sign in to comment.