Skip to content

Commit

Permalink
Fix capitalization of referrerpolicy content attributes (#10142)
Browse files Browse the repository at this point in the history
* Fix capitalization of <script referrerpolicy> content attribute

* Fix capitalization of <svg:a referrerpolicy> content attribute
  • Loading branch information
foolip authored Apr 29, 2021
1 parent 3065760 commit 98fe40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
}
}
},
"referrerPolicy": {
"referrerpolicy": {
"__compat": {
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion svg/elements/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
}
}
},
"referrerPolicy": {
"referrerpolicy": {
"__compat": {
"support": {
"chrome": {
Expand Down

0 comments on commit 98fe40d

Please sign in to comment.