Skip to content

Commit 11c0b99

Browse files
author
Sylvain Galineau
committed
Get rid of redundant parameter type text that Bikeshed adds automatically
1 parent b0801b1 commit 11c0b99

2 files changed

Lines changed: 99 additions & 95 deletions

File tree

css-animations/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ Attributes</h4>
908908

909909
<dl dfn-type=attribute dfn-for=CSSKeyframeRule>
910910

911-
<dt><dfn attribute for="CSSKeyframeRule">keyText</dfn>, of type <a interface>DOMString</a>
911+
<dt><dfn attribute for="CSSKeyframeRule">keyText</dfn>
912912
<dd>
913913
This attribute represents the keyframe selector as a comma-separated list of
914914
percentage values. The ''from'' and ''to'' keywords map to 0% and 100%,
@@ -917,7 +917,7 @@ Attributes</h4>
917917
If <a attribute for="CSSKeyframeRule">keyText</a> is updated with an invalid keyframe selector,
918918
a <a spec="webidl">SyntaxError</a> exception must be thrown.
919919

920-
<dt><dfn>style</dfn>, of type <a interface>CSSStyleDeclaration</a>
920+
<dt><dfn>style</dfn>
921921
<dd>
922922
This attribute represents the style associated with this keyframe.
923923
</dl>
@@ -947,7 +947,7 @@ Attributes</h4>
947947

948948
<dl dfn-type=attribute dfn-for=CSSKeyframesRule>
949949

950-
<dt><dfn>name</dfn>, of type <a interface>DOMString</a>
950+
<dt><dfn>name</dfn>
951951
<dd>
952952
This attribute is the name of the keyframes, used by the 'animation-name' property.
953953

@@ -956,7 +956,7 @@ Attributes</h4>
956956
or any keyword defined for the 'animation-name' property will throw a <a spec="webidl">SyntaxError</a>
957957
exception.
958958

959-
<dt><dfn>cssRules</dfn>, of type <a interface>CSSRuleList</a>
959+
<dt><dfn>cssRules</dfn>
960960
<dd>
961961
This attribute gives access to the keyframes in the list.
962962
</dl>

0 commit comments

Comments
 (0)