Skip to content

Commit b0ce837

Browse files
committed
[css-animations] Convert a few remnants of OMG IDL into WebIDL.
1 parent a89b4af commit b0ce837

2 files changed

Lines changed: 506 additions & 458 deletions

File tree

css-animations/Overview.bs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -944,9 +944,9 @@ IDL Definition</h4>
944944
attribute DOMString name;
945945
readonly attribute CSSRuleList cssRules;
946946

947-
void appendRule(in DOMString rule);
948-
void deleteRule(in DOMString key);
949-
CSSKeyframeRule findRule(in DOMString key);
947+
void appendRule(DOMString rule);
948+
void deleteRule(DOMString key);
949+
CSSKeyframeRule findRule(DOMString key);
950950
};
951951
</pre>
952952

@@ -1038,8 +1038,14 @@ The <code>findRule</code> method</h4>
10381038
<h2 id="acknowledgements">
10391039
Acknowledgements</h2>
10401040

1041-
Thanks especially to the feedback from Tab Atkins, Carine Bournez, Anne van Kesteren, Øyvind Stenhaug,
1042-
Estelle Weyl, and all the rest of the www-style community.
1041+
Thanks especially to the feedback from
1042+
Tab Atkins,
1043+
Carine Bournez,
1044+
Christian Budde,
1045+
Anne van Kesteren,
1046+
Øyvind Stenhaug,
1047+
Estelle Weyl,
1048+
and all the rest of the www-style community.
10431049

10441050
<h2 id="wg-resolutions-pending">
10451051
Working Group Resolutions that are pending editing</h2>

0 commit comments

Comments
 (0)