Skip to content

Commit c433b71

Browse files
committed
[css-transitions] Fix IDL syntax error found by http://www.w3.org/2009/07/webidl-check .
1 parent d3b963c commit c433b71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-transitions/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ <h2 id=transition-events><span class=secno>5. </span><a
12521252
href="#Events-TransitionEvent-elapsedTime">elapsedTime</a> = 0.0;
12531253
DOMString <a
12541254
href="#Events-TransitionEvent-pseudoElement">pseudoElement</a> = "";
1255-
}
1255+
};
12561256
</pre>
12571257
</div>
12581258

css-transitions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ <h2 id="transition-events"><a title="" id="transition-events-">
12951295
DOMString <a href="#Events-TransitionEvent-propertyName">propertyName</a> = "";
12961296
float <a href="#Events-TransitionEvent-elapsedTime">elapsedTime</a> = 0.0;
12971297
DOMString <a href="#Events-TransitionEvent-pseudoElement">pseudoElement</a> = "";
1298-
}
1298+
};
12991299
</pre>
13001300
</div>
13011301
</dd>

0 commit comments

Comments
 (0)