Skip to content

Commit 5fe742d

Browse files
cbiesingerchromium-wpt-export-bot
authored andcommitted
[FedCM] Rename "phone" to "tel"
This matches HTML5, per recommendation from the TAG. See: w3c-fedid/FedCM#435 (comment) Bug: 382086282 Change-Id: If04f3e7f0d838e293dd0b9404e3012de43af99e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6479016 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/main@{#1450201}
1 parent 36223c0 commit 5fe742d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fedcm/support/single_identifier_accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main(request, response):
1717
},
1818
{
1919
"id": "john_doe2",
20-
"phone": "+1 (416) 000-0000"
20+
"tel": "+1 (416) 000-0000"
2121
}
2222
]
2323
}

0 commit comments

Comments
 (0)