Skip to content

Commit f5893c3

Browse files
committed
update input
1 parent 992bac2 commit f5893c3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,6 @@ interface CSSStyleDeclaration {
22952295
cssFloat: CSSOMString;
22962296
cssText: CSSOMString;
22972297
cursor: string | null;
2298-
dashed_attribute: CSSOMString;
22992298
direction: string | null;
23002299
display: string | null;
23012300
dominantBaseline: string | null;

inputfiles/browser.webidl.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3380,7 +3380,6 @@
33803380
<property name="cssFloat" type="CSSOMString"/>
33813381
<property name="cssText" type="CSSOMString"/>
33823382
<property name="cursor" css-property="cursor" css-property-enum-values="auto default none context-menu help pointer progress wait cell crosshair text vertical-text alias copy move no-drop not-allowed e-resize n-resize ne-resize nw-resize s-resize se-resize sw-resize w-resize ew-resize ns-resize nesw-resize nwse-resize col-resize row-resize all-scroll zoom-in zoom-out inherit initial" css-property-initial="auto" css-property-value-syntax="comma_separated_css_url_with_optional_x_y_offset_followed_by_enum" nullable="1" type="DOMString"/>
3383-
<property name="dashed_attribute" type="CSSOMString"/>
33843383
<property name="direction" css-property="direction" css-property-enum-values="ltr rtl inherit initial" css-property-initial="ltr" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
33853384
<property name="display" css-property="display" css-property-enum-values="inline block inline-block list-item table inline-table table-header-group table-footer-group table-row-group table-column-group table-row table-column table-cell table-caption run-in ruby ruby-base ruby-text ruby-base-container flex inline-flex -ms-grid -ms-inline-grid none inherit initial" css-property-initial="inline" css-property-value-syntax="enum" nullable="1" type="DOMString"/>
33863385
<property name="dominantBaseline" css-property="dominant-baseline" css-property-enum-values="auto use-script no-change reset-size ideographic alphabetic hanging mathematical central middle text-after-edge text-before-edge inherit initial" css-property-initial="auto" css-property-value-syntax="enum" nullable="1" type="DOMString"/>

0 commit comments

Comments
 (0)