Skip to content

Commit e801c86

Browse files
Add spec_url for attributes in <track> element (#22734)
1 parent b77ad9c commit e801c86

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

html/elements/track.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"default": {
4747
"__compat": {
48+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-track-default",
4849
"support": {
4950
"chrome": {
5051
"version_added": "23"
@@ -83,6 +84,7 @@
8384
},
8485
"kind": {
8586
"__compat": {
87+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-track-kind",
8688
"support": {
8789
"chrome": {
8890
"version_added": "23"
@@ -155,6 +157,7 @@
155157
},
156158
"label": {
157159
"__compat": {
160+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-track-label",
158161
"support": {
159162
"chrome": {
160163
"version_added": "23"
@@ -191,6 +194,7 @@
191194
},
192195
"src": {
193196
"__compat": {
197+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-track-src",
194198
"support": {
195199
"chrome": {
196200
"version_added": "23"
@@ -263,6 +267,7 @@
263267
},
264268
"srclang": {
265269
"__compat": {
270+
"spec_url": "https://html.spec.whatwg.org/multipage/media.html#attr-track-srclang",
266271
"support": {
267272
"chrome": {
268273
"version_added": "23"

0 commit comments

Comments
 (0)