Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59161ee

Browse filesBrowse files
Add a means to register a bug.
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=21768
1 parent edd52cc commit 59161ee
Copy full SHA for 59161ee

File tree

Expand file treeCollapse file tree

1 file changed

+16
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-1
lines changed
Open diff view settings
Collapse file

‎webvtt.html‎

Copy file name to clipboardExpand all lines: webvtt.html
+16-1Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@
8484
additionalHeaderContent: "",
8585
};
8686
</script>
87-
<style>
87+
<!-- script to register bugs -->
88+
<script src="http://dvcs.w3.org/hg/webcomponents/raw-file/tip/assets/scripts/bug-assist.js"></script>
89+
<meta name="bug.short_desc" content="[WebVTT] ">
90+
<meta name="bug.product" content="TextTracks CG">
91+
<meta name="bug.component" content="WebVTT"> <style>
8892
pre {
8993
white-space: pre-wrap;
9094
}
@@ -168,6 +172,12 @@
168172
margin-bottom: 0.25em;
169173
clear: left;
170174
}
175+
/* fix bug entry form styling */
176+
body > form {
177+
padding: 4px;
178+
border: 1px solid red;
179+
background-color: white;
180+
}
171181
</style>
172182
</head>
173183
<!-- v2 feature requests:
@@ -195,6 +205,11 @@
195205
<section id='abstract'>
196206
<p>This is the specification of WebVTT, the Web Video Text Tracks format.
197207
</p>
208+
209+
<p>If you wish to make comments or file bugs regarding this document in a manner
210+
that is tracked by the W3C, please submit them via <a
211+
href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=TextTracks%20CG&component=WebVTT&short_desc=%5BWebVTT%5D%20">our
212+
public bug database</a>.</p>
198213
</section>
199214

200215
<section>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.