Skip to content

Commit 69482d3

Browse files
foolipannevk
authored andcommitted
Meta: remove <dfn> markup that has no effect on output
The output fullscreen.html is exactly the same before and after this change. Was part of #157.
1 parent 20ea24b commit 69482d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fullscreen.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ steps:
165165
<h2 id=api>API</h2>
166166

167167
<pre class=idl>
168-
enum <dfn>FullscreenNavigationUI</dfn> {
168+
enum FullscreenNavigationUI {
169169
"auto",
170170
"show",
171171
"hide"
172172
};
173173

174-
dictionary <dfn>FullscreenOptions</dfn> {
174+
dictionary FullscreenOptions {
175175
FullscreenNavigationUI navigationUI = "auto";
176176
};
177177

0 commit comments

Comments
 (0)