Skip to content

Commit 576c0e1

Browse files
authored
Add missing w3cid for Greg, as editor (#552)
The `w3cid` is required by PubRules. The update also fixes a typo in the reference of one of the specs.
1 parent 15e23e0 commit 576c0e1

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

format-registry/initdata/cenc-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

format-registry/initdata/index-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

format-registry/initdata/keyids-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

format-registry/initdata/webm-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

format-registry/stream/index-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

format-registry/stream/mp4-respec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

@@ -169,7 +169,7 @@ <h2>Initialization Data Extraction</h2>
169169
</p>
170170
<p>
171171
Each time one or more 'pssh' boxes are encountered, the
172-
[=Initialization Data Enountered=] algorithm SHALL be invoked
172+
[=Initialization Data Encountered=] algorithm SHALL be invoked
173173
with <var title="">initDataType</var> = <code>"<a
174174
data-cite="eme-initdata-cenc#format">cenc</a>"</code>
175175
[[EME-INITDATA-REGISTRY]] and <var title="">initData</var> = the 'pssh'

format-registry/stream/webm-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
editors: [
1919
{ name: "Joey Parrish", w3cid: "105371",
2020
company: "Google Inc.", companyURL: "https://www.google.com/" },
21-
{ name: "Greg Freedman",
21+
{ name: "Greg Freedman", w3cid: "115364",
2222
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" },
2323
],
2424

hdcp-version-registry-respec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
editors: [
1313
{ name: "Joey Parrish", w3cid: "105371",
1414
company: "Google Inc.", companyURL: "https://www.google.com/" },
15-
{ name: "Greg Freedman",
15+
{ name: "Greg Freedman", w3cid: "115364",
1616
company: "Netflix Inc.", companyURL: "https://www.netflix.com/" }
1717
],
1818
github: "w3c/encrypted-media",

0 commit comments

Comments
 (0)